mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-12 04:32:34 -07:00
Build: Fixed some warnings
This commit is contained in:
@@ -85,7 +85,7 @@ static void GetCountryCodeID(Service::Interface* self) {
|
||||
// The following algorithm will fail if the first country code isn't 0.
|
||||
DEBUG_ASSERT(country_codes[0] == 0);
|
||||
|
||||
for (size_t id = 0; id < country_codes.size(); ++id) {
|
||||
for (u16 id = 0; id < country_codes.size(); ++id) {
|
||||
if (country_codes[id] == country_code) {
|
||||
country_code_id = id;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user