Merge pull request #526 from purpasmart96/citra_stubs
Services: Stub some functions
This commit is contained in:
commit
ca22ee3239
8 changed files with 206 additions and 8 deletions
|
@ -35,6 +35,9 @@ struct Values {
|
|||
// Data Storage
|
||||
bool use_virtual_sd;
|
||||
|
||||
// System Region
|
||||
int region_value;
|
||||
|
||||
std::string log_filter;
|
||||
} extern values;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue