[nostalgia/core] Make display size function return common::Size instead of common::Point
This commit is contained in:
@@ -108,7 +108,7 @@ int getScreenHeight(Context*) {
|
||||
return 160;
|
||||
}
|
||||
|
||||
common::Point getScreenSize(Context*) {
|
||||
common::Size getScreenSize(Context*) {
|
||||
return {240, 160};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user