mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-09-07 17:26:25 -05:00
Fixed signedness issue in formatted entrypoint address
This commit is contained in:
@@ -1204,7 +1204,7 @@ int main(int argc, char** argv) {
|
||||
"\n"
|
||||
"const char* get_rom_name() {{ return \"{}\"; }}\n"
|
||||
"\n",
|
||||
config.entrypoint,
|
||||
static_cast<uint32_t>(config.entrypoint),
|
||||
config.elf_path.filename().replace_extension(".z64").string()
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user