Skip to content

Commit

Permalink
-cpu/drcbex64.cpp: Directly dispatch memory accesses no larger than n…
Browse files Browse the repository at this point in the history
…ative 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.
  • Loading branch information
cuavas authored Feb 4, 2025
1 parent f92cb92 commit b7a80b1
Show file tree
Hide file tree
Showing 5 changed files with 559 additions and 177 deletions.
8 changes: 0 additions & 8 deletions scripts/genie.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit b7a80b1

Please sign in to comment.