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
...
|
*
GetArchiveResource stub
pippo2931
2016-03-12
1
-1
/
+25
*
|
Reorganize the ndm service path for dummy implement function
JamePeng
2016-03-15
5
-24
/
+118
*
|
hid: fix pad update
wwylele
2016-03-13
1
-1
/
+1
*
|
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-12
10
-16
/
+17
*
|
svc: Remove unused ArbitrationType enum
Lioncash
2016-03-12
1
-9
/
+0
*
|
svc: Make ResetType an enum class
Lioncash
2016-03-12
11
-24
/
+23
|
/
*
Merge pull request #1266 from Subv/miiapplet
bunnei
2016-03-12
6
-2
/
+154
|
\
|
*
HLE/Applets: Implemented a dummy Mii Selector applet.
Subv
2016-03-12
6
-2
/
+154
*
|
Merge pull request #1500 from lioncash/nullptr
bunnei
2016-03-12
1
-1
/
+1
|
\
\
|
*
|
gsp_gpu: Change 0 literal to nullptr
Lioncash
2016-03-11
1
-1
/
+1
*
|
|
hle: Update service function tables
Lioncash
2016-03-11
4
-1
/
+16
|
/
/
*
|
renderer_base: Don't directly expose the rasterizer unique_ptr
Lioncash
2016-03-08
2
-5
/
+5
*
|
DSP: Implement Pipe 2
MerryMage
2016-03-06
1
-43
/
+151
*
|
Memory: Do correct Phys->Virt address translation for non-APP linheap
Yuri Kunde Schlesner
2016-03-05
2
-2
/
+5
*
|
Merge pull request #1455 from yuriks/ResultVal-union
Mathew Maidment
2016-03-05
1
-42
/
+16
|
\
\
|
*
|
core: Use unrestricted union to hold storage of ResultVal value
Yuri Kunde Schlesner
2016-03-05
1
-42
/
+16
*
|
|
DSP: Print hash of firmware to console
MerryMage
2016-03-06
1
-8
/
+21
|
/
/
*
|
Merge pull request #1429 from mailwl/branch-acu
bunnei
2016-03-05
1
-2
/
+17
|
\
\
|
*
|
ac:u: Stub IsConnected
mailwl
2016-03-04
1
-2
/
+17
*
|
|
Merge pull request #1389 from yuriks/stub-cam
bunnei
2016-03-04
3
-20
/
+563
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Service/CAM: Add doxycomments to all service functions
Yuri Kunde Schlesner
2016-02-29
1
-0
/
+217
|
*
|
Service/CAM: Dummy implementation of some functions
Yuri Kunde Schlesner
2016-02-13
3
-20
/
+346
*
|
|
Merge pull request #1434 from Kloen/legend
bunnei
2016-03-02
1
-0
/
+1
|
\
\
\
|
*
|
|
ThreadProcessorId_All on SVC::CreateThread
Kloen
2016-03-01
1
-0
/
+1
*
|
|
|
Service/CFG: Fix potential endianess issue
Yuri Kunde Schlesner
2016-02-29
1
-2
/
+3
*
|
|
|
Service/CFG: Add block 0x000A0000 (username) to default config file
Yuri Kunde Schlesner
2016-02-29
1
-1
/
+14
|
/
/
/
*
|
|
Initial implementation ir:user
mailwl
2016-02-26
3
-18
/
+142
*
|
|
AudioCore: Skeleton Implementation
MerryMage
2016-02-21
3
-58
/
+94
*
|
|
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-12
7
-20
/
+20
|
/
/
*
|
services: Get rid of unnecessary includes
Lioncash
2016-02-02
69
-132
/
+32
*
|
services: Update function tables
Lioncash
2016-02-01
2
-5
/
+11
*
|
Memory: Implement MMIO
MerryMage
2016-01-30
2
-4
/
+8
*
|
Merge pull request #1327 from Subv/unmap_memblock
bunnei
2016-01-14
5
-5
/
+60
|
\
\
|
*
|
HLE/SVC: Implement UnmapMemoryBlock.
Subv
2016-01-14
5
-5
/
+60
*
|
|
Merge pull request #1283 from Subv/soc_fixup
bunnei
2016-01-05
1
-3
/
+13
|
\
\
\
|
*
|
|
HLE/Sockets: Fixed the buffer offset in recvfrom.
Subv
2015-12-24
1
-3
/
+13
*
|
|
|
services: Update some function tables
Lioncash
2015-12-30
25
-113
/
+369
|
|
/
/
|
/
|
|
*
|
|
HLE/Timers: Reset OneShot timers when they are acquired instead of when they'...
Subv
2015-12-29
1
-3
/
+3
*
|
|
Merge pull request #1300 from Subv/arbitrateaddress
bunnei
2015-12-28
2
-9
/
+18
|
\
\
\
|
*
|
|
SVC: Fixed ArbitrateAddress to behave as it does on hardware.
Subv
2015-12-27
2
-9
/
+18
*
|
|
|
svc: Remove superfluous printf argument
Lioncash
2015-12-25
1
-1
/
+1
|
/
/
/
*
/
/
svc: Fix compilation with LOG_TRACE enabled
Lioncash
2015-12-12
1
-1
/
+1
|
/
/
*
|
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner
2015-12-07
2
-5
/
+5
*
|
VideoCore: Rename HWRasterizer methods to be less confusing
Yuri Kunde Schlesner
2015-12-06
2
-5
/
+5
*
|
Merge pull request #1252 from Subv/cam
bunnei
2015-12-03
1
-0
/
+156
|
\
\
|
|
/
|
/
|
|
*
Services/Cam: Added new log type and camera enums from 3dbrew.
Subv
2015-11-23
1
-0
/
+156
*
|
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
2015-11-30
7
-1
/
+95
*
|
Merge pull request #1225 from lioncash/clean
bunnei
2015-11-28
1
-12
/
+13
|
\
\
|
*
|
csnd_snd: Get rid of type punning
Lioncash
2015-10-28
1
-12
/
+13
*
|
|
Add stub functions for Initialize and GenerateRandomData in ssl:C
polaris-
2015-11-22
1
-2
/
+51
|
|
/
|
/
|
[prev]
[next]