mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-21 15:50:50 +00:00
Initialize mapping memory
This commit is contained in:
@@ -258,7 +258,7 @@ int main(int argc, char* argv[]) {
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
struct mapping* mappings;
|
||||
struct mapping* mappings = NULL;
|
||||
if (config.mapping != NULL)
|
||||
mappings = mapping_load(config.mapping, config.debug_level > 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user