Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
sync is still broken :(
|
|
|
|
|
|
no idea if it's correct though
|
|
this just won't currently work because atleast of:
- reads racing with cdda thread
- hw cdrom plugins
- broken/unknown format .sub files
|
|
|
|
|
|
|
|
keep track of it at all times
|
|
Once again, based on mednafen/nocash.
|
|
|
|
|
|
|
|
Most decisions were made based on Mednafen source on Nocash doc,
so all credits for hardware info go to Ryphecha/Nocash.
A few things confirmed on real hardware by me.
|
|
|
|
|
|
|
|
like armv6l-unknown-linux-gnueabihf in Arch Linux
|
|
|
|
|
|
wasn't even passing BIOS because of them..
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|