aboutsummaryrefslogtreecommitdiff
path: root/options.h
AgeCommit message (Collapse)Author
2021-08-24Adds option for CPU % displayneonloop
2021-08-12Allows core-hidden optionsneonloop
2021-08-10Fixes core options deallocated by coreneonloop
Some cores free core options after notifying libretro, picoarch cannot rely on them staying around.
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-04Wraps core option info linesneonloop
2021-08-04Initial commitneonloop