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
*
core: Make System references const where applicable
Lioncash
2018-10-28
2
-3
/
+3
*
Merge pull request #1593 from lioncash/svc
bunnei
2018-10-28
6
-35
/
+128
|
\
|
*
svc: Localize the GetInfo enum class to the function itself
Lioncash
2018-10-26
2
-32
/
+31
|
*
svc: Implement svcGetInfo command 0xF0000002
Lioncash
2018-10-26
6
-4
/
+98
*
|
service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursively
DeeJayBro
2018-10-27
1
-2
/
+26
|
/
*
Merge pull request #1569 from lioncash/amiibo
bunnei
2018-10-25
2
-3
/
+5
|
\
|
*
yuzu/main: Notify user of loading errors with Amiibo data
Lioncash
2018-10-24
2
-3
/
+5
*
|
ldr: Partially implement LoadNro.
bunnei
2018-10-25
1
-3
/
+49
*
|
process: LoadModule should clear JIT instruction cache.
bunnei
2018-10-25
1
-0
/
+6
*
|
Kernel/Memory: Added a function to first a suitable guest address at which to...
bunnei
2018-10-25
2
-0
/
+28
*
|
Merge pull request #1579 from lioncash/usb
bunnei
2018-10-25
1
-21
/
+22
|
\
\
|
*
|
service/usb: Update service function tables
Lioncash
2018-10-24
1
-21
/
+22
*
|
|
Merge pull request #1576 from lioncash/acc-warn
bunnei
2018-10-25
1
-25
/
+27
|
\
\
\
|
*
|
|
service/acc: Move fallback image to file scope
Lioncash
2018-10-24
1
-14
/
+13
|
*
|
|
service/acc: Silence compiler warnings
Lioncash
2018-10-24
1
-5
/
+8
|
*
|
|
service/acc: Early return in failure case in LoadImage()
Lioncash
2018-10-24
1
-8
/
+8
|
|
/
/
*
|
|
Merge pull request #1577 from lioncash/err
bunnei
2018-10-25
5
-34
/
+16
|
\
\
\
|
*
|
|
kernel/errors: Remove now-unused, unnecessary, error codes
Lioncash
2018-10-24
2
-13
/
+0
|
*
|
|
kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_IN...
Lioncash
2018-10-24
1
-4
/
+3
|
*
|
|
kernel/server_port: Simplify emptiness check within ShouldWait()
Lioncash
2018-10-24
1
-1
/
+1
|
*
|
|
kernel/server_port: Change error case return value in Accept() to ERR_NOT_FOUND
Lioncash
2018-10-24
2
-3
/
+1
|
*
|
|
kernel/error: Remove leftover 3DS error codes
Lioncash
2018-10-24
1
-5
/
+0
|
*
|
|
kernel/svc: Amend returned error code for invalid priorities in CreateThread
Lioncash
2018-10-24
1
-1
/
+1
|
*
|
|
kernel/svc: Move and correct returned error code for invalid thread prioritie...
Lioncash
2018-10-24
1
-5
/
+6
|
*
|
|
kernel/error: Add error code for invalid pointers
Lioncash
2018-10-24
1
-1
/
+1
|
*
|
|
kernel/error: Add error code for closed sessions
Lioncash
2018-10-24
1
-1
/
+3
|
|
/
/
*
|
|
Merge pull request #1570 from lioncash/optional
bunnei
2018-10-24
3
-43
/
+48
|
\
\
\
|
*
|
|
profile_manager: Use std::optional instead of boost::optional
Lioncash
2018-10-24
3
-43
/
+48
|
|
/
/
*
|
|
Merge pull request #1564 from lioncash/npad
bunnei
2018-10-24
1
-2
/
+3
|
\
\
\
|
*
|
|
npad: Remove unused controller variable from OnInit()
Lioncash
2018-10-24
1
-2
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1562 from lioncash/aoc
bunnei
2018-10-24
1
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() function
Lioncash
2018-10-24
1
-3
/
+3
|
|
/
*
|
Merge pull request #1468 from DarkLordZach/profile-manager-ui
Mat M
2018-10-24
4
-29
/
+226
|
\
\
|
|
/
|
/
|
|
*
profile_manager: Create save data if it doesn't exist on use
Zach Hilman
2018-10-23
2
-13
/
+37
|
*
acc: Fix account UUID duplication error
Zach Hilman
2018-10-23
4
-17
/
+47
|
*
configure_system: Clear selection after user delete
Zach Hilman
2018-10-23
1
-1
/
+1
|
*
profile_manager: Load user icons, names, and UUIDs from system save
Zach Hilman
2018-10-23
4
-26
/
+129
|
*
acc: Load user images from config dir
Zach Hilman
2018-10-23
1
-9
/
+45
|
*
am: Pass current user UUID to launch parameters
Zach Hilman
2018-10-23
1
-7
/
+9
|
*
profile_manager: Load users from emulator settings
Zach Hilman
2018-10-23
2
-5
/
+7
*
|
Merge pull request #1551 from ogniK5377/improved-svcbreak
bunnei
2018-10-23
1
-5
/
+51
|
\
\
|
|
/
|
/
|
|
*
Added assertion failed, reworked logging levels
David Marcec
2018-10-23
1
-16
/
+24
|
*
Added break types to svcBreak
David Marcec
2018-10-23
1
-4
/
+42
*
|
Added Amiibo support (#1390)
David
2018-10-23
3
-50
/
+294
*
|
Merge pull request #1515 from DarkLordZach/dlc-lfs
bunnei
2018-10-23
1
-1
/
+5
|
\
\
|
*
|
fsp_srv: Apply patches to Data storage in OpenDataStorageByDataId
Zach Hilman
2018-10-17
1
-1
/
+5
*
|
|
Merge pull request #1540 from lioncash/handle
bunnei
2018-10-23
8
-98
/
+95
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
kernel/process: Make the handle table per-process
Lioncash
2018-10-20
8
-98
/
+95
*
|
|
Merge pull request #1545 from DarkLordZach/psm
bunnei
2018-10-22
3
-0
/
+88
|
\
\
\
|
*
|
|
psm: Stub GetChargerType
Zach Hilman
2018-10-21
2
-24
/
+27
[next]