mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fix typecasting
This commit is contained in:
parent
a4ddb175f1
commit
33127271e5
@ -337,8 +337,8 @@ void VITA_ShowScreenKeyboard(_THIS, SDL_Window *window)
|
||||
{
|
||||
SDL_VideoData *videodata = (SDL_VideoData *)_this->driverdata;
|
||||
|
||||
SceWChar16 *title = (SceWChar16*)"";
|
||||
SceWChar16 *text = (SceWChar16*)"";
|
||||
SceWChar16 *title = u"";
|
||||
SceWChar16 *text = u"";
|
||||
SceInt32 res;
|
||||
|
||||
SceImeDialogParam param;
|
||||
|
Loading…
Reference in New Issue
Block a user