| 1299 | |
| 1300 | static cc_bool NF_GetCPE(void) { return Game_Version.HasCPE; } |
| 1301 | static void NF_SetCPE(cc_bool v) { |
| 1302 | Options_SetBool(OPT_CPE, v); |
| 1303 | GameVersion_Load(); |
| 1304 | NostalgiaScreen_UpdateVersionDisabled(); |
| 1305 | } |
| 1306 | |
| 1307 | static void NostalgiaScreen_Version(void* screen, void* widget) { |
| 1308 | struct MenuOptionsScreen* s = (struct MenuOptionsScreen*)screen; |
nothing calls this directly
no test coverage detected