citra/src/core/rpc
Ben 55ec7031cc
Core timing 2.0 (#4913)
* Core::Timing: Add multiple timer, one for each core

* revert clang-format; work on tests for CoreTiming

* Kernel:: Add support for multiple cores, asserts in HandleSyncRequest because Thread->status == WaitIPC

* Add some TRACE_LOGs

* fix tests

* make some adjustments to qt-debugger, cheats and gdbstub(probably still broken)

* Make ARM_Interface::id private, rework ARM_Interface ctor

* ReRename TimingManager to Timing for smaler diff

* addressed review comments
2020-02-21 19:31:32 +01:00
..
packet.cpp Initial support for scripting (#4016) 2018-09-11 22:00:12 +02:00
packet.h Initial support for scripting (#4016) 2018-09-11 22:00:12 +02:00
rpc_server.cpp Core timing 2.0 (#4913) 2020-02-21 19:31:32 +01:00
rpc_server.h Scripting: reimplement protocol over plan UDP using boost::asio 2019-02-02 15:25:23 -05:00
server.cpp rpc: send ending packet in Server instead of UDPServer 2019-03-04 11:05:07 -05:00
server.h Scripting: reimplement protocol over plan UDP using boost::asio 2019-02-02 15:25:23 -05:00
udp_server.cpp rpc: send ending packet in Server instead of UDPServer 2019-03-04 11:05:07 -05:00
udp_server.h Scripting: reimplement protocol over plan UDP using boost::asio 2019-02-02 15:25:23 -05:00