mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-09 00:11:17 +12:00
Add all the files
This commit is contained in:
parent
e3db07a16a
commit
d60742f52b
1445 changed files with 430238 additions and 0 deletions
19
src/Cafe/HW/AI/AI.cpp
Normal file
19
src/Cafe/HW/AI/AI.cpp
Normal 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
0
src/Cafe/HW/AI/AI.h
Normal file
Loading…
Add table
Add a link
Reference in a new issue