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-10-25
Don’t fail on empty filename in OpenFileDirectly, return the archive handle...
Emmanuel Gil Peyrot
2014-10-07
APT: Added a stub for the "GlanceParameter" function.
purpasmart96
2014-10-04
Added some more names to the function table
purpasmart96
2014-09-30
added "StoreDataCache" to the function table
purpasmart96
2014-09-17
FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.
Emmanuel Gil Peyrot
2014-09-12
Added support for multiple input device types for KeyMap and connected Qt.
Kevin Hartman
2014-09-11
Initial HID PAD work, with GLFW only.
Kevin Hartman
2014-09-11
Created structure for PAD.
Kevin Hartman
2014-09-08
core: Prune redundant includes
archshift
2014-09-06
core: Pass string by reference in FetchFromPortName and DeleteService
Lioncash
2014-08-28
srv::Initialize: Return "success" status code.
bunnei
2014-08-25
Pica/citra-qt: Replace command list view and command list debugging code with...
Tony Wasserka
2014-08-25
GSP: Update framebuffer information when necessary.
Tony Wasserka
2014-08-25
GSP: Implement SetBufferSwap.
Tony Wasserka
2014-08-25
GSP: Add a helper function for convenience.
Tony Wasserka
2014-08-17
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-08-12
Merge pull request #39 from bunnei/hid-minor-improvements
bunnei
2014-08-12
HID: Added new function entries from 3dbrew to FunctionTable.
bunnei
2014-08-12
Pica/GPU: Change hardware registers to use physical addresses rather than vir...
Tony Wasserka
2014-08-12
GSP: Fix a major regression introduced in ffda035c, due to which no display t...
Tony Wasserka
2014-08-12
Remove the fancy RegisterSet class introduced in 4c2bff61e.
Tony Wasserka
2014-08-07
HID: Implemented HID_User::GetIPCHandles service function.
bunnei
2014-08-06
GSP: Cleaned up command buffer decoding.
bunnei
2014-08-05
GSP: Added reinitialization of other state objects.
bunnei
2014-08-05
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
bunnei
2014-08-05
GSP: Removed unnecessary GX_FinishCommand function.
bunnei
2014-08-05
GSP: Implements preliminary command synchronization via GPU interrupts.
bunnei
2014-08-05
SRV: Updated GetProcSemaphore to create an event instead of a mutex.
bunnei
2014-08-05
FS: Fix port name (old port name was based on an unaligned memory read).
bunnei
2014-07-23
GSP: Add a few comments.
Tony Wasserka
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
[next]