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
*
Implement VI ConvertScalingMode (#1475)
David
2018-10-16
1
-1
/
+49
*
Merge pull request #1502 from lioncash/unique
bunnei
2018-10-16
4
-15
/
+15
|
\
|
*
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
4
-15
/
+15
*
|
file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...
Lioncash
2018-10-16
3
-12
/
+11
*
|
Merge pull request #1494 from DarkLordZach/aoc-signature-fixes
bunnei
2018-10-15
1
-3
/
+15
|
\
\
|
|
/
|
/
|
|
*
aoc: Read DLC base title ID from RegisteredCache
Zach Hilman
2018-10-14
1
-2
/
+13
|
*
aoc: Return size in ListAddOnContent
Zach Hilman
2018-10-13
1
-1
/
+2
*
|
Merge pull request #1491 from lioncash/reference
bunnei
2018-10-14
4
-14
/
+13
|
\
\
|
*
|
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...
Lioncash
2018-10-13
4
-14
/
+13
|
|
/
*
|
Merge pull request #1492 from lioncash/proc
bunnei
2018-10-14
3
-4
/
+50
|
\
\
|
*
|
svc: Implement svcGetProcessInfo
Lioncash
2018-10-13
3
-4
/
+50
|
|
/
*
/
Stop all threads on svcBreak
David Marcec
2018-10-14
1
-0
/
+6
|
/
*
Merge pull request #1483 from lioncash/codeset
bunnei
2018-10-12
4
-40
/
+14
|
\
|
*
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-12
4
-40
/
+14
*
|
Merge pull request #1481 from lioncash/typo
bunnei
2018-10-12
1
-3
/
+3
|
\
\
|
*
|
svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory
Lioncash
2018-10-12
1
-3
/
+3
|
|
/
*
|
Merge pull request #1467 from ogniK5377/svcbreak-type-fix
bunnei
2018-10-12
2
-28
/
+36
|
\
\
|
*
|
Changed all casts in svc_wrap.h to be static_cast instead
David Marcec
2018-10-10
1
-25
/
+28
|
*
|
Use a better name than "dont_kill_application"
David Marcec
2018-10-10
1
-2
/
+2
|
*
|
Fixed incorrect types for svcBreak
David Marcec
2018-10-10
2
-3
/
+8
*
|
|
Merge pull request #1478 from ogniK5377/remap-invalidhandle-remap
bunnei
2018-10-12
1
-3
/
+10
|
\
\
\
|
*
|
|
Returned an error before processing other remaps
David Marcec
2018-10-12
1
-6
/
+2
|
*
|
|
Passing an invalid nmap handle to Remap should throw an error
David Marcec
2018-10-11
1
-3
/
+14
*
|
|
|
Merge pull request #1482 from lioncash/init
bunnei
2018-10-12
1
-4
/
+1
|
\
\
\
\
|
*
|
|
|
thread: Remove unnecessary memset from ResetThreadContext()
Lioncash
2018-10-12
1
-4
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #1479 from ogniK5377/nmap-revamped
bunnei
2018-10-12
1
-12
/
+60
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Made the minimum alignment more clear
David Marcec
2018-10-12
1
-2
/
+3
|
*
|
|
Added error codes for nvmap
David Marcec
2018-10-11
1
-12
/
+59
|
|
/
/
*
|
|
Merge pull request #1474 from ogniK5377/hwopus-decodeinterleavedwithperformance
bunnei
2018-10-11
1
-3
/
+34
|
\
\
\
|
*
|
|
HwOpus, Implemented DecodeInterleavedWithPerformance
David Marcec
2018-10-11
1
-3
/
+34
|
|
/
/
*
|
|
Merge pull request #1472 from lioncash/san
bunnei
2018-10-11
2
-12
/
+81
|
\
\
\
|
*
|
|
svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory
Lioncash
2018-10-10
2
-12
/
+81
|
|
/
/
*
/
/
nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.
bunnei
2018-10-11
1
-3
/
+4
|
/
/
*
/
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
6
-29
/
+29
|
/
*
Added bitfield instead of manually checking if the bit is set
David Marcec
2018-10-09
1
-4
/
+12
*
Actual kill execution when the bit isn't set, not the other way around
David Marcec
2018-10-09
1
-1
/
+1
*
svcBreak, Signalling to the debugger should not kill execution
David Marcec
2018-10-09
1
-5
/
+12
*
Merge pull request #1456 from ogniK5377/aoc-u-fixups
bunnei
2018-10-08
1
-5
/
+5
|
\
|
*
Fixed assertion due to CountAddOnContent
David Marcec
2018-10-08
1
-5
/
+5
*
|
Unmapping an unmapped buffer should succeed
David Marcec
2018-10-08
1
-1
/
+6
|
/
*
Merge pull request #1396 from DarkLordZach/packed-updates
bunnei
2018-10-06
2
-0
/
+10
|
\
|
*
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
2
-0
/
+10
*
|
Added forward define for ServerPort
David Marcec
2018-10-06
2
-4
/
+6
*
|
Ported #4296 from citra
David Marcec
2018-10-06
3
-1
/
+25
*
|
kernel/mutex: Amend behavior of TransferMutexOwnership()
Lioncash
2018-10-06
1
-1
/
+1
*
|
thread: Make the scheduler pointer a regular pointer
balika011
2018-10-05
2
-4
/
+4
*
|
Merge pull request #1439 from lioncash/thread
bunnei
2018-10-05
11
-187
/
+363
|
\
\
|
|
/
|
/
|
|
*
kernel/thread: Make all instance variables private
Lioncash
2018-10-04
11
-187
/
+363
*
|
Merge pull request #1434 from DarkLordZach/dlc-edge-case
bunnei
2018-10-03
1
-1
/
+1
|
\
\
|
*
|
aoc_u: Fix edge case with DLC that causes breaks
Zach Hilman
2018-10-02
1
-1
/
+1
[next]