OtherCrashOverride

Results 11 issues of OtherCrashOverride

To enable "a la carte" emulator use, each emulator should present a file selection menu when its used standalone. This would enable each emulator to be packaged individually as a...

When restoring state, the game incorrectly displays graphics and freezes..

See if its possible to support a GB/GBC bios file on SD card.

Check if there are enough free resources available to offer an in game menu of actions.

The ODROID-GO has an expansion port on the top. It should be possible to attach an RTC to this for games that make use of the date/time.

enhancement

The features exposed and supported on this interface will need to be itemized.

enhancement

Investigate passing audio streams through to HDMI instead of decoding and down-mixing.

enhancement

This requires support from the X11 DDX to support RGBA in addition to RGBX. Subtitles will also need to be adjusted.

enhancement

``` cc -g main.c crc32.c -o mkfw main.c: In function ‘main’: main.c:145:17: error: redefinition of ‘i’ for(int i = 0; i < (file_size); i += BLOCK_SIZE) ^ main.c:76:13: note: previous...