mirror of
https://github.com/encounter/SDL.git
synced 2025-05-19 13:51:27 +00: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…
x
Reference in New Issue
Block a user