Add all the files

This commit is contained in:
Exzap 2022-08-22 22:21:23 +02:00
parent e3db07a16a
commit d60742f52b
1445 changed files with 430238 additions and 0 deletions

19
src/Cafe/HW/AI/AI.cpp Normal file
View file

@ -0,0 +1,19 @@
#include "Cafe/HW/MMU/MMU.h"
namespace HW_AI
{
void AI_STATUS_W16(uint32 addr, uint16 value)
{
}
RunAtCemuBoot _init([]()
{
//using MMIOFuncWrite16 = void (*)(uint32 addr, uint16 value);
//using MMIOFuncWrite32 = void (*)(uint32 addr, uint32 value);
//void RegisterMMIO_W16(MMIOFuncWrite16 ptr);
});
}

0
src/Cafe/HW/AI/AI.h Normal file
View file