mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[CFG] Add more configs
This commit is contained in:
parent
4e04e58fbe
commit
f992ecacab
2 changed files with 44 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#include <cstring>
|
||||
#include "helpers.hpp"
|
||||
#include "logger.hpp"
|
||||
#include "memory.hpp"
|
||||
|
@ -8,6 +9,8 @@ class CFGService {
|
|||
Memory& mem;
|
||||
MAKE_LOG_FUNCTION(log, cfgLogger)
|
||||
|
||||
void writeStringU16(u32 pointer, const std::u16string& string);
|
||||
|
||||
// Service functions
|
||||
void getConfigInfoBlk2(u32 messagePointer);
|
||||
void secureInfoGetRegion(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue