chore(console): add note about 640x480 to ConsoleDetectGetResolutions

This commit is contained in:
fallenoak 2025-11-09 17:18:46 -06:00
parent 22a2e1a411
commit edd25251fb
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -5,6 +5,7 @@ void AddResolution(TSGrowableArray<C2iVector>& resolutions, const C2iVector& res
resolutions.Add(1, &resolution); resolutions.Add(1, &resolution);
} }
// TODO sometimes 640x480 is included, sometimes its ignored -- more than one function?
void ConsoleDetectGetResolutions(TSGrowableArray<C2iVector>& resolutions, int32_t widescreen) { void ConsoleDetectGetResolutions(TSGrowableArray<C2iVector>& resolutions, int32_t widescreen) {
// Widescreen resolutions // Widescreen resolutions