Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-23 | Fixes max 320px crop when aspect is not 4:3 | neonloop | |
2023-01-11 | Limits width for crop scaler to 320px | neonloop | |
Makes crop scaler more useful for PlayStation / SNES games that use high horizontal resolution | |||
2023-01-10 | Adds funkey-s build instructions to README | neonloop | |
2023-01-09 | Adds initial Funkey S support | neonloop | |
2022-03-25 | Fixes nearest scaler overrun (thanks shauninman) | neonloop | |
2021-09-08 | Avoids possible divide by zeros | neonloop | |
2021-08-28 | Fixes scaler selection when dimensions are not set yet | neonloop | |
2021-08-27 | Adds eggs' 1.5x sharp scaler for GB resolutions | neonloop | |
2021-08-24 | Clears buffer when switching resolutions | neonloop | |
Avoids screen persistence when switching from a higher to a lower resolution. | |||
2021-08-23 | Adds fceumm core | neonloop | |
Needs PGO to hit fullspeed. Nestopia won't run (needs XRGB8888) and would probably be slow. Maybe try QuickNES if speed is an issue with fceumm. | |||
2021-08-13 | Fixes several scaling problems | neonloop | |
- Shouldn't read beyond last line - Overflow issue with first add when averaging - Only copy reported screen width (fixes some gambatte glitches) | |||
2021-08-10 | Adds mame2000 core and fixes options/scaler | neonloop | |
2021-08-07 | Adds generic nearest and smooth scalers | neonloop | |
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-04 | Switches to aspect scaling if the screen is too small for no scaling | neonloop | |
2021-08-04 | Initial commit | neonloop | |