Historie revizí

Autor SHA1 Zpráva Datum
  bunnei e7202e5b2d svc: added ArbitrationType enumeration před 12 roky
  bunnei 4b4a6de1d8 apt: added stubbed function for InquireNotification před 12 roky
  bunnei c4b5168b45 hle: properly cast 64-bit function wrapper parameters to (u64) před 12 roky
  bunnei 9fd5d6c7d8 hle: removed PARAM64 macro (this was incorrect), made several bug fixes accordingly for decoding U64 function parameters před 12 roky
  bunnei 46aef01d04 lcd: moved kFrameTicks to lcd.h for use in other modules před 12 roky
  bunnei 70af9d620b service: changed interface to return 0 (no error) when a service method is unimplemented - hack to make apps boot further před 12 roky
  bunnei 3972d4ca8b APT_U: added stubbed function for APT_U::Enable, fixed some log messages to be more consistent před 12 roky
  bunnei 2ed6652f10 mutex: added preliminary SyncRequest/WaitSynchronization, added some comments/assertions před 12 roky
  bunnei 47e781e80a svc: implemented WaitSynchronization1, WaitSynchronizationN, and CreateEvent před 12 roky
  bunnei 94b30e8a38 APT_U: added event creation to Initialize method před 12 roky
  bunnei ea8627d536 event: fixed typos and updated CMakeLists před 12 roky
  bunnei beea6f054a event: added SetEventLocked method to change status an events lock před 12 roky
  bunnei fd69fd0325 kernel: added event module to support creation of CTR "Event" objects před 12 roky
  bunnei d493d725ac mutex: removed docstring comment that is no longer relevant před 12 roky
  bunnei 93cd5a0691 mutex: added additional docstrings před 12 roky
  bunnei a432dc8f39 kernel: added WaitSynchronization method to Kernel::Object před 12 roky
  bunnei 58a3adcdd2 kernel: updated SyncRequest to take boolean thread wait result as a parameter před 12 roky
  bunnei 6e51c56fe4 svc: added some assertions před 12 roky
  bunnei 16fea415d0 service: Renamed Sync to SyncRequest před 12 roky
  bunnei 3d7693f75f kernel: added enum for known CurrentThread and CurrentProcess handles před 12 roky
  bunnei 96b2105524 srv: added a real mutex for GetProcSemaphore (instead of stubbed) před 12 roky
  bunnei 9f7ed2d027 svc: changed SendSyncRequest to use Kernel::Object SyncRequest (instead of just service Interface class) před 12 roky
  bunnei d73d782ba7 kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest před 12 roky
  bunnei 15d2ab1b33 svc: added stub for DuplicateHandle SVC call před 12 roky
  bunnei 51f636b3d4 core: added Kernel::Reschedule() call to check for thread changes, shortened delay time to 100 instructions před 12 roky
  bunnei f8a98ab022 svc: added a check to ensure that a service was implemented before attempting to connect to its port před 12 roky
  bunnei 7bb66421a0 lcd: added thread wait after (faked) vblank interrupt (would have) occurred před 12 roky
  bunnei b99ac2c3d6 thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argument před 12 roky
  bunnei 7c0b006076 thread: removed unused SwitchContext/Reschedule reason field, added missing arg parameter to SVC CreateThread před 12 roky
  bunnei d26f3d4c1f kernel: refactored function naming to remove "__" prefix před 12 roky