index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Threading: Fix thread starting to execute first instruction correctly.
bunnei
2014-08-28
1
-0
/
+5
*
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
*
Added FS functions to Archive and Archive_RomFS
archshift
2014-08-22
1
-3
/
+31
*
Core: Use std::array for managing kernel object space
Lioncash
2014-08-19
2
-5
/
+5
*
Merge pull request #55 from lioncash/string
bunnei
2014-08-18
16
-41
/
+38
|
\
|
*
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-08-17
16
-41
/
+38
*
|
SVC: Added support for svc_GetSystemTick.
bunnei
2014-08-18
2
-19
/
+48
|
/
*
Core: Fix a formatting error in svc.cpp
Lioncash
2014-08-17
1
-3
/
+2
*
Merge pull request #39 from bunnei/hid-minor-improvements
bunnei
2014-08-12
2
-6
/
+45
|
\
|
*
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
|
*
SVC: Fixed typo with MapMemoryBlock DEBUG_LOG call.
bunnei
2014-08-07
1
-1
/
+1
*
|
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
|
/
*
Thread: Added more descriptive comment to WaitCurrentThread.
bunnei
2014-08-06
2
-2
/
+10
*
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
*
AddressArbiter: Removed unnecessary HLE::Reschedule.
bunnei
2014-08-05
1
-1
/
+0
*
AddressArbiter: Fixed bug with break statements missing from case statements.
bunnei
2014-08-05
1
-0
/
+2
*
SRV: Updated GetProcSemaphore to create an event instead of a mutex.
bunnei
2014-08-05
1
-8
/
+10
*
SVC: Removed ArbitrateAddress log message that spams to much.
bunnei
2014-08-05
1
-2
/
+0
*
Kernel: Updated Event and Mutex to specify handle that they are blocking for.
bunnei
2014-08-05
2
-2
/
+2
*
FS: Fix port name (old port name was based on an unaligned memory read).
bunnei
2014-08-05
1
-1
/
+1
*
Fix a few warnings.
Tony Wasserka
2014-07-23
1
-3
/
+3
*
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
*
Kernel: Added preliminary support for address arbiters.
bunnei
2014-07-08
4
-9
/
+134
*
Thread: Added functions to resume threads from address arbitration.
bunnei
2014-07-08
2
-0
/
+44
*
function_wrappers: Fixed incorrect wrapper, added another.
bunnei
2014-07-07
1
-2
/
+9
*
SharedMemory: Updated MapSharedMemory to use an enum for permissions.
bunnei
2014-07-05
3
-16
/
+36
*
GSP: Fixed to use real shared memory object, various cleanups.
bunnei
2014-07-05
2
-30
/
+40
*
Kernel: Added support for shared memory objects.
bunnei
2014-07-05
2
-0
/
+132
*
Archive: Added Init/Shutdown methods to reset kernel archive state.
bunnei
2014-07-04
3
-0
/
+19
*
FileSys: Added preliminary support for applications reading the RomFS archive.
bunnei
2014-07-04
3
-13
/
+135
*
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
*
Kernel: Added stubbed code to support creation of kernel Archive objects.
bunnei
2014-06-27
3
-0
/
+85
*
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-14
24
-1124
/
+1133
|
\
[next]