index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
Age
Commit message (
Expand
)
Author
2014-06-27
FS: Added stubbed code to intercept and decode file system service functions.
bunnei
2014-06-14
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-13
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
HLE: Updated various handle debug assertions to be more clear.
bunnei
2014-06-13
Kernel: Updated several member functions to be const
bunnei
2014-06-12
GPU debugger: Add functionality to inspect command lists.
Tony Wasserka
2014-06-12
GPU: Cleanup register definitions.
Tony Wasserka
2014-06-12
Rename LCD to GPU.
Tony Wasserka
2014-06-12
Add initial graphics debugger interface.
Tony Wasserka
2014-06-12
GSP: Define more GX commands.
Tony Wasserka
2014-06-04
service: added a error log messages for unimplemented WaitSynchronization
bunnei
2014-06-02
svc: added optional name field to Event and Mutex (used for debugging)
bunnei
2014-06-01
gsp: always pass through synchronization barrier for commands
bunnei
2014-05-30
hle: added stubbed service for ndm_u
bunnei
2014-05-30
service: cleaned up log messages
bunnei
2014-05-30
service: removed PT_A from, as this was just an alias for APT_U
bunnei
2014-05-29
srv: fix to log unimplemented service (instead of crash)
bunnei
2014-05-29
hle: cleaned up log messages
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-28
apt: added stubbed function for InquireNotification
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
APT_U: added event creation to Initialize method
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
service: Renamed Sync to SyncRequest
bunnei
2014-05-26
srv: added a real mutex for GetProcSemaphore (instead of stubbed)
bunnei
2014-05-26
kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest
bunnei
2014-05-22
service: fixed typo that MSVC did not catch as an error
bunnei
2014-05-22
APT_U: added a debug log on calling GetLockHandle
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
service: removed redundant include of common_types.h
bunnei
2014-05-20
renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-20
- created a Kernel namespace
bunnei
2014-05-19
apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a ...
bunnei
2014-05-18
- renamed NewHandle to CreateHandle
bunnei
2014-05-18
- updated service(s) to be KernelObject's
bunnei
2014-05-18
renamed "UID" to "Handle" where appropriate
bunnei
2014-05-18
- moved Handle/Result definitions to kernel.h
bunnei
2014-05-16
added stubbed GetProcSemaphore - does nothing but avoids an exception
bunnei
2014-05-16
updated APT_U::GetLockHandle to return a valid handle
bunnei
2014-05-08
removed unknown fields from GX_CmdBufferHeader
bunnei
2014-05-07
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-04-27
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-27
fixed weird spacing
bunnei
2014-04-27
hackish but working way to set the framebuffer location to VRAM (used in ARM1...
bunnei
2014-04-26
added simple GSP GPU ReadHWRegs function to support returning the framebuffe...
bunnei
2014-04-24
added GSP::RegisterInterruptRelayQueue function
bunnei
[prev]
[next]