summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-26Allow MegaWiFi support to be toggled in config file. Defaults to off due to ↵Michael Pavone
security concerns
2018-03-26Remove some debug print stuff from font_win.cMichael Pavone
2018-03-26Get Windows build working again. MegaWiFi code probably needs more work ↵Michael Pavone
before it will actually work on Windows, but at least it doesn't break the build now
2018-03-26Add back button to Key binding view and add a window and back button to ↵Michael Pavone
empty controller view so you can always get back to the main menu
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
--HG-- branch : nuklear_ui
2018-03-25Remove unneeded duplicate typedefMichael Pavone
--HG-- branch : nuklear_ui
2018-03-25Don't try to use GLES specific stuff unless we're actualy on a GLES platformMichael Pavone
--HG-- branch : nuklear_ui
2018-03-25Added OSX implementation of default_fontMichael Pavone
--HG-- branch : nuklear_ui
2018-03-25Fix memory leak in edge case of font_winMichael Pavone
--HG-- branch : nuklear_ui
2018-03-25MSG_NOSIGNAL doesn't exist on all platformsMichael Pavone
--HG-- branch : nuklear_ui
2018-03-24MergeMichael Pavone
--HG-- branch : nuklear_ui
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
--HG-- branch : nuklear_ui
2018-03-06Added support for TTC and dfont format true type fonts. More robust font ↵Michael Pavone
selection on Windows --HG-- branch : nuklear_ui
2018-02-07Filled in About viewMichael Pavone
--HG-- branch : nuklear_ui
2018-02-07Fix unguarged windows.h includeMichael Pavone
--HG-- branch : nuklear_ui
2018-02-07Fix Windows build, added Windows default_font_path implementationMichael Pavone
--HG-- branch : nuklear_ui
2018-02-06Fix const correctness for path_extensionMichael Pavone
--HG-- branch : nuklear_ui
2018-02-06Key binding menu is now functionalMichael Pavone
--HG-- branch : nuklear_ui
2018-02-05More fleshed out keyboard bindings viewMichael Pavone
--HG-- branch : nuklear_ui
2018-02-02Initial work on keyboard binding settings viewMichael Pavone
--HG-- branch : nuklear_ui
2018-01-31Made the NOR flash emulation a bit more flexible, but not yet flexible ↵Michael Pavone
enough to properly support the flash chip in the MegaWiFi cart
2018-01-31Limit received LSD packets to 1440 bytes to match expectations of wflash ↵Michael Pavone
code. Use MSG_NOSIGNAL to avoid getting killed with SIGPIPE
2018-01-22MergeMichael Pavone
2018-01-22Get enough of MegaWifi implemented so that basic commands from wflash CLI ↵Michael Pavone
command work
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 ↵Michael Pavone
stack is located outside of the 32-bit addressable range
2017-12-31Enable LTO on certain targets that don't need the full LDFLAGS by splitting ↵Michael Pavone
out the optimization flags into a separate var
2017-12-11Added RAM init and IO port config to system settings menuMichael Pavone
--HG-- branch : nuklear_ui
2017-12-11Added dropdowns for default region and savestate formatMichael Pavone
--HG-- branch : nuklear_ui
2017-12-08Refactor basic settings dropdownsMichael Pavone
--HG-- branch : nuklear_ui
2017-12-08Initial work on system menuMichael Pavone
--HG-- branch : nuklear_ui
2017-12-07Update clean target to remove UI object filesMichael Pavone
--HG-- branch : nuklear_ui
2017-12-07Fix GL include issue for 32-bit buildsMichael Pavone
--HG-- branch : nuklear_ui
2017-12-07Move paths.o to CONFIGOBJS since config.c uses path_append nowMichael Pavone
--HG-- branch : nuklear_ui
2017-12-06Fleshed out audio settings menuMichael Pavone
--HG-- branch : nuklear_ui
2017-12-04Fix buffer overrun in video settings menuMichael Pavone
--HG-- branch : nuklear_ui
2017-12-01Add shader selector to video settingsMichael Pavone
--HG-- branch : nuklear_ui
2017-12-01Somewhat fleshed out video settings viewMichael Pavone
--HG-- branch : nuklear_ui