Age | Commit message (Collapse) | Author |
|
Conflicts:
frontend/libretro.c
|
|
|
|
|
|
The indentation style should be at least consistent
inside a single function.
|
|
|
|
|
|
|
|
Conflicts:
frontend/libretro.c
|
|
|
|
|
|
|
|
not implemented
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Software filter (None/Scale2x/Eagle2x)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins no longer depend on it
|
|
|
|
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
|
|
|
|
|
|
- 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
|