aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-10Renames core patch filesneonloop
First numbers for upstreamable patches. Later numbers for picoarch-specific patches.
2021-08-10Reduces vector game resolution to 320x240neonloop
2021-08-10Adds vertical mode to mame2000neonloop
2021-08-10Hides state menus if states are unsupportedneonloop
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-04Adds pagination for core optionsneonloop
2021-08-04Wraps core option info linesneonloop
2021-08-04Switches to aspect scaling if the screen is too small for no scalingneonloop
2021-08-04Initial commitneonloop