diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-12-23 10:20:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-23 10:20:32 -0800 |
| commit | c9d0c58ffe107550835987fc37504839e9d98f05 (patch) | |
| tree | a47ce1c7de0bd2a5663a3a4dc8f2de8ec556ec90 /src/d/d_save.cpp | |
| parent | ce895330ed994de32f55a17a3d2dc5dbbb2ccb9b (diff) | |
MSL_C header cleanup (#2988)
* msl_c header cleanup
* math header cleanup
* fix rest of shieldD configs
* cleanup cflag configs a bit
* fix shield build
Diffstat (limited to 'src/d/d_save.cpp')
| -rw-r--r-- | src/d/d_save.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/d/d_save.cpp b/src/d/d_save.cpp index bc82bb05d1..f5ecb91470 100644 --- a/src/d/d_save.cpp +++ b/src/d/d_save.cpp @@ -13,7 +13,11 @@ #include "d/d_save.h" #include "d/d_save_init.h" #include "f_op/f_op_scene_mng.h" -#include "stdio.h" +#include <stdio.h> + +#if PLATFORM_WII || PLATFORM_SHIELD +#include <revolution/sc.h> +#endif #if VERSION == VERSION_SHIELD #include "lingcod/lingcod.h" @@ -967,8 +971,6 @@ void dSv_player_info_c::init() { } } -extern "C" u8 SCGetLanguage(); - void dSv_player_config_c::init() { #if VERSION == VERSION_GCN_JPN unk0 = 0; |
