diff --git a/.gitmodules b/.gitmodules index da074a4..6f292de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/ariya/FastLZ.git [submodule "libs/RaylibDS"] path = libs/RaylibDS - url = https://sillysagiri.my.id/sillysagiri/RaylibDS.git + url = https://sillysagiri.my.id/sillysagiri/RaylibDS.git \ No newline at end of file diff --git a/Makefile b/Makefile index 9cd4266..6622e71 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,8 @@ SDIMAGE := image.bin # Source code paths # ----------------- -SOURCEDIRS := src libs/FastLZ/fastlz.c libs/RaylibDS -INCLUDEDIRS := src libs/FastLZ libs/RaylibDS +SOURCEDIRS := src libs/FastLZ/fastlz.c libs/RaylibDS libs/lwrb/lwrb/src/lwrb +INCLUDEDIRS := src libs/FastLZ libs/RaylibDS libs/lwrb/lwrb/src/include GFXDIRS := BINDIRS := AUDIODIRS := @@ -40,7 +40,7 @@ NITROFSDIR := nitrofs # Defines passed to all files # --------------------------- -DEFINES := -DARM9 +DEFINES := -DARM9 -DLWRB_DISABLE_ATOMIC # Libraries # --------- diff --git a/icon.bmp b/icon.bmp index c5a571c..1dc02f8 100644 Binary files a/icon.bmp and b/icon.bmp differ