Histórico de Commits

Autor SHA1 Mensagem Data
  bunnei 2f3020a102 Mutex: Cleanup and remove redundant code. há 11 anos atrás
  bunnei f09806aed2 Kernel: Renamed some functions for clarity. há 11 anos atrás
  bunnei 15b6a4d9ad Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. há 11 anos atrás
  bunnei c68eb15695 WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. há 11 anos atrás
  bunnei 69c5830ef2 Event: Fix implementation of "non-sticky" events. há 11 anos atrás
  bunnei 9e6ec3b6cd Session: Change to a WaitObject. há 11 anos atrás
  bunnei d2759c578e Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs. há 11 anos atrás
  bunnei dde02f79af Mutex: Fix a bug where the thread should not wait if it already has the mutex. há 11 anos atrás
  bunnei 9412996c8f Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObject safely. há 11 anos atrás
  bunnei c06d64528a SVC: Removed a Sleep that made no sense há 11 anos atrás
  bunnei 254e4ebd58 AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense. há 11 anos atrás
  bunnei e5a9f1c644 Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. há 11 anos atrás
  bunnei 6deb1a0119 WaitSynchronizationN: Improved comments há 11 anos atrás
  bunnei 6643673f28 WaitSynchronizationN: Refactor to fix several bugs há 11 anos atrás
  bunnei aa01c57ae9 Kernel: Separate WaitSynchronization into Wait and Acquire methods. há 11 anos atrás
  bunnei 627e96fc15 WaitSynchronizationN: Handle case where handles=nullptr. há 11 anos atrás
  bunnei f5c6d367c9 WaitSynchronizationN: Handle case where handle_count is invalid. há 11 anos atrás
  bunnei 064be2b86f WaitSynchronizationN: Handle case where handle_count=0. há 11 anos atrás
  bunnei 7faf2d8e06 WaitSynchronizationN: Implement return values há 11 anos atrás
  bunnei e4a5d8ad4f Event: Fixed some bugs and cleanup (Subv) há 11 anos atrás
  bunnei 1f7a04f05a Thread: Keep track of multiple wait objects. há 11 anos atrás
  bunnei 14cbbf4d9b Event: Get rid of permanent_lock hack. há 11 anos atrás
  bunnei 5e77e2e1de WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup. há 11 anos atrás
  bunnei c22bac6398 Kernel: Added WaitObject and changed "waitable" objects inherit from it. há 11 anos atrás
  bunnei 0c7498545f Merge pull request #491 from archshift/hidspvr há 11 anos atrás
  archshift 1f109c6b49 Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx há 11 anos atrás
  Tony Wasserka 8946df97b5 Merge pull request #429 from Kingcom/titlebar há 11 anos atrás
  Kingcom 76c74ffc96 citra-qt: Add option to hide dock widget title bars há 11 anos atrás
  bunnei 8571befc64 Merge pull request #498 from lioncash/statics há 11 anos atrás
  bunnei 7c21b80236 Merge pull request #499 from lioncash/docs há 11 anos atrás