summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-24Updated default config to reflect gz/zip/png supportMichael Pavone
2018-03-24Added png screenshot supportMichael Pavone
2018-03-24Add support for loading ROMs from zip filesMichael Pavone
2018-03-23Added support for reading gzipped ROMsMichael Pavone
2018-03-23Updated fibonacci benchmark code to work with current test harnessMichael Pavone
2018-03-13Set glClearColor back to blackMichael Pavone
2018-03-06Added support for TTC and dfont format true type fonts. More robust font sele...Michael Pavone
2018-02-07Filled in About viewMichael Pavone
2018-02-07Fix unguarged windows.h includeMichael Pavone
2018-02-07Fix Windows build, added Windows default_font_path implementationMichael Pavone
2018-02-06Fix const correctness for path_extensionMichael Pavone
2018-02-06Key binding menu is now functionalMichael Pavone
2018-02-05More fleshed out keyboard bindings viewMichael Pavone
2018-02-02Initial work on keyboard binding settings viewMichael Pavone
2018-01-31Made the NOR flash emulation a bit more flexible, but not yet flexible enough...Michael Pavone
2018-01-31Limit received LSD packets to 1440 bytes to match expectations of wflash code...Michael Pavone
2018-01-22MergeMichael Pavone
2018-01-22Get enough of MegaWifi implemented so that basic commands from wflash CLI com...Michael Pavone
2018-01-16Cleanup MegaWiFi command implementationMichael Pavone
2018-01-16Added support for MegaWiFi command IP_CURRENTMichael Pavone
2018-01-15Initial work on MegaWiFi supportMichael Pavone
2018-01-04MergeMichael Pavone
2018-01-03Fix silly bug in STOP implementation that caused excessive CPU usageMichael Pavone
2017-12-31Fix accidental add to RSP with SZ_D and SZ_PTR. Using SZ_D breakse when the s...Michael Pavone
2017-12-31Enable LTO on certain targets that don't need the full LDFLAGS by splitting o...Michael Pavone
2017-12-11Added RAM init and IO port config to system settings menuMichael Pavone
2017-12-11Added dropdowns for default region and savestate formatMichael Pavone
2017-12-08Refactor basic settings dropdownsMichael Pavone
2017-12-08Initial work on system menuMichael Pavone
2017-12-07Update clean target to remove UI object filesMichael Pavone
2017-12-07Fix GL include issue for 32-bit buildsMichael Pavone
2017-12-07Move paths.o to CONFIGOBJS since config.c uses path_append nowMichael Pavone
2017-12-06Fleshed out audio settings menuMichael Pavone
2017-12-04Fix buffer overrun in video settings menuMichael Pavone
2017-12-01Add shader selector to video settingsMichael Pavone
2017-12-01Somewhat fleshed out video settings viewMichael Pavone
2017-11-29Initial work on settings menuMichael Pavone
2017-11-29Added code to persist config back to a fileMichael Pavone
2017-11-26Don't crash when keys are pressed before ROM is loadedMichael Pavone
2017-11-26Enable lock-on in Nuklear UIMichael Pavone
2017-11-26Pause game execution when in the new UI pause menuMichael Pavone
2017-11-26Filter file list in Nuklear UIMichael Pavone
2017-11-26Sort directory listing in Nuklear UI file browserMichael Pavone
2017-11-25Skip loading menu ROM if Nuklear UI is enabled. Allow disabling Nuklear UI in...Michael Pavone
2017-11-25Avoid burning a huge amount of CPU in the menu when emulation is not running ...Michael Pavone
2017-11-25Fix directory navigation in ROM file chooser in Nuklear UIMichael Pavone
2017-11-25Get SMS savestates working in Nuklear UIMichael Pavone
2017-11-24Fix genesis save state loading via Nuklear UI, sms probably still needs workMichael Pavone
2017-11-24Refactored save slot related logic to reduce duplication and allow reuse in n...Michael Pavone
2017-11-22Pause menu now triggered on ui.exit eventMichael Pavone