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
...
|
*
|
|
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
*
|
|
Merge pull request #1433 from lioncash/fs
bunnei
2018-10-03
1
-0
/
+2
|
\
\
\
|
*
|
|
services/fsp_srv: Amend service function table
Lioncash
2018-10-02
1
-0
/
+2
|
|
|
/
|
|
/
|
*
|
|
service/lbl: Update service function table
Lioncash
2018-10-02
1
-19
/
+19
|
|
/
|
/
|
*
|
aoc_u: Extract AccumulateAOCTitleIDs to separate function
Zach Hilman
2018-09-30
1
-20
/
+26
*
|
aoc_u: Implement GetAddOnContentBaseId
Zach Hilman
2018-09-30
2
-3
/
+5
*
|
aoc_u: Implement Count, List and Prepare AddOnContent
Zach Hilman
2018-09-30
2
-3
/
+78
|
/
*
Merge pull request #1338 from raven02/service_vi
bunnei
2018-09-30
1
-1
/
+19
|
\
|
*
Implement ISystemDisplayService::GetDisplayMode
raven02
2018-09-30
1
-1
/
+19
*
|
kernel/svc: Implement svcGetThreadContext()
Lioncash
2018-09-30
3
-2
/
+37
*
|
kernel/process: Add a data member to determine if a process is 64-bit or not.
Lioncash
2018-09-30
2
-0
/
+11
*
|
kernel/process: Make data member variables private
Lioncash
2018-09-30
7
-55
/
+100
*
|
Merge pull request #1412 from lioncash/move
bunnei
2018-09-29
2
-3
/
+2
|
\
\
|
*
|
kernel/object: Remove unnecessary std::move from DynamicObjectCast()
Lioncash
2018-09-28
2
-3
/
+2
*
|
|
Merge pull request #1395 from lioncash/vm
bunnei
2018-09-29
7
-53
/
+319
|
\
\
\
|
*
|
|
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
4
-13
/
+17
|
*
|
|
svc: Report correct memory-related values within some of the cases in svcGetI...
Lioncash
2018-09-24
3
-28
/
+41
|
*
|
|
memory: Dehardcode the use of a 36-bit address space
Lioncash
2018-09-24
2
-5
/
+16
|
*
|
|
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-24
4
-10
/
+248
*
|
|
|
Merge pull request #1394 from lioncash/stream
bunnei
2018-09-27
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
stream: Preserve enum class type in GetState()
Lioncash
2018-09-23
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #1399 from lioncash/sched
bunnei
2018-09-26
2
-9
/
+9
|
\
\
\
[prev]
[next]