BizHawk/waterbox/waterboxhost/src
nattthebear cee44d476b waterbox experiment: defensively save a lot of stuff in case something was assuming something it shouldn't
The fnstenv & stmxcsr are needed and correct since dobie plays with fenv, differently in different threads.  The rest shouldn't be because all regs in question are either volatile through calls or specified as clobbered in C code surrounding a syscall that saves them; I just did it to try to debug stuff.

In any case, none of this helps and the dobie core is still mysteriously nonfunctional
2020-08-13 14:42:39 -04:00
..
context waterbox experiment: defensively save a lot of stuff in case something was assuming something it shouldn't 2020-08-13 14:42:39 -04:00
fs Waterbox: Add pseudo-thread implementation and experimental DobieStation (PS2) core (#2263) 2020-08-01 07:03:29 -04:00
memory_block Waterbox: Add pseudo-thread implementation and experimental DobieStation (PS2) core (#2263) 2020-08-01 07:03:29 -04:00
bin.rs More crusty progress 2020-06-28 10:21:36 -04:00
cinterface.rs waterbox - expose read-only information about the guest memory page table 2020-07-23 16:08:24 -04:00
elf.rs waterboxhost refactor 2020-07-13 19:38:29 -04:00
gdb.rs Rewrite WaterboxHost in rust. (#2190) 2020-07-03 11:45:59 -04:00
host.rs Waterbox: Add pseudo-thread implementation and experimental DobieStation (PS2) core (#2263) 2020-08-01 07:03:29 -04:00
lib.rs Waterbox: Add pseudo-thread implementation and experimental DobieStation (PS2) core (#2263) 2020-08-01 07:03:29 -04:00
syscall_defs.rs Waterbox: Add pseudo-thread implementation and experimental DobieStation (PS2) core (#2263) 2020-08-01 07:03:29 -04:00
threading.rs waterbox experiment: defensively save a lot of stuff in case something was assuming something it shouldn't 2020-08-13 14:42:39 -04:00