aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2021-08-20Switches patch to git applyneonloop
Should fail earlier when patches don't apply, easier to fix / update failing patches
2021-08-15Moves core option changes into picoarchneonloop
Keeps cores cleaner and avoids conflicts
2021-08-14Updates pcsx_rearmed core options text / defaultsneonloop
2021-08-14Adds basic pcsx_rearmed core supportneonloop
2021-08-13Adds gambatte coreneonloop
2021-08-12Adds combo key support to libpicofeneonloop
2021-08-10Adds mame2000 core and fixes options/scalerneonloop
2021-08-07Adds generic nearest and smooth scalersneonloop
Smooth is slower (10-15%) than a scaler built for a specific resolution. Works well for downscaling and for odd screen ratios until a custom scaler is built. Replaces the snes smooth scaler (outperforms it) and the gba smooth scaler (looks better)
2021-08-04Only wrap option info if it existsneonloop
2021-08-04Initial commitneonloop