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-07-23
GSP: Clean up GX command processing a lot and treat command id as a u8 rather...
Tony Wasserka
2014-07-23
GPU: Make use of RegisterSet.
Tony Wasserka
2014-07-23
GPU: Emulate memory fills.
Tony Wasserka
2014-07-23
GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY.
Tony Wasserka
2014-07-23
GSP: Implement ReadHWRegs and WriteHWRegs properly.
Tony Wasserka
2014-07-05
GSP: Fixed to use real shared memory object, various cleanups.
bunnei
2014-07-04
FileSys: Added preliminary support for applications reading the RomFS archive.
bunnei
2014-07-04
APT: Added stubbed ReceiveParameter and various cleanups.
bunnei
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
[prev]
[next]