Skip to content

Commit

Permalink
more wii u globalctx2 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya committed Aug 20, 2022
1 parent faa99d6 commit be009f0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion libultraship/libultraship/WiiUController.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#ifdef __WIIU__
#include "WiiUController.h"
#include "GlobalCtx2.h"
#include "Window.h"
#include "ImGuiImpl.h"

Expand Down
1 change: 0 additions & 1 deletion libultraship/libultraship/WiiUGamepad.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#ifdef __WIIU__
#include "WiiUGamepad.h"
#include "GlobalCtx2.h"
#include "ImGuiImpl.h"

#include "WiiUImpl.h"
Expand Down
2 changes: 1 addition & 1 deletion libultraship/libultraship/WiiUImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void Update() {

// rescan devices if connection state changed
if (rescan) {
Ship::GlobalCtx2::GetInstance()->GetWindow()->GetControlDeck()->ScanPhysicalDevices();
Window::GetInstance()->GetControlDeck()->ScanPhysicalDevices();
}
}

Expand Down

0 comments on commit be009f0

Please sign in to comment.