mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 12:05:45 +00:00
CFG: Implemented the GetConfigInfoBlk2 function.
Added a "config" file to the CFG process service (CFG:U), and added a few default blocks to it. Implemented GetSystemModel and GetModelNintendo2DS
This commit is contained in:
parent
0de6a08d75
commit
fa3d72ab3e
5 changed files with 197 additions and 15 deletions
|
@ -45,6 +45,11 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
Path(const char* path):
|
||||
type(Char), string(path)
|
||||
{
|
||||
}
|
||||
|
||||
Path(LowPathType type, u32 size, u32 pointer):
|
||||
type(type)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue