Implement fixed aspect ratio

This commit is contained in:
Jonas Kulla 2013-09-23 10:39:16 +02:00
parent 7a6c05bba0
commit f00136c489
6 changed files with 53 additions and 16 deletions

View file

@ -150,6 +150,7 @@ struct RGSSThreadData
SDL_Window *window;
Vec2 sizeResoRatio;
Vec2i screenOffset;
Config config;