mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 04:18:27 -05: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:
@ -45,6 +45,11 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
Path(const char* path):
|
||||
type(Char), string(path)
|
||||
{
|
||||
}
|
||||
|
||||
Path(LowPathType type, u32 size, u32 pointer):
|
||||
type(type)
|
||||
{
|
||||
|
Reference in New Issue
Block a user