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
...
|
*
|
|
|
|
|
svc: Use proper random entropy generation algorithm
Zach Hilman
2018-11-13
3
-1
/
+27
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #1680 from lioncash/mem
bunnei
2018-11-13
4
-86
/
+98
|
\
\
\
\
\
\
|
*
|
|
|
|
|
vm_manager: Unstub GetTotalHeapUsage()
Lioncash
2018-11-13
1
-2
/
+1
|
*
|
|
|
|
|
kernel/process: Migrate heap-related memory management out of the process cla...
Lioncash
2018-11-13
4
-84
/
+97
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #1682 from lioncash/audio
bunnei
2018-11-13
1
-2
/
+23
|
\
\
\
\
\
\
|
*
|
|
|
|
|
hle/audren_u: Implement Get/SetRenderingTimeLimit
Lioncash
2018-11-13
1
-2
/
+23
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #1608 from DarkLordZach/save-data-reader
bunnei
2018-11-13
5
-2
/
+227
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
ns: Implement command 400: GetApplicationControlData
Zach Hilman
2018-10-29
2
-15
/
+73
|
*
|
|
|
|
fsp_srv: Implement ISaveDataInfoReader
Zach Hilman
2018-10-29
1
-0
/
+144
|
*
|
|
|
|
fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceId
Zach Hilman
2018-10-29
2
-1
/
+13
|
*
|
|
|
|
savedata_factory: Expose accessors for SaveDataSpace
Zach Hilman
2018-10-29
2
-0
/
+11
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1670 from DarkLordZach/deterministic-rng
bunnei
2018-11-12
3
-3
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
svc: Return random seed for svcGetInfo RandomEntropy
Zach Hilman
2018-11-12
1
-1
/
+2
|
*
|
|
|
|
csrng: Use std::mt19937 engine for random number generation
Zach Hilman
2018-11-11
2
-2
/
+11
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #1665 from ogniK5377/GetClockSnapshot
bunnei
2018-11-12
3
-21
/
+132
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Added maybe_unused
David Marcec
2018-11-10
2
-2
/
+7
|
*
|
|
|
Added ToPosixTime & ToPosixTimeWithMyRule
David Marcec
2018-11-10
1
-2
/
+41
|
*
|
|
|
Added consts and static
David Marcec
2018-11-10
1
-6
/
+6
|
*
|
|
|
Implement GetClockSnapshot
David Marcec
2018-11-10
3
-21
/
+88
*
|
|
|
|
Merge pull request #1656 from ogniK5377/message-queue
James Rowe
2018-11-10
6
-35
/
+138
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fixups
David Marcec
2018-11-07
1
-1
/
+1
|
*
|
|
|
Ability to switch between docked and undocked mode in-game
David Marcec
2018-11-07
6
-35
/
+138
*
|
|
|
|
Merge pull request #1658 from ogniK5377/holdtype-style
bunnei
2018-11-07
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Updated npad styles on holdtype switches
David Marcec
2018-11-08
1
-0
/
+2
|
|
/
/
/
/
*
|
|
|
|
svcBreak now dumps information from the debug buffer passed (#1646)
David
2018-11-07
1
-0
/
+28
*
|
|
|
|
fixed spelling error
David Marcec
2018-11-07
1
-1
/
+1
*
|
|
|
|
Added missing log
David Marcec
2018-11-07
1
-0
/
+1
*
|
|
|
|
Implement acc:TrySelectUserWithoutInteraction
David Marcec
2018-11-07
5
-3
/
+25
|
/
/
/
/
*
|
|
|
Merge pull request #1633 from ogniK5377/reload-input
bunnei
2018-11-05
2
-0
/
+5
|
\
\
\
\
|
*
|
|
|
Fixed HID crash when launching more than 1 game & signaled syleset change event
David Marcec
2018-11-02
2
-0
/
+5
*
|
|
|
|
Fix typo in BufferTransformFlags
Frederic Laing
2018-11-04
1
-2
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Fixed incorrect hwopus assert
David Marcec
2018-11-02
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #1615 from lioncash/input
bunnei
2018-11-01
1
-1
/
+2
|
\
\
\
|
*
|
|
configure_system: Contrain profile usernames to 32 characters
Lioncash
2018-10-31
1
-1
/
+2
|
|
/
/
*
|
/
service/usb: Update IPdSession's function table
Lioncash
2018-10-30
1
-3
/
+3
|
|
/
|
/
|
*
|
general: Remove unused boost inclusions where applicable
Lioncash
2018-10-30
1
-2
/
+0
*
|
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
7
-23
/
+25
*
|
Merge pull request #1621 from lioncash/ipc
bunnei
2018-10-29
3
-6
/
+9
|
\
\
|
*
|
hle_ipc: Add member function for querying the existence of a domain header
Lioncash
2018-10-29
3
-3
/
+6
|
*
|
hle_ipc: Make GetDomainMessageHeader return a regular pointer
Lioncash
2018-10-29
2
-3
/
+3
|
|
/
*
/
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
[prev]
[next]