Histórico de Commits

Autor SHA1 Mensagem Data
  Yuri Kunde Schlesner c956e8a686 Fix printf format warning há 11 anos atrás
  Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h há 11 anos atrás
  Yuri Kunde Schlesner ecff2351a1 HLE: Clean up SVC dispatch mechanism há 11 anos atrás
  bunnei db4bd98bac SVC: Assert on unsupported CreateThread processor ID. há 11 anos atrás
  bunnei c077bcefa9 SVC: Update various SVCs to cause a reschedule. há 11 anos atrás
  bunnei 7b9f428b23 Thread: Implement priority boost for starved threads. há 11 anos atrás
  bunnei ee3377b67d SVC: Reschedule on svcCreateThread. há 11 anos atrás
  Lioncash 8cf81643a9 arm_interface: Get rid of GetTicks. há 11 anos atrás
  archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h há 11 anos atrás
  Kevin Hartman 5fcbfc06eb Scheduler refactor Pt. 1 há 11 anos atrás
  bunnei caa58acc84 WaitSynch: Always reschedule (verified behavior on hw). há 11 anos atrás
  Yuri Kunde Schlesner 88a4a808c6 Kernel: Stop creating useless Handles during object creation há 11 anos atrás
  Yuri Kunde Schlesner c4208c1171 SVC: Enable CloseHandle, clean up DuplicateHandle há 11 anos atrás
  Yuri Kunde Schlesner 664c79ff47 Thread: Modernize two functions that slipped through previous rebases há 11 anos atrás
  Yuri Kunde Schlesner 8779b31fe6 Make Port/Service registration and querying more HW-accurate há 11 anos atrás
  Yuri Kunde Schlesner 58b544db99 SVC: Use CASCADE_RESULT in SVC handlers há 11 anos atrás
  Yuri Kunde Schlesner 09ae6e1fa3 Remove result.h InvalidHandle há 11 anos atrás
  Yuri Kunde Schlesner 44f90340dc SVC: Change return type of handlers to ResultCode há 11 anos atrás
  Yuri Kunde Schlesner d52d859936 Kernel: Convert Event to not use Handles há 11 anos atrás
  Yuri Kunde Schlesner ad80ff1e32 Kernel: Convert Timer to (mostly) not use Handles há 11 anos atrás
  Yuri Kunde Schlesner 882b6fed75 Kernel: Convert Mutex to not use Handles há 11 anos atrás
  Yuri Kunde Schlesner 38e7122f23 Kernel: Convert AddressArbiter to not use Handles há 11 anos atrás
  Yuri Kunde Schlesner d9b19be1d9 Kernel: Convert Semaphore to not use Handles há 11 anos atrás
  Yuri Kunde Schlesner 4bb33dfc30 Kernel: Convert SharedMemory to not use Handles há 11 anos atrás
  bunnei 206cabc0e4 Merge pull request #412 from purpasmart96/svc_table_cleanup há 11 anos atrás
  purpasmart96 62f4365db1 SVC: Update the SVC function table há 11 anos atrás
  bunnei 731154f79e WaitSynchronization: Added a result code for invalid result, fixed bug. há 11 anos atrás
  bunnei 68ddaaa2f5 Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup. 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