@@ -24,7 +24,7 @@ class C_4JInput {
2424 virtual void SetJoypadStickAxisMap (int , uint, uint) = 0;
2525 virtual void SetJoypadStickTriggerMap (int , uint, uint) = 0;
2626 virtual void SetKeyRepeatRate (float , float ) = 0;
27- virtual void SetDebugSequence (char const *, int (*)(void *), void*) = 0;
27+ virtual void SetDebugSequence (const char *, int (*)(void *), void*) = 0;
2828 virtual void GetIdleSeconds (int ) = 0;
2929 virtual void IsPadConnected (int ) = 0;
3030 virtual void SetCircleCrossSwapped (bool ) = 0;
@@ -46,7 +46,7 @@ class C_4JInput {
4646 virtual void GetTouchPadData (int , C_4JInput::ETouchType, bool ) = 0;
4747 virtual void SetMenuDisplayed (int , bool ) = 0;
4848 virtual void func_7100790580 (void ) = 0;
49- virtual void RequestKeyboard (wchar_t const *, wchar_t const *, uint, uint, int (*)(void *, bool ), void*,
49+ virtual void RequestKeyboard (const wchar_t *, const wchar_t *, uint, uint, int (*)(void *, bool ), void*,
5050 C_4JInput::EKeyboardMode)
5151 = 0;
5252 virtual void RequestErrorViewer (uint, uint, int (*)(void *), void*) = 0;
@@ -84,7 +84,7 @@ class CInput : public C_4JInput {
8484 void SetJoypadStickAxisMap (int , uint, uint);
8585 void SetJoypadStickTriggerMap (int , uint, uint);
8686 void SetKeyRepeatRate (float , float );
87- void SetDebugSequence (char const *, int (*)(void *), void*);
87+ void SetDebugSequence (const char *, int (*)(void *), void*);
8888 void GetIdleSeconds (int );
8989 void IsPadConnected (int );
9090 void SetCircleCrossSwapped (bool );
@@ -106,7 +106,7 @@ class CInput : public C_4JInput {
106106 void GetTouchPadData (int , C_4JInput::ETouchType, bool );
107107 void SetMenuDisplayed (int , bool );
108108 void func_7100790580 (void );
109- void RequestKeyboard (wchar_t const *, wchar_t const *, uint, uint, int (*)(void *, bool ), void*,
109+ void RequestKeyboard (const wchar_t *, const wchar_t *, uint, uint, int (*)(void *, bool ), void*,
110110 C_4JInput::EKeyboardMode);
111111 void RequestErrorViewer (uint, uint, int (*)(void *), void*);
112112 void RequestErrorViewer (uint, wchar_t *, wchar_t *, int (*)(void *), void*);
0 commit comments