mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-03-07 16:56:59 +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;
|
SDL_VideoData *videodata = (SDL_VideoData *)_this->driverdata;
|
||||||
|
|
||||||
SceWChar16 *title = (SceWChar16*)"";
|
SceWChar16 *title = u"";
|
||||||
SceWChar16 *text = (SceWChar16*)"";
|
SceWChar16 *text = u"";
|
||||||
SceInt32 res;
|
SceInt32 res;
|
||||||
|
|
||||||
SceImeDialogParam param;
|
SceImeDialogParam param;
|
||||||
|
Loading…
Reference in New Issue
Block a user