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: Remove unused log arguments
Lioncash
2014-12-13
1
-3
/
+3
*
Remove old logging system
Yuri Kunde Schlesner
2014-12-13
7
-851
/
+2
*
Add configurable per-class log filtering
Yuri Kunde Schlesner
2014-12-13
11
-14
/
+223
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
65
-516
/
+502
*
Implement text path trimming for shorter paths.
Yuri Kunde Schlesner
2014-12-13
3
-1
/
+53
*
Re-add coloring to the console logging output.
Yuri Kunde Schlesner
2014-12-13
1
-0
/
+50
*
New logging system
Yuri Kunde Schlesner
2014-12-13
14
-74
/
+743
*
Add SCOPE_EXIT macro to conveniently execute cleanup actions
Yuri Kunde Schlesner
2014-12-13
2
-0
/
+38
*
Added missing include in common_funcs.h
Yuri Kunde Schlesner
2014-12-13
1
-0
/
+1
*
Remove redundant include from common_funcs.h
Yuri Kunde Schlesner
2014-12-13
1
-2
/
+0
*
Merge pull request #267 from bunnei/apt-shared-font
bunnei
2014-12-12
9
-94
/
+140
|
\
|
*
APT_U: Added GetSharedFont service function.
bunnei
2014-12-12
2
-34
/
+103
|
*
Common: Add "sysdata" to GetUserPath and cleanup.
bunnei
2014-12-12
3
-26
/
+3
|
*
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
2014-12-12
5
-34
/
+34
*
|
Merge pull request #261 from neobrain/boost
Tony Wasserka
2014-12-12
2
-9
/
+13
|
\
\
|
*
|
StringUtil: Perform some minimal cleanup.
Tony Wasserka
2014-12-07
1
-3
/
+3
|
*
|
Integrate Boost into build system and perform a trivial cleanup in vertex_sha...
Tony Wasserka
2014-12-07
1
-6
/
+10
*
|
|
DSP: Added stub for ReadPipeIfPossible.
bunnei
2014-12-12
1
-1
/
+45
|
|
/
|
/
|
*
|
Merge pull request #256 from Subv/mutex
bunnei
2014-12-10
3
-37
/
+67
|
\
\
|
*
|
Mutex: Remove some forward declarations
Subv
2014-12-07
1
-16
/
+15
|
*
|
Mutex: Release all held mutexes when a thread exits.
Subv
2014-12-07
3
-22
/
+56
|
*
|
Mutex: Properly lock the mutex when a thread enters it
Subv
2014-12-05
1
-12
/
+9
*
|
|
CFG:U: Store country codes as u16 instead of char pointers, and return the co...
Emmanuel Gil Peyrot
2014-12-10
1
-44
/
+48
*
|
|
Merge pull request #243 from bunnei/fix-gsp-synch
bunnei
2014-12-10
5
-14
/
+33
|
\
\
\
|
*
|
|
GSP: Trigger GPU interrupts at more accurate locations.
bunnei
2014-12-09
3
-8
/
+21
|
*
|
|
GSP: Updated TriggerCmdReqQueue to return success code.
bunnei
2014-12-09
1
-0
/
+3
|
*
|
|
GSP: Updated RegisterInterruptRelayQueue to return expected magic number.
bunnei
2014-12-09
1
-1
/
+4
|
*
|
|
GPU: Fixed bug in command list size decoding.
bunnei
2014-12-09
4
-5
/
+5
*
|
|
|
Explicitly specify LE strings to iconv, fixes paths in Steel Diver
archshift
2014-12-09
1
-2
/
+2
|
/
/
/
*
|
|
Remove unused NDMA module
Yuri Kunde Schlesner
2014-12-09
6
-90
/
+0
*
|
|
More cleanups.
Tony Wasserka
2014-12-09
2
-6
/
+13
*
|
|
Pica: Re-enable command names on MSVC.
Tony Wasserka
2014-12-09
1
-5
/
+0
*
|
|
citra-qt: Rename "Stop Tracing" to "Finish Tracing".
Tony Wasserka
2014-12-09
1
-1
/
+1
*
|
|
More coding style fixes.
Tony Wasserka
2014-12-09
3
-8
/
+14
*
|
|
Some code cleanup.
Tony Wasserka
2014-12-09
8
-67
/
+66
*
|
|
citra-qt: Add pica framebuffer widget.
Tony Wasserka
2014-12-09
4
-0
/
+382
*
|
|
citra_qt: Add enhanced texture debugging widgets.
Tony Wasserka
2014-12-09
5
-19
/
+209
*
|
|
citra-qt: Add texture viewer to Pica command list.
Tony Wasserka
2014-12-09
4
-22
/
+116
*
|
|
Add GUI widget for controlling pica breakpoints.
Tony Wasserka
2014-12-09
4
-0
/
+339
*
|
|
Pica/DebugUtils: Add breakpoint functionality.
Tony Wasserka
2014-12-09
5
-2
/
+204
*
|
|
citra-qt: Polish the pica tracing widget.
Tony Wasserka
2014-12-09
2
-1
/
+26
*
|
|
citra-qt: Add a utility spinbox class called CSpinBox.
Tony Wasserka
2014-12-09
3
-0
/
+393
*
|
|
Build fix for something which shouldn't have compiled successfully to begin w...
Tony Wasserka
2014-12-09
1
-1
/
+1
*
|
|
Fix some headers to include their dependencies properly.
Tony Wasserka
2014-12-09
2
-0
/
+7
*
|
|
Merge pull request #217 from archshift/cmd_buff
bunnei
2014-12-08
1
-12
/
+12
|
\
\
\
|
*
|
|
Log the cmd_buff arguments when citra comes across an unimplemented function
archshift
2014-11-24
1
-12
/
+12
*
|
|
|
Thread: Fixed to wait on address when in arbitration.
bunnei
2014-12-08
3
-11
/
+31
*
|
|
|
Merge pull request #244 from bunnei/cleanup-memmap
bunnei
2014-12-08
2
-31
/
+21
|
\
\
\
\
|
*
|
|
|
MemMap: Updated memory map to subtract base address instead of mask.
bunnei
2014-12-03
2
-31
/
+21
*
|
|
|
|
Merge pull request #263 from lioncash/sasx
bunnei
2014-12-08
1
-4
/
+4
|
\
\
\
\
\
[next]