Histórico de Commits

Autor SHA1 Mensagem Data
  bunnei 4d6c96b7d8 SVC: Moved declaration of "wait" variable in SendSyncRequest for improved readability. há 12 anos atrás
  bunnei c95972275e HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) há 12 anos atrás
  bunnei d7363322c7 HLE: Updated various handle debug assertions to be more clear. há 12 anos atrás
  bunnei f5c7c15434 Kernel: Added real support for thread and event blocking há 12 anos atrás
  bunnei 477b0caca4 svc: updated WaitSynchronizationN to properly use first pointer argument há 12 anos atrás
  bunnei 4819e9a60f svc: changed DuplicateHandle log message from "error" to "debug" há 12 anos atrás
  bunnei 3fb31fbc57 svc: added GetThreadPriority and SetThreadPriority, added (incomplete) DuplicateHandle support há 12 anos atrás
  bunnei 10447d1f48 kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule há 12 anos atrás
  bunnei 15c7d81706 svc: cleaned up function_wrappers, updated various SVCs to make use of pointer arguments há 12 anos atrás
  bunnei f2f638492b svc: updated waitSychronization to not overwrite handle on return, added stub for SleepThread (does nothing) há 12 anos atrás
  bunnei c404d22036 hle: cleaned up log messages há 12 anos atrás
  bunnei b0bad47c0e svc: updated OutputDebugString to use OS_LOG há 12 anos atrás
  bunnei 6d267142ad svc: changed unimplemented SVC log messages from "debug" messages to "error" messages há 12 anos atrás
  bunnei 58af0da792 svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and various fixes há 12 anos atrás
  bunnei 47e781e80a svc: implemented WaitSynchronization1, WaitSynchronizationN, and CreateEvent há 12 anos atrás
  bunnei 58a3adcdd2 kernel: updated SyncRequest to take boolean thread wait result as a parameter há 12 anos atrás
  bunnei 6e51c56fe4 svc: added some assertions há 12 anos atrás
  bunnei 9f7ed2d027 svc: changed SendSyncRequest to use Kernel::Object SyncRequest (instead of just service Interface class) há 12 anos atrás
  bunnei 15d2ab1b33 svc: added stub for DuplicateHandle SVC call há 12 anos atrás
  bunnei f8a98ab022 svc: added a check to ensure that a service was implemented before attempting to connect to its port há 12 anos atrás
  bunnei b99ac2c3d6 thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argument há 12 anos atrás
  bunnei 7c0b006076 thread: removed unused SwitchContext/Reschedule reason field, added missing arg parameter to SVC CreateThread há 12 anos atrás
  bunnei 06e3c3d55a svc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messages to include newly created handles há 12 anos atrás
  bunnei 706584f007 svc: enabled use of newly created kernel thread handle há 12 anos atrás
  bunnei eb537c560a mutex: refactored the interface to code to return a Mutex* handle há 12 anos atrás
  bunnei 978e1d4653 mutex: initial commit of HLE module há 12 anos atrás
  bunnei 08e6a9bf89 svc: added some comments há 12 anos atrás
  bunnei 75c6d2a8fa thread: moved threading calls to the Kernel namespace há 12 anos atrás
  bunnei 143bba2045 renamed "syscall" module to "svc" (more accurate naming) há 12 anos atrás