コミット履歴

作者 SHA1 メッセージ 日付
  Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 10 年 前
  bunnei 4cb2995c61 HLE: Rename RescheduleIsPending to IsReschedulePending. 10 年 前
  Lioncash 6b7ebb3f82 hle: Get rid of global access to g_reschedule 10 年 前
  Yuri Kunde Schlesner c916bcf7b5 Move typedefs from kernel.h to more appropriate places 11 年 前
  Yuri Kunde Schlesner ecff2351a1 HLE: Clean up SVC dispatch mechanism 11 年 前
  Yuri Kunde Schlesner 7b3452c730 Move ThreadContext to core/core.h and deal with the fallout 11 年 前
  purpasmart96 ebfd831ccb License change 11 年 前
  Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 年 前
  bunnei edaefe9fa6 HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only module where they are needed). 12 年 前
  bunnei 4620e2a741 HLE: Removed usnused EatCycles function. 12 年 前
  bunnei 174cc9a0ed hle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger) 12 年 前
  bunnei 10447d1f48 kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule 12 年 前
  bunnei 9fd5d6c7d8 hle: removed PARAM64 macro (this was incorrect), made several bug fixes accordingly for decoding U64 function parameters 12 年 前
  bunnei 143bba2045 renamed "syscall" module to "svc" (more accurate naming) 12 年 前
  bunnei 4d7f3c74fd added function stubs for EatCycles and ReSchedule 12 年 前
  bunnei 72622a1b5a - removed HLE mem "hack" and replaced with kernel mem region 12 年 前
  bunnei cb0663de51 moved HLE::MRC to its own module, added support for catching data synchronization barrier command 12 年 前
  bunnei de3dcd38f6 - fixed tabs in function_wrappers.h 12 年 前
  bunnei 67f6e41470 added a GetPointer function for reading from HLE command buffer 12 年 前
  bunnei 6f6d5158de added OS memory read/write for thread command buffer 12 年 前
  bunnei 68e198476f - added HLE to connect to "srv:" service 12 年 前
  bunnei 7ea7585898 replace tabs with spaces 12 年 前
  bunnei 2bde8f2856 base code to call a syscall from ARM11 appcore 12 年 前
  bunnei 3bd041f5b0 changed some naming/misc cleanups 12 年 前
  bunnei 2a7d7ce55d - removed syscall classes (will just use HLEFunction) 12 年 前
  bunnei f68de21ad1 added initial modules for setting up SysCall HLE 12 年 前