mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 19:47:52 -05:00
general: fix incorrect conversions
This commit is contained in:
@ -545,7 +545,7 @@ public:
|
||||
}
|
||||
|
||||
// Map memory for the NRO
|
||||
VAddr map_location;
|
||||
VAddr map_location{};
|
||||
const auto map_result{MapNro(&map_location, system.ApplicationProcess(), nro_address,
|
||||
nro_size, bss_address, bss_size, nro_size + bss_size)};
|
||||
if (map_result != ResultSuccess) {
|
||||
|
Reference in New Issue
Block a user