index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Kernel: Updated Event and Mutex to specify handle that they are blocking for.
bunnei
2014-08-05
2
-2
/
+2
*
Qt: Removed unnecessary HW::Update.
bunnei
2014-08-05
1
-1
/
+0
*
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
|
/
*
Merge pull request #27 from neobrain/disassembly_view_rewrite
bunnei
2014-07-23
2
-60
/
+204
|
\
|
*
citra-qt: Show function names in disassembler based on bunnei's suggestion.
Tony Wasserka
2014-07-23
1
-5
/
+21
|
*
Disassembler: Chose slightly lower value for chunk size.
Tony Wasserka
2014-07-23
1
-1
/
+3
|
*
citra-qt: Rewrite disassembly view.
Tony Wasserka
2014-07-02
2
-60
/
+186
*
|
Use uniform formatting when printing hexadecimal numbers.
Tony Wasserka
2014-07-23
2
-4
/
+4
*
|
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
4
-56
/
+99
*
|
RegisterSet: Simplify code by using structs for register definition instead o...
Tony Wasserka
2014-07-23
4
-148
/
+140
*
|
GPU: Make use of RegisterSet.
Tony Wasserka
2014-07-23
4
-353
/
+228
*
|
GPU: Make framebuffer code format-aware.
Tony Wasserka
2014-07-23
1
-6
/
+47
*
|
Renderer: Fix component order in bottom framebuffer.
Tony Wasserka
2014-07-23
2
-5
/
+4
*
|
Renderer: Respect the active_fb GPU register.
Tony Wasserka
2014-07-23
1
-2
/
+9
*
|
Renderer: Add a few TODOs.
Tony Wasserka
2014-07-23
1
-3
/
+10
*
|
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
*
|
GPU debugger: Don't keep track of debugging data if no debugger views are act...
Tony Wasserka
2014-07-22
1
-0
/
+6
*
|
Merge pull request #32 from yuriks/master
bunnei
2014-07-21
1
-1
/
+8
|
\
\
|
*
|
[build] Search for the git binary in the default msysgit install dir
Yuri Kunde Schlesner
2014-07-19
1
-1
/
+8
*
|
|
core: Kill off type redefenitions in armdefs.h
Lioncash
2014-07-19
1
-7
/
+0
|
/
/
*
|
BitField: Cast enum values to proper integer type.
Tony Wasserka
2014-07-16
1
-1
/
+1
*
|
BitField: Add a static_assert.
Tony Wasserka
2014-07-16
1
-0
/
+1
*
|
BitField: Delete copy assignment to prevent obscure bugs.
Tony Wasserka
2014-07-16
1
-0
/
+16
*
|
BitField: Add an explicit evaluation method.
Tony Wasserka
2014-07-16
1
-0
/
+5
*
|
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
*
|
mem_map: Updated interface to expose template functions to other modules.
bunnei
2014-07-04
2
-10
/
+16
*
|
NCCH: Updated ExeFS memory allocation to be safer.
bunnei
2014-07-04
2
-1
/
+7
[prev]
[next]