mirror of https://github.com/sm64pc/sm64pc.git
Fixed compilation errors
This commit is contained in:
parent
6b59aef94d
commit
b394edcaaa
|
@ -115,7 +115,7 @@ void MoonOptMain::Draw(){
|
|||
MoonDrawButton(5, GetScreenHeight() - 24, "Change value", basePath, 16, 0, false);
|
||||
}
|
||||
|
||||
MoonDrawButton(7, pGetScreenHeight() - 24, this->selected == NULL ? "Select" : "Back", this->selected == NULL ? "textures/moon/controller/a-alt-btn.rgba16" : "textures/moon/controller/b-alt-btn.rgba16", 10, 4, true);
|
||||
MoonDrawButton(7, GetScreenHeight() - 24, this->selected == NULL ? "Select" : "Back", this->selected == NULL ? "textures/moon/controller/a-alt-btn.rgba16" : "textures/moon/controller/b-alt-btn.rgba16", 10, 4, true);
|
||||
|
||||
MoonScreen::Draw();
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.0#ifdef CAPI_SDL2
|
||||
#ifdef CAPI_SDL2
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in New Issue