aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_trimui.c
AgeCommit message (Collapse)Author
2021-03-22Adds per-game config when loading a game from argsneonloop
Per-game config can only be loaded after the CD image is loaded, which has to happen after plugins are initialized, which has to happen after the config is loaded. This change loads the global config first, and tries to load per-game config after the CD is loaded. This may not work 100% of the time, but works better than it does right now.
2021-03-16Fixes key names in the controls menuneonloop
2021-03-16Uses upstream libpicofe as a submoduleneonloop
2021-03-14Skips an unnecessary copy if the screen doesn't need scalingneonloop
2021-03-14Initial trimui s supportneonloop