BizHawk/Assets
nattthebear 78bf2285fc
Waterbox: Add pseudo-thread implementation and experimental DobieStation (PS2) core (#2263)
Waterbox supports threads now, but they're not real threads on the host side because that's complicated and can be nondeterministic. Instead, everything is scheduled to share one host thread. This means that scheduling is actually cooperative and certain patterns of spinlocks and other nonsense can fail to work at all, but "regular" code probably will.

With this, add DobieStation PS2 core. This core was selected because it has threads and is otherwise simple to port; easy to build and a good core/frontend separation. It's not a wonderful core however, with low speed (made abysmally lower by our lack of real threads) and low compatibility, so it remains a curiosity for now.
2020-08-01 07:03:29 -04:00
..
Gameboy/Palettes move assorting junk from the Output directory to Assets; add build step to copy them from Assets to the appropriate 32/64 output directory 2016-02-28 21:59:17 -06:00
Lua rename 2020-04-01 18:00:57 -04:00
NES/Palettes Delete FCEUX.pal 2017-10-22 13:22:21 -04:00
Shaders fix hq2x in glsl (fixes #2196) 2020-07-05 18:15:05 -04:00
Tools move assorting junk from the Output directory to Assets; add build step to copy them from Assets to the appropriate 32/64 output directory 2016-02-28 21:59:17 -06:00
dll actual remove CGC.exe, that was the whole point wasnt it 2020-06-20 00:48:42 -04:00
gamedb gamedb - replace pico with picodrive, remove core name look up in romloader in favor of this pico change combined with a case insensitive compare 2020-07-12 16:10:01 -05:00
EmuHawkMono.sh Pass lib path from run script as env. var and read it in DLIR 2020-07-28 18:15:37 +10:00
OpenTK.dll.config Fix OpenAL sound on Unix 2020-05-15 15:37:29 +10:00
defctrl.json DS: Fix default binding for stat key 2020-07-04 19:53:54 -04:00
libbizlynx.dll.so Port Handy (Lynx core) 2019-10-25 21:36:18 +10:00
libbizswan.dll.so Port Cygne (Wonderswan core) 2019-10-25 21:46:17 +10:00
libblip_buf.so Let EmuHawk pick up the shipped libblip_buf; packaging it is too hard 2020-05-15 17:05:12 +10:00
libgambatte.dll.so Port Gambatte 2019-10-25 22:07:14 +10:00
libwaterboxhost.so Waterbox: Add pseudo-thread implementation and experimental DobieStation (PS2) core (#2263) 2020-08-01 07:03:29 -04:00