When important changes happen in the
settings struct or handling, the version
field should be increased.
Doing so will cause the settings to reset
to the default (a lazy migration, but better
than nothing).
After we added more backlight levels, it was
possible to end up with a very dark screen when
having an old config from a previous build.
* set intflash address when programming
* Allow flashapp to work when flashing bank 2
* update readme
* Add tim bootloader SRAM magic-byte
* move boot stuff around to more appropriate locations
* draw_darken_rounded_rectangle initial commit
* image drawing routines
* mostly working static overlay
* use 24x24 instead of 32x32 images, slightly tweak some layout
* complete volume and brightness overlays
* save/load overlay
* png icons and tool to convert them to bit arrays
* add speedup overlay icons
* install common_ingame_overlay hook to all emulators
* explicitly invoke ingame overlay when saving so that the icon shows up before the pause
* make transparency look a little better on dark backgrounds
* tweak bars offset
* have pce use lcd_get_active_framebuffer
* shift sun 1 pixel to the right; even though it's just as off-centered, it looks better
* nes long hold pause/set to toggle speedup
* refactor nes common emu loop; need to fix busyTime
* move odroid_system_tick into common loop, fix cpumon
* nes common_emu_loop
* pce common_emu_loop
* sms common_emu_loop
* fix some warnings
* setup pause/set macros; remove speedup based on long-pressing pause/set
* Update readme. Initial Controls section commit
* linting
* mute while macro save-stating
Remember the last selected game in the menu after reset
Closes#101
Add two extra variables to odroid settings:
- main_menu_selected_tab
- main_menu_cursor
* Reset active tab on power off
* Update retro-go-stm32 submodule to latest main
* Remember the last selected game in the menu on power off
When the user presses the power button from the off
state, the last played game will load. A few frames
will be rendered and the emulator will be paused.
Closes#10