diff options
author | 2025-02-05 10:21:10 +1100 | |
---|---|---|
committer | 2025-02-05 10:21:10 +1100 | |
commit | b7a80b1704e233ca84305f21cca31a1b6e102f43 (patch) | |
tree | ded3cecf4ee3f6d26c1c1afd4b50aee87bc1ec2c /scripts/genie.lua | |
parent | f92cb92a423fb0f0d6bee508f5f4835e2604d680 (diff) |
-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.
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 89b60a6366e..0376b306139 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -570,14 +570,6 @@ configuration { "gmake or ninja" } dofile ("toolchain.lua") -if _OPTIONS["targetos"]=="windows" then - configuration { "x64" } - defines { - "X64_WINDOWS_ABI", - } - configuration { } -end - -- Avoid error when invoking genie --help. if (_ACTION == nil) then return false end |