Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-22 | Adds per-game config when loading a game from args | neonloop | |
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. | |||
2020-08-04 | Add header guards | negativeExponent | |
2014-12-25 | frontend: scanline efect and memcard saving | notaz | |
2014-12-25 | frontend: add 2x scaling option | notaz | |
2012-12-23 | frontend: switch to libpicofe sdl code | notaz | |
2012-11-18 | frontend: initial sdl overlay implementation | notaz | |
2012-11-05 | switch over to libpicofe | notaz | |
- libretro should not be affected by this, all others need to do 'git submodule init && git submodule update' from now on. - pandora should get gamma control support | |||
2012-11-02 | move blit to core, allow filtering while blitting | notaz | |
also adds libpicofe to pull filters from, and filter related UI stuff | |||
2012-08-16 | frontend: move layer size code | notaz | |
also fix broken layer height limiting | |||
2012-07-09 | frontend: move some leftover pandora parts out of common code | notaz | |
2012-02-28 | frontend: add an option to disable scaling (Caanoo) | notaz | |
some minor menu tuning too | |||
2011-10-30 | frontend: input driver and volume control for Wiz | notaz | |
2011-09-25 | add pollux/caanoo port, refactor things | notaz | |
2011-08-13 | add guncon support | notaz | |
a bit basic but works | |||
2011-07-30 | frontend: add chan display option, for fun mostly | notaz | |
2011-01-16 | rewrite frame limiter | notaz | |
the peops one is sometimes sleeping when not needed. | |||
2011-01-02 | add a way for GPU plugin to get layer config | notaz | |
2010-12-25 | menu: add most options | notaz | |
2010-12-14 | menu: implement savestates and scaling cfg | notaz | |