no edit summary
mNo edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
Requests the graphics engine to restart. | Requests the graphics engine to restart. | ||
RestartGx() | RestartGx() | ||
---- | ---- | ||
| Line 17: | Line 17: | ||
---- | ---- | ||
;''Example'' | ;''Example'' | ||
SetCVar("gxResolution","1024x768") | SetCVar("gxResolution","1024x768") | ||
RestartGx() | RestartGx() | ||
;''Result'' | ;''Result'' | ||
''-- Graphical engine is restarted in | ''-- Graphical engine is restarted in 1024x768 resolution.'' | ||
---- | ---- | ||