aboutsummaryrefslogtreecommitdiff
path: root/core.h
AgeCommit message (Collapse)Author
2021-08-27Adds a standalone multi-emulator modeneonloop
When starting without arguments, can select a core in the current directory and some content (a game). Allows loading a different game from the in-game menu.
2021-08-20Adds disc control to MinUIneonloop
2021-08-14Adds simple disc control for games that require itneonloop
2021-08-12Adds screenshot functionneonloop
2021-08-10Hides state menus if states are unsupportedneonloop
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-04Initial commitneonloop