mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
bc1e0c24e8
If you see this alert, dolphin will probably crash in a few moments. Found in the course of fiddling with DSPLLEs JIT, which puts its data structures and static code somewhere above 0x7fff00000000 on my machine, making it unreachable via 32bit displacements from the created code at ~ 0x40000000. Fixed all the offending places in DSPLLEs JIT to emit register indirect accesses, only to find out that the generated code is slower than the interpreter and does work just as good(or bad). Oh well, back to DSPHLE it is then. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6229 8ced0084-cf51-0410-be5f-012b33b47a6e |
||
---|---|---|
.. | ||
Core | ||
DSPSpy | ||
DSPTool | ||
Plugins | ||
PluginSpecs | ||
TestSuite | ||
UnitTests | ||
Dolphin.sln |