Skip to content

Commit b7a80b1

Browse files
authored
-cpu/drcbex64.cpp: Directly dispatch memory accesses no larger than native width to specific handlers. (#13325)
emu/emumem_aspace.cpp: Got rid of static accessors structure, added a helper for obtaining info for dispatching specific accessors.
1 parent f92cb92 commit b7a80b1

File tree

5 files changed

+559
-177
lines changed

5 files changed

+559
-177
lines changed

scripts/genie.lua

-8
Original file line numberDiff line numberDiff line change
@@ -570,14 +570,6 @@ configuration { "gmake or ninja" }
570570

571571
dofile ("toolchain.lua")
572572

573-
if _OPTIONS["targetos"]=="windows" then
574-
configuration { "x64" }
575-
defines {
576-
"X64_WINDOWS_ABI",
577-
}
578-
configuration { }
579-
end
580-
581573
-- Avoid error when invoking genie --help.
582574
if (_ACTION == nil) then return false end
583575

0 commit comments

Comments
 (0)