mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
convert DSP
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
class DSi_I2CHost;
|
||||
class DSi_CamModule;
|
||||
class DSi_AES;
|
||||
class DSi_DSP;
|
||||
|
||||
namespace DSi_NAND
|
||||
{
|
||||
@ -63,6 +64,7 @@ extern u32 NWRAMMask[2][3];
|
||||
extern DSi_I2CHost* I2C;
|
||||
extern DSi_CamModule* CamModule;
|
||||
extern DSi_AES* AES;
|
||||
extern DSi_DSP* DSP;
|
||||
|
||||
bool Init();
|
||||
void DeInit();
|
||||
|
Reference in New Issue
Block a user