Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
cheats untested
|
|
|
|
|
|
|
|
Conflicts:
frontend/libretro.c
|
|
|
|
|
|
|
|
|
|
We need to do video_cb in retro_run every frame instead of
just once every time the video callback is called - otherwise
we will get very bad/skippy framerates.
Performance is much improved now in nearly all games.
|
|
all libretro frontends should support this no matter what
|
|
force only one memory card for libretro
|
|
for easier redirection to file, logcat or whatever
|
|
|
|
|
|
still messy but perhaps beter
|
|
it's already done at the upper level, and this was wrong anyway
because plat_gvideo_set_mode can change vout_w and vout_h
|
|
|
|
|
|
|
|
just tried it on r-pi, it's just way too slow
|
|
better than nothing
|
|
work directly on psx vram
|
|
|
|
|
|
|
|
|
|
+ some minor fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- libretro should not be affected by this, all others need to do
'git submodule init && git submodule update' from now on.
- pandora should get gamma control support
|
|
Conflicts:
frontend/libretro.c
|
|
|
|
also adds libpicofe to pull filters from, and filter related UI stuff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|