Skip to content

Commit

Permalink
Let's talk about memory accesses:
Browse files Browse the repository at this point in the history
emu/emumem_aspace.cpp: Got rid of static accessors structure, added a
helper for obtaining info for dispatching specific accessors.

cpu/drcbex64.cpp: Directly dispatch specific memory accessors for native
width reads and writes no larger than native width.
  • Loading branch information
cuavas committed Feb 3, 2025
1 parent b6dca55 commit e821c66
Show file tree
Hide file tree
Showing 5 changed files with 393 additions and 180 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 e821c66

Please sign in to comment.