mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 14:39:01 +01:00
re-add alignment for dspbuffer in DSPSpy...turns out it's needed :)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5054 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e5afde67ce
commit
98c7993a8a
@ -63,7 +63,7 @@
|
|||||||
// #include "virtual_dsp.h"
|
// #include "virtual_dsp.h"
|
||||||
|
|
||||||
// Used for communications with the DSP, such as dumping registers etc.
|
// Used for communications with the DSP, such as dumping registers etc.
|
||||||
u16 dspbuffer[16 * 1024];
|
u16 dspbuffer[16 * 1024] __attribute__ ((aligned (0x4000)));
|
||||||
|
|
||||||
static void *xfb = NULL;
|
static void *xfb = NULL;
|
||||||
void (*reboot)() = (void(*)())0x80001800;
|
void (*reboot)() = (void(*)())0x80001800;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user