mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
fusee: remove unnecessary prefix from emummc config keys
This commit is contained in:
parent
6333327b81
commit
e871a754a8
1 changed files with 5 additions and 5 deletions
|
@ -19,11 +19,11 @@
|
|||
|
||||
#include "utils.h"
|
||||
|
||||
#define EMUMMC_ENABLED_KEY "emummc_enabled"
|
||||
#define EMUMMC_SECTOR_KEY "emummc_sector"
|
||||
#define EMUMMC_PATH_KEY "emummc_path"
|
||||
#define EMUMMC_NINTENDO_PATH_KEY "emummc_nintendo_path"
|
||||
#define EMUMMC_ID_KEY "emummc_id"
|
||||
#define EMUMMC_ENABLED_KEY "enabled"
|
||||
#define EMUMMC_SECTOR_KEY "sector"
|
||||
#define EMUMMC_PATH_KEY "path"
|
||||
#define EMUMMC_NINTENDO_PATH_KEY "nintendo_path"
|
||||
#define EMUMMC_ID_KEY "id"
|
||||
|
||||
typedef struct {
|
||||
bool enabled;
|
||||
|
|
Loading…
Reference in a new issue