mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-04 17:29:24 -05:00
Remove detail namespaces. (#137)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <user/config.h>
|
||||
#include <api/SWA.h>
|
||||
#include <os/logger.h>
|
||||
#include <hid/hid_detail.h>
|
||||
#include <hid/hid.h>
|
||||
#include <app.h>
|
||||
|
||||
bool m_isSavedAchievementData = false;
|
||||
@@ -133,7 +133,7 @@ void LoadingScreenControllerMidAsmHook()
|
||||
auto isPlayStation = Config::ControllerIcons == EControllerIcons::PlayStation;
|
||||
|
||||
if (Config::ControllerIcons == EControllerIcons::Auto)
|
||||
isPlayStation = hid::detail::g_inputDeviceController == hid::detail::EInputDevice::PlayStation;
|
||||
isPlayStation = hid::g_inputDeviceController == hid::EInputDevice::PlayStation;
|
||||
|
||||
const char* prefix = isPlayStation ? "ps3" : "360";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user