Skip to content

Commit

Permalink
Merge pull request #4018 from Sonicadvance1/move_guest_frame_manage
Browse files Browse the repository at this point in the history
LinuxEmulation: Moves guest signal frame generation to its own file
  • Loading branch information
alyssarosenzweig authored Sep 2, 2024
2 parents 62e1767 + e92b243 commit d9544e7
Show file tree
Hide file tree
Showing 3 changed files with 801 additions and 783 deletions.
1 change: 1 addition & 0 deletions Source/Tools/LinuxEmulation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ set (SRCS
LinuxSyscalls/SyscallsSMCTracking.cpp
LinuxSyscalls/SyscallsVMATracking.cpp
LinuxSyscalls/ThreadManager.cpp
LinuxSyscalls/SignalDelegator/GuestFramesManagement.cpp
LinuxSyscalls/Utils/Threads.cpp
LinuxSyscalls/x32/Syscalls.cpp
LinuxSyscalls/x32/EPoll.cpp
Expand Down
Loading

0 comments on commit d9544e7

Please sign in to comment.