diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2022-04-17 03:28:34 +0200 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2022-07-11 23:11:40 +0200 |
| commit | 96751c4457553d71c92de2c74ffc6633aaf68958 (patch) | |
| tree | 34dff9077998016121aa11d1b25863ffa985d9f1 /Source/Core/Common/CommonPaths.h | |
| parent | fdc327c252d2d3e9e7a2aa7a801bcad591456946 (diff) | |
Treewide: Rename references to SD Card image path to clarify they mean the image file, not the folder.
Diffstat (limited to 'Source/Core/Common/CommonPaths.h')
| -rw-r--r-- | Source/Core/Common/CommonPaths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/CommonPaths.h b/Source/Core/Common/CommonPaths.h index 306dbb78ff..f697f6b383 100644 --- a/Source/Core/Common/CommonPaths.h +++ b/Source/Core/Common/CommonPaths.h @@ -128,7 +128,7 @@ #define WII_STATE "state.dat" -#define WII_SDCARD "sd.raw" +#define WII_SD_CARD_IMAGE "sd.raw" #define WII_BTDINF_BACKUP "btdinf.bak" #define WII_SETTING "setting.txt" |
