aboutsummaryrefslogtreecommitdiff
path: root/patches/dosbox-pure
AgeCommit message (Collapse)Author
2023-07-24Changes funkey-s platform to unix-armv7-hardfloat-neonneonloop
More generic platform is supported by more cores, fewer patches needed to get cores to build. Adding new cores is easier. unix-armv7-cortexa7-hardfloat-neon causes warnings, maybe SDK bug? Generic platform may not be as optimized, but speed difference can be fixed with patches if discovered.
2023-07-16Updates Makefile and core patchesneonloop
2023-01-29Adds dosbox-pure coreneonloop
dosbox-pure does not support resume states, because it loads puremenu before loading game. Savestates can also glitch loaded game.
2023-01-28Adds XRGB8888 core supportneonloop
Simple version, conversion can still be optimized