version adjustements

This commit is contained in:
Lephenixnoir 2021-06-02 10:06:10 +02:00
parent c45fd083bd
commit 00fd15c5c2
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ project(RogueLife)
include(GenerateG1A)
include(GenerateG3A)
include(Fxconv)
find_package(Gint 2.1 REQUIRED)
find_package(Gint 2.5 REQUIRED)
if("${FXSDK_PLATFORM_LONG}" STREQUAL fx9860G)
message(FATAL_ERROR "This game does not support the fx-9860G!")

View File

@ -192,5 +192,5 @@ int main(void)
timer_stop(timer_id);
map_destroy(m);
usb_close();
return EXIT_SUCCESS;
return 1;
}