mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue