mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
build for wii u (#2946)
* reimplement stuff from 2879 * header include to fix build hopefully * another header * fix error * remove header includes we don't have * more error things * a * b * c * d * e * f * g * h * use latest lus --------- Co-authored-by: briaguya <briaguya@alice>
This commit is contained in:
parent
2308ab8823
commit
a49f197f06
4 changed files with 45 additions and 43 deletions
|
@ -742,7 +742,7 @@ extern "C" void InitOTR() {
|
|||
#ifdef __SWITCH__
|
||||
LUS::Switch::Init(LUS::PreInitPhase);
|
||||
#elif defined(__WIIU__)
|
||||
LUS::WiiU::Init();
|
||||
LUS::WiiU::Init("soh");
|
||||
#endif
|
||||
|
||||
OTRGlobals::Instance = new OTRGlobals();
|
||||
|
|
|
@ -281,7 +281,9 @@ void DrawSettingsMenu() {
|
|||
|
||||
UIWidgets::Spacer(0);
|
||||
|
||||
ImGui::PushItemWidth(std::min((ImGui::GetContentRegionAvail().x - 60.0f), 260.0f));
|
||||
ImGui::SliderInt("##WiiUFPSSlider", &fpsSlider, 1, 3, "", ImGuiSliderFlags_AlwaysClamp);
|
||||
ImGui::PopItemWidth();
|
||||
|
||||
ImGui::SameLine();
|
||||
ImGui::SetCursorPosX(ImGui::GetCursorPosX() - 7.0f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue