aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
| * svc: updated WaitSynchronizationN to properly use first pointer argumentGravatar bunnei2014-06-02
| * svc: changed DuplicateHandle log message from "error" to "debug"Gravatar bunnei2014-06-01
| * svc: added GetThreadPriority and SetThreadPriority, added (incomplete) Duplic...Gravatar bunnei2014-06-01
| * kernel: changed main thread priority to default, updated Kernel::Reschedule t...Gravatar bunnei2014-06-01
| * arm: added option to prepare CPU core (while mid-instruction) for thread resc...Gravatar bunnei2014-06-01
| * svc: cleaned up function_wrappers, updated various SVCs to make use of pointe...Gravatar bunnei2014-06-01
* | Added 'this' reference to num_instructions field so it's properly updated,as ...Gravatar Disruption2014-06-01
| * log: updated MAX_LOGLEVEL to use correct log level enum typeGravatar bunnei2014-06-01
| * log: updated GenericLog __attribute__ for newly added parameterGravatar bunnei2014-06-01
| * svc: added missing function wrapper for SleepThreadGravatar bunnei2014-06-01
| * gsp: always pass through synchronization barrier for commandsGravatar bunnei2014-06-01
| * svc: updated waitSychronization to not overwrite handle on return, added stub...Gravatar bunnei2014-06-01
| * thread: updated Reschedule to sit at a synchronization barrier when no other ...Gravatar bunnei2014-06-01
| * event: added a hackish ability to set an event as "locked" to its current sta...Gravatar bunnei2014-06-01
| * hle: added stubbed service for ndm_uGravatar bunnei2014-05-30
| * service: cleaned up log messagesGravatar bunnei2014-05-30
| * service: removed PT_A from, as this was just an alias for APT_UGravatar bunnei2014-05-30
| * srv: fix to log unimplemented service (instead of crash)Gravatar bunnei2014-05-29
| * mutex: fixed typo in ReleaseMutexGravatar bunnei2014-05-29
| * hle: cleaned up log messagesGravatar bunnei2014-05-29
| * svc: updated OutputDebugString to use OS_LOGGravatar bunnei2014-05-29
| * arm: removed unnecessary code when calling SVC from skyeyeGravatar bunnei2014-05-29
| * log: fixed to not print twice, enabled coloring, added OS print logging as it...Gravatar bunnei2014-05-29
| * core: changed time delay before kernel reschedule to "approximate" a screen r...Gravatar bunnei2014-05-29
| * svc: changed unimplemented SVC log messages from "debug" messages to "error" ...Gravatar bunnei2014-05-29
| * svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and vario...Gravatar bunnei2014-05-29
| * event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some...Gravatar bunnei2014-05-29
| * service: added additional hack to return success on unimplemented service callsGravatar bunnei2014-05-29
| * srv: changed a NOTICE_LOG to DEBUG_LOGGravatar bunnei2014-05-29
| * svc: added ArbitrationType enumerationGravatar bunnei2014-05-29
| * apt: added stubbed function for InquireNotificationGravatar bunnei2014-05-28
| * hle: properly cast 64-bit function wrapper parameters to (u64)Gravatar bunnei2014-05-28
| * hle: removed PARAM64 macro (this was incorrect), made several bug fixes accor...Gravatar bunnei2014-05-28
| * lcd: moved kFrameTicks to lcd.h for use in other modulesGravatar bunnei2014-05-28
| * service: changed interface to return 0 (no error) when a service method is u...Gravatar bunnei2014-05-28
| * APT_U: added stubbed function for APT_U::Enable, fixed some log messages to b...Gravatar bunnei2014-05-27
| * mutex: added preliminary SyncRequest/WaitSynchronization, added some comments...Gravatar bunnei2014-05-27
| * svc: implemented WaitSynchronization1, WaitSynchronizationN, and CreateEventGravatar bunnei2014-05-27
| * APT_U: added event creation to Initialize methodGravatar bunnei2014-05-27
| * event: fixed typos and updated CMakeListsGravatar bunnei2014-05-27
| * event: added SetEventLocked method to change status an events lockGravatar bunnei2014-05-27
| * kernel: added event module to support creation of CTR "Event" objectsGravatar bunnei2014-05-27
| * mutex: removed docstring comment that is no longer relevantGravatar bunnei2014-05-26
| * mutex: added additional docstringsGravatar bunnei2014-05-26
| * kernel: added WaitSynchronization method to Kernel::ObjectGravatar bunnei2014-05-26
| * kernel: updated SyncRequest to take boolean thread wait result as a parameterGravatar bunnei2014-05-26
| * svc: added some assertionsGravatar bunnei2014-05-26
| * service: Renamed Sync to SyncRequestGravatar bunnei2014-05-26
| * kernel: added enum for known CurrentThread and CurrentProcess handlesGravatar bunnei2014-05-26
| * srv: added a real mutex for GetProcSemaphore (instead of stubbed)Gravatar bunnei2014-05-26