Fix typecasting

main
Ivan Epifanov 2021-03-09 11:40:35 +03:00 committed by Ozkan Sezer
parent a4ddb175f1
commit 33127271e5
1 changed files with 2 additions and 2 deletions

View File

@ -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;