index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pica: Add command processor.
Tony Wasserka
2014-08-12
1
-3
/
+5
*
Pica/GPU: Change hardware registers to use physical addresses rather than vir...
Tony Wasserka
2014-08-12
6
-208
/
+72
*
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
3
-150
/
+230
*
GPU: Updated g_last_ticks variable to be more descriptive (represents CPU tic...
bunnei
2014-08-06
1
-5
/
+5
*
GPU: Updated horizontal sync line counter to use framebuffer height.
bunnei
2014-08-06
1
-2
/
+3
*
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
3
-79
/
+80
*
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
4
-29
/
+140
*
MemMap: Fixed typo with GetPointer to VRAM address.
bunnei
2014-08-05
1
-1
/
+1
*
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
*
Merge pull request #36 from bunnei/fix-memory-unaligned-reads
bunnei
2014-08-05
2
-16
/
+28
|
\
|
*
MemMap: Added an error for unaligned 16-bit memory reads.
bunnei
2014-08-05
1
-0
/
+7
|
*
MemMap: Removed Read64 function.
bunnei
2014-08-05
1
-6
/
+0
|
*
FS: Fix port name (old port name was based on an unaligned memory read).
bunnei
2014-08-05
1
-1
/
+1
|
*
MemMap: Fix Read32 for unaligned memory reads.
bunnei
2014-08-05
1
-12
/
+23
*
|
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
bunnei
2014-07-23
6
-5919
/
+5303
|
/
*
Use uniform formatting when printing hexadecimal numbers.
Tony Wasserka
2014-07-23
1
-3
/
+3
*
Fix a few warnings.
Tony Wasserka
2014-07-23
3
-7
/
+7
*
GPU: Clarify display transfer code.
Tony Wasserka
2014-07-23
1
-12
/
+15
*
GPU: Add documentation.
Tony Wasserka
2014-07-23
1
-2
/
+14
*
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
*
RegisterSet: Simplify code by using structs for register definition instead o...
Tony Wasserka
2014-07-23
2
-133
/
+123
*
GPU: Make use of RegisterSet.
Tony Wasserka
2014-07-23
3
-327
/
+200
*
GPU: Make framebuffer code format-aware.
Tony Wasserka
2014-07-23
1
-6
/
+47
*
GPU: Interface cleanup.
Tony Wasserka
2014-07-23
2
-13
/
+20
*
GPU: Initialize GPU registers to some sensible default state.
Tony Wasserka
2014-07-23
1
-1
/
+16
*
GPU: Emulate memory fills.
Tony Wasserka
2014-07-23
4
-3
/
+89
*
GPU: Add proper framebuffer register handling.
Tony Wasserka
2014-07-23
2
-11
/
+105
*
GPU: Properly implement display transfers.
Tony Wasserka
2014-07-23
1
-1
/
+19
*
GPU: Add display transfer configuration.
Tony Wasserka
2014-07-23
2
-0
/
+92
*
GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY.
Tony Wasserka
2014-07-23
2
-2
/
+17
*
GSP: Implement ReadHWRegs and WriteHWRegs properly.
Tony Wasserka
2014-07-23
1
-27
/
+46
*
Use a more compatible choice of initial framebuffer addresses.
Tony Wasserka
2014-07-22
1
-10
/
+22
*
core: Kill off type redefenitions in armdefs.h
Lioncash
2014-07-19
1
-7
/
+0
*
Kernel: Added preliminary support for address arbiters.
bunnei
2014-07-08
7
-9
/
+144
*
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
*
Memory: Removed deprecated MapBlock_Shared function.
bunnei
2014-07-05
2
-30
/
+0
*
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
5
-0
/
+142
[next]