MCPcopy 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
75void BaseUi::SetGameResolution(ConfigEnum::GameResolution resolution) {
76 vcfg.game_resolution.Set(resolution);
77}
78
79Game_ConfigVideo BaseUi::GetConfig() const {
80 Game_ConfigVideo cfg = vcfg;

Callers 1

RefreshVideoMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected