mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 00:39:04 +00:00
makerom v0.3
This commit is contained in:
@@ -12,7 +12,6 @@ void BadYamlFormatting(void);
|
||||
int GetYamlSettings(user_settings *set)
|
||||
{
|
||||
memset(&set->yaml_set,0,sizeof(rsf_settings));
|
||||
InvalidateRSFBooleans(&set->yaml_set);
|
||||
int ret = 0;
|
||||
if(set->rsf_path) {
|
||||
FILE *tmp = fopen(set->rsf_path,"rb");
|
||||
|
||||
Reference in New Issue
Block a user