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
*
kernel: Remove unused log arguments
Lioncash
2014-12-13
1
-3
/
+3
*
Add configurable per-class log filtering
Yuri Kunde Schlesner
2014-12-13
1
-1
/
+3
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
40
-385
/
+336
*
New logging system
Yuri Kunde Schlesner
2014-12-13
1
-0
/
+1
*
Merge pull request #267 from bunnei/apt-shared-font
bunnei
2014-12-12
5
-66
/
+132
|
\
|
*
APT_U: Added GetSharedFont service function.
bunnei
2014-12-12
1
-34
/
+100
|
*
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
2014-12-12
4
-32
/
+32
*
|
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
*
|
GSP: Trigger GPU interrupts at more accurate locations.
bunnei
2014-12-09
1
-7
/
+6
*
|
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
3
-4
/
+3
*
|
Remove unused NDMA module
Yuri Kunde Schlesner
2014-12-09
4
-88
/
+0
*
|
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
|
\
\
\
\
|
*
|
|
|
armemu: Fix SSAX
Lioncash
2014-12-08
1
-1
/
+1
|
*
|
|
|
armemu: Fix SASX
Lioncash
2014-12-08
1
-1
/
+1
|
*
|
|
|
armemu: Fix parenthesis warnings regarding bitwise ops
Lioncash
2014-12-07
1
-4
/
+4
*
|
|
|
|
Merge pull request #259 from ichfly/master
bunnei
2014-12-08
5
-0
/
+278
|
\
\
\
\
\
|
*
|
|
|
|
Loader: Add 3DSX support
ichfly
2014-12-08
5
-0
/
+278
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #264 from Subv/files
bunnei
2014-12-08
1
-3
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Kernel/File: Fixed file read/write hwtests
Subv
2014-12-08
1
-3
/
+6
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #260 from archshift/opendir
bunnei
2014-12-08
7
-3
/
+40
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Make OpenDirectory fail if the directory doesn't exist
archshift
2014-12-07
7
-3
/
+40
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #245 from rohit-n/null-nullptr
bunnei
2014-12-07
1
-6
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Change NULLs to nullptrs.
Rohit Nirmal
2014-12-03
1
-6
/
+6
*
|
|
|
Merge pull request #250 from Subv/cbranch_2
bunnei
2014-12-04
3
-4
/
+31
|
\
\
\
\
|
*
|
|
|
Threads: Remove a redundant function.
Subv
2014-12-04
1
-9
/
+1
|
*
|
|
|
Threads: Implemented a sequential thread id
Subv
2014-12-04
2
-4
/
+19
|
*
|
|
|
SVC: Implemented GetThreadId.
Subv
2014-12-04
3
-4
/
+24
|
|
/
/
/
*
|
|
|
Merge pull request #222 from archshift/renamexyz
bunnei
2014-12-04
8
-38
/
+229
|
\
\
\
\
|
*
|
|
|
Updated archive.cpp functions for proper error handling
archshift
2014-12-03
5
-94
/
+41
|
*
|
|
|
Implemented RenameDirectory in FS:USER
archshift
2014-11-24
8
-1
/
+123
|
*
|
|
|
Implemented RenameFile in FS:USER
archshift
2014-11-24
8
-1
/
+123
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #248 from lioncash/kernel
bunnei
2014-12-04
2
-10
/
+7
|
\
\
\
\
|
*
|
|
|
kernel: Shorten GetCount
Lioncash
2014-12-03
1
-6
/
+3
|
*
|
|
|
kernel: Make some functions const
Lioncash
2014-12-03
2
-4
/
+4
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #249 from lioncash/enum
bunnei
2014-12-04
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
mem_map: Make enum for addresses use u32 as the underlying type
Lioncash
2014-12-03
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #247 from lioncash/const
bunnei
2014-12-03
2
-4
/
+4
|
\
\
\
\
|
*
|
|
|
hid_user: Pass by reference with PadButtonPress/PadButtonRelease
Lioncash
2014-12-03
2
-4
/
+4
|
|
|
_
|
/
|
|
/
|
|
[next]