Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ SetGameResolution
Method
SetGameResolution
src/baseui.cpp:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void BaseUi::SetGameResolution(ConfigEnum::GameResolution resolution) {
76
vcfg.game_resolution.Set(resolution);
77
}
78
79
Game_ConfigVideo BaseUi::GetConfig() const {
80
Game_ConfigVideo cfg = vcfg;
Callers
1
RefreshVideo
Method · 0.80
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected