summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2021-08-10Don't link OpenGL on OSXJean-André Santoni
2021-05-29Add OSX x64 supporttwinaphex
2021-05-17[osx] fix build failure for osx due to sed command for %.db.c rulefuzzard
2021-05-12Fix 32bit Haiku buildBenjamin FRANCOIS
2021-03-07Added open source TMSS replacementMichael Pavone
2020-10-16Specify min OS X version when making a "portable" build for that platformMichael Pavone
2020-07-11Fix libretro target on windowsMike Pavone
2020-06-12Fix 68k test harness target, add cycle count to output and add a cycle limitMichael Pavone
2020-05-16Fix libretro targetMichael Pavone
2020-04-30Remove usage of GCC pointer arithmetic on void * extensionMichael Pavone
2020-04-29WIP netplay supportMichael Pavone
2020-04-26Kill the stateview target as it is not very useful these days and breaks a lotMichael Pavone
2020-04-18Allow override of SDL2 include path for "portable" buildsMichael Pavone
2020-04-18Allow specifying a default font path at build timeMichael Pavone
2020-04-17Fix stateview targetMike Pavone
2020-04-16Update libretro target to use render_audio shared audio codeMike Pavone
2020-03-27Initial stab at VGM logging supportMichael Pavone
2019-05-17Split generic part of audio code into a separate file so it can be used in ot...Michael Pavone
2019-04-18MergeMichael Pavone
2019-04-18WIP new 68K core using CPU DSLMichael Pavone
2019-04-07Get 64-bit builds working for Windows targetMichael Pavone
2019-04-04Don't force NONUKLEAR on when NOGL is set at build time since the Nuklear UI ...Michael Pavone
2019-04-03Add an explicit rule for termhelper as it was relying on a built-in rule beforeMike Pavone
2019-04-03Make libretro target successfully build for Windows and possibly MacMike Pavone
2019-03-31Include ROM DB in library binary for libretro targetMike Pavone
2019-03-23Fix Windows buildMichael Pavone
2019-03-10Added raw fbdev/evdev/ALSA render backendMichael Pavone
2019-02-19Small fix to ztestrun rule in makefileMichael Pavone
2019-02-10Initial attempt at interrupts in new Z80 core and integrating it into main ex...Michael Pavone
2019-02-09Allow profiling blastcpm with perftoolsMichael Pavone
2019-02-08Added option to CPU DSL to produce a threaded interpreter using computed gotoMichael Pavone
2019-01-28Fix zero flag calculation in CPU DSLMichael Pavone
2019-01-22Added some Makefile options to build a packaging friendly executableMichael Pavone
2019-01-20Fixed the most glaring issues in libretro buildMike Pavone
2019-01-20Hacky WIP libertro implementationMichael Pavone
2018-12-30Added support for GLES in addition to desktop GLMike Pavone
2018-12-30Allow optimization flag overrides in MakefileMike Pavone
2018-08-14Added J-Cart supportMichael Pavone
2018-07-27Allow selecting controller type when controllers have an SDL 2 mapping, but h...Michael Pavone
2018-07-22Initial heuristics for detecting controller types and showing different label...Michael Pavone
2018-05-05Refactor to split device bindings from IO emulation codeMichael Pavone
2018-03-26Get Windows build working again. MegaWiFi code probably needs more work befor...Michael Pavone
2018-03-25Fix no-default targetsMichael Pavone
2018-03-25Added OSX implementation of default_fontMichael Pavone
2018-03-24MergeMichael Pavone
2018-03-24Added png screenshot supportMichael Pavone
2018-03-24Add support for loading ROMs from zip filesMichael Pavone
2018-03-23Updated fibonacci benchmark code to work with current test harnessMichael Pavone
2018-03-06Added support for TTC and dfont format true type fonts. More robust font sele...Michael Pavone
2018-02-07Fix Windows build, added Windows default_font_path implementationMichael Pavone