Age | Commit message (Collapse) | Author |
|
|
|
|
|
Conflicts:
frontend/libretro.c
|
|
- use more compatible clock setting on non-ARM
- drop redundant SET_PERFORMANCE_LEVEL (check_system_specs() does it later)
|
|
|
|
- no sample counting needed now
- add a callback check
|
|
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
|