mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
chore(console): add note about 640x480 to ConsoleDetectGetResolutions
This commit is contained in:
parent
22a2e1a411
commit
edd25251fb
@ -5,6 +5,7 @@ void AddResolution(TSGrowableArray<C2iVector>& resolutions, const C2iVector& res
|
||||
resolutions.Add(1, &resolution);
|
||||
}
|
||||
|
||||
// TODO sometimes 640x480 is included, sometimes its ignored -- more than one function?
|
||||
void ConsoleDetectGetResolutions(TSGrowableArray<C2iVector>& resolutions, int32_t widescreen) {
|
||||
// Widescreen resolutions
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user