Age | Commit message (Expand) | Author |
2014-05-29 | log: fixed to not print twice, enabled coloring, added OS print logging as it... | bunnei |
2014-05-29 | core: changed time delay before kernel reschedule to "approximate" a screen r... | bunnei |
2014-05-29 | svc: changed unimplemented SVC log messages from "debug" messages to "error" ... | bunnei |
2014-05-29 | svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and vario... | bunnei |
2014-05-29 | event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some... | bunnei |
2014-05-29 | service: added additional hack to return success on unimplemented service calls | bunnei |
2014-05-29 | srv: changed a NOTICE_LOG to DEBUG_LOG | bunnei |
2014-05-29 | svc: added ArbitrationType enumeration | bunnei |
2014-05-28 | apt: added stubbed function for InquireNotification | bunnei |
2014-05-28 | hle: properly cast 64-bit function wrapper parameters to (u64) | bunnei |
2014-05-28 | hle: removed PARAM64 macro (this was incorrect), made several bug fixes accor... | bunnei |
2014-05-28 | lcd: moved kFrameTicks to lcd.h for use in other modules | bunnei |
2014-05-28 | service: changed interface to return 0 (no error) when a service method is u... | bunnei |
2014-05-27 | APT_U: added stubbed function for APT_U::Enable, fixed some log messages to b... | bunnei |
2014-05-27 | mutex: added preliminary SyncRequest/WaitSynchronization, added some comments... | bunnei |
2014-05-27 | svc: implemented WaitSynchronization1, WaitSynchronizationN, and CreateEvent | bunnei |
2014-05-27 | APT_U: added event creation to Initialize method | bunnei |
2014-05-27 | event: fixed typos and updated CMakeLists | bunnei |
2014-05-27 | event: added SetEventLocked method to change status an events lock | bunnei |
2014-05-27 | kernel: added event module to support creation of CTR "Event" objects | bunnei |
2014-05-26 | mutex: removed docstring comment that is no longer relevant | bunnei |
2014-05-26 | mutex: added additional docstrings | bunnei |
2014-05-26 | kernel: added WaitSynchronization method to Kernel::Object | bunnei |
2014-05-26 | kernel: updated SyncRequest to take boolean thread wait result as a parameter | bunnei |
2014-05-26 | svc: added some assertions | bunnei |
2014-05-26 | service: Renamed Sync to SyncRequest | bunnei |
2014-05-26 | kernel: added enum for known CurrentThread and CurrentProcess handles | bunnei |
2014-05-26 | srv: added a real mutex for GetProcSemaphore (instead of stubbed) | bunnei |
2014-05-26 | svc: changed SendSyncRequest to use Kernel::Object SyncRequest (instead of ju... | bunnei |
2014-05-26 | kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest | bunnei |
2014-05-26 | svc: added stub for DuplicateHandle SVC call | bunnei |
2014-05-22 | core: added Kernel::Reschedule() call to check for thread changes, shortened ... | bunnei |
2014-05-22 | svc: added a check to ensure that a service was implemented before attempting... | bunnei |
2014-05-22 | lcd: added thread wait after (faked) vblank interrupt (would have) occurred | bunnei |
2014-05-22 | thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reaso... | bunnei |
2014-05-22 | thread: removed unused SwitchContext/Reschedule reason field, added missing a... | bunnei |
2014-05-22 | kernel: refactored function naming to remove "__" prefix | bunnei |
2014-05-22 | core: moved armcopro.cpp to correct filter folder (arm/interpreter) | bunnei |
2014-05-22 | thread: moved ThreadStatus/WaitType to header, added support for arg on Creat... | bunnei |
2014-05-22 | APT_U: added a debug log on calling GetLockHandle | bunnei |
2014-05-22 | arm_interpreter: fixed load context to currently resume a thread | bunnei |
2014-05-21 | thread: fixed bug where result of __NextThread was not being properly checked... | bunnei |
2014-05-21 | svc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messag... | bunnei |
2014-05-20 | svc: enabled use of newly created kernel thread handle | bunnei |
2014-05-20 | mutex: refactored the interface to code to return a Mutex* handle | bunnei |
2014-05-20 | mutex: initial commit of HLE module | bunnei |
2014-05-20 | svc: added some comments | bunnei |
2014-05-20 | kernel: fixed include, in general include "common.h" not "common_types.h" | bunnei |
2014-05-20 | service: removed redundant include of common_types.h | bunnei |
2014-05-20 | arm: removed include of windows.h from armdefs.h to arminit.c (only module th... | bunnei |