mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 12:59:14 +12:00
FS: Stub card SPI and some other things
This commit is contained in:
parent
055dbc7fb6
commit
cc669d7cab
12 changed files with 139 additions and 21 deletions
|
@ -17,6 +17,7 @@ namespace MCU {
|
|||
|
||||
// Service commands
|
||||
void getBatteryLevel(u32 messagePointer);
|
||||
void setInfoLEDPattern(u32 messagePointer);
|
||||
|
||||
public:
|
||||
HWCService(Memory& mem, const EmulatorConfig& config) : mem(mem), config(config) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue