index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don’t fail on empty filename in OpenFileDirectly, return the archive handle...
Emmanuel Gil Peyrot
2014-10-25
1
-8
/
+7
*
APT: Added a stub for the "GlanceParameter" function.
purpasmart96
2014-10-07
1
-1
/
+31
*
Added some more names to the function table
purpasmart96
2014-10-04
1
-0
/
+2
*
added "StoreDataCache" to the function table
purpasmart96
2014-09-30
1
-0
/
+1
*
FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.
Emmanuel Gil Peyrot
2014-09-17
1
-20
/
+177
*
Added support for multiple input device types for KeyMap and connected Qt.
Kevin Hartman
2014-09-12
2
-113
/
+127
*
Initial HID PAD work, with GLFW only.
Kevin Hartman
2014-09-11
2
-24
/
+197
*
Created structure for PAD.
Kevin Hartman
2014-09-11
2
-0
/
+28
*
core: Prune redundant includes
archshift
2014-09-08
5
-11
/
+0
*
core: Pass string by reference in FetchFromPortName and DeleteService
Lioncash
2014-09-06
2
-4
/
+4
*
srv::Initialize: Return "success" status code.
bunnei
2014-08-28
1
-0
/
+4
*
Pica/citra-qt: Replace command list view and command list debugging code with...
Tony Wasserka
2014-08-25
1
-5
/
+0
*
GSP: Update framebuffer information when necessary.
Tony Wasserka
2014-08-25
2
-2
/
+41
*
GSP: Implement SetBufferSwap.
Tony Wasserka
2014-08-25
2
-1
/
+47
*
GSP: Add a helper function for convenience.
Tony Wasserka
2014-08-25
1
-17
/
+22
*
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-08-17
7
-11
/
+11
*
Merge pull request #39 from bunnei/hid-minor-improvements
bunnei
2014-08-12
1
-5
/
+44
|
\
|
*
HID: Added new function entries from 3dbrew to FunctionTable.
bunnei
2014-08-12
1
-0
/
+5
|
*
HID: Implemented HID_User::GetIPCHandles service function.
bunnei
2014-08-07
1
-5
/
+39
*
|
Pica/GPU: Change hardware registers to use physical addresses rather than vir...
Tony Wasserka
2014-08-12
1
-9
/
+9
*
|
GSP: Fix a major regression introduced in ffda035c, due to which no display t...
Tony Wasserka
2014-08-12
1
-4
/
+13
*
|
Remove the fancy RegisterSet class introduced in 4c2bff61e.
Tony Wasserka
2014-08-12
1
-18
/
+18
|
/
*
GSP: Cleaned up command buffer decoding.
bunnei
2014-08-06
2
-61
/
+69
*
GSP: Added reinitialization of other state objects.
bunnei
2014-08-05
1
-0
/
+3
*
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
bunnei
2014-08-05
2
-77
/
+78
*
GSP: Removed unnecessary GX_FinishCommand function.
bunnei
2014-08-05
1
-13
/
+5
*
GSP: Implements preliminary command synchronization via GPU interrupts.
bunnei
2014-08-05
2
-18
/
+109
*
SRV: Updated GetProcSemaphore to create an event instead of a mutex.
bunnei
2014-08-05
1
-8
/
+10
*
FS: Fix port name (old port name was based on an unaligned memory read).
bunnei
2014-08-05
1
-1
/
+1
*
GSP: Add a few comments.
Tony Wasserka
2014-07-23
2
-1
/
+15
*
GSP: Clean up GX command processing a lot and treat command id as a u8 rather...
Tony Wasserka
2014-07-23
2
-37
/
+79
*
GPU: Make use of RegisterSet.
Tony Wasserka
2014-07-23
1
-21
/
+28
*
GPU: Emulate memory fills.
Tony Wasserka
2014-07-23
2
-1
/
+9
*
GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY.
Tony Wasserka
2014-07-23
1
-2
/
+9
*
GSP: Implement ReadHWRegs and WriteHWRegs properly.
Tony Wasserka
2014-07-23
1
-27
/
+46
*
GSP: Fixed to use real shared memory object, various cleanups.
bunnei
2014-07-05
1
-25
/
+34
*
FileSys: Added preliminary support for applications reading the RomFS archive.
bunnei
2014-07-04
1
-3
/
+30
*
APT: Added stubbed ReceiveParameter and various cleanups.
bunnei
2014-07-04
1
-71
/
+93
*
FS: Added stubbed code to intercept and decode file system service functions.
bunnei
2014-06-27
3
-0
/
+154
*
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-14
9
-148
/
+271
|
\
|
*
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
7
-118
/
+118
|
*
HLE: Updated various handle debug assertions to be more clear.
bunnei
2014-06-13
1
-1
/
+1
|
*
Kernel: Updated several member functions to be const
bunnei
2014-06-13
1
-2
/
+2
|
*
service: added a error log messages for unimplemented WaitSynchronization
bunnei
2014-06-04
1
-0
/
+1
|
*
svc: added optional name field to Event and Mutex (used for debugging)
bunnei
2014-06-02
2
-4
/
+4
|
*
gsp: always pass through synchronization barrier for commands
bunnei
2014-06-01
1
-1
/
+16
|
*
hle: added stubbed service for ndm_u
bunnei
2014-05-30
2
-0
/
+65
|
*
service: cleaned up log messages
bunnei
2014-05-30
1
-2
/
+2
|
*
service: removed PT_A from, as this was just an alias for APT_U
bunnei
2014-05-30
1
-2
/
+0
|
*
srv: fix to log unimplemented service (instead of crash)
bunnei
2014-05-29
1
-6
/
+2
[next]