summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-26Add back button to Key binding view and add a window and back button to empty...Michael Pavone
2018-03-25Fix use after free in get_extension_listMichael Pavone
2018-03-25Fix no-default targetsMichael Pavone
2018-03-25Merged nuklear_ui into defaultMichael Pavone
2018-03-25Make sure config directory exists before trying to save config fileMichael Pavone
2018-03-25Remove unneeded duplicate typedefMichael Pavone
2018-03-25Don't try to use GLES specific stuff unless we're actualy on a GLES platformMichael Pavone
2018-03-25Added OSX implementation of default_fontMichael Pavone
2018-03-25Fix memory leak in edge case of font_winMichael Pavone
2018-03-25MSG_NOSIGNAL doesn't exist on all platformsMichael Pavone
2018-03-24MergeMichael Pavone
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