1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-29 08:37:05 +00:00

Change window name

This commit is contained in:
Sergeanur 2021-01-09 14:21:46 +02:00
parent e5b7628802
commit 852c3badbb

View file

@ -399,7 +399,7 @@ RsInitialize(void)
*/
RwBool result;
RsGlobal.appName = RWSTRING("GTA: Vice City");
RsGlobal.appName = RWSTRING("GTA: Liberty City Stories");
RsGlobal.maximumWidth = DEFAULT_SCREEN_WIDTH;
RsGlobal.maximumHeight = DEFAULT_SCREEN_HEIGHT;
RsGlobal.width = DEFAULT_SCREEN_WIDTH;