Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-19 | Updates README | neonloop | |
2021-08-15 | Fixes profile path for pcsx_rearmed | neonloop | |
2021-08-15 | Moves core option changes into picoarch | neonloop | |
Keeps cores cleaner and avoids conflicts | |||
2021-08-15 | Fixes profile generation for mame2000 / snes9x2005 | neonloop | |
2021-08-14 | Updates pcsx_rearmed core options text / defaults | neonloop | |
2021-08-14 | Adds auto-frameskip to pcsx_rearmed | neonloop | |
2021-08-14 | Adds simple disc control for games that require it | neonloop | |
2021-08-14 | Adds basic pcsx_rearmed core support | neonloop | |
2021-08-13 | Adds screenshots to savestates | neonloop | |
2021-08-13 | Adds gambatte core | neonloop | |
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-12 | Allows core-hidden options | neonloop | |
2021-08-12 | Updates snes9x2005 patches | neonloop | |
2021-08-12 | Fixes plat_trimui.c indentation | neonloop | |
2021-08-12 | Adds screenshot function | neonloop | |
2021-08-12 | Allows deleting game-specific config from menu | neonloop | |
2021-08-12 | Places bios/etc in cwd/system rather than cwd | neonloop | |
2021-08-12 | Adds combo key support to libpicofe | neonloop | |
2021-08-10 | Fixes core options deallocated by core | neonloop | |
Some cores free core options after notifying libretro, picoarch cannot rely on them staying around. | |||
2021-08-10 | Renames core patch files | neonloop | |
First numbers for upstreamable patches. Later numbers for picoarch-specific patches. | |||
2021-08-10 | Reduces vector game resolution to 320x240 | neonloop | |
2021-08-10 | Adds vertical mode to mame2000 | neonloop | |
2021-08-10 | Hides state menus if states are unsupported | neonloop | |
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 | Only wrap option info if it exists | neonloop | |
2021-08-04 | Adds pagination for core options | neonloop | |
2021-08-04 | Wraps core option info lines | neonloop | |
2021-08-04 | Switches to aspect scaling if the screen is too small for no scaling | neonloop | |
2021-08-04 | Initial commit | neonloop | |