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
*
Merge pull request #1520 from JamePeng/checknew3ds
bunnei
2016-05-24
8
-10
/
+135
|
\
|
*
Implement CheckNew3DS and CheckNew3DSApp
JamePeng
2016-04-20
8
-10
/
+135
*
|
SVC::WaitSynchronizationN: Reschedule at the end
wwylele
2016-05-21
1
-2
/
+3
*
|
Update ACT:U and create ACT:A (#1809)
AndrĂ¡s Domonkos
2016-05-17
4
-0
/
+54
*
|
Merge pull request #1800 from JayFoxRox/set-fpscr
bunnei
2016-05-17
2
-0
/
+5
|
\
\
|
*
|
Set fpscr for new threads
Jannik Vogel
2016-05-17
2
-0
/
+5
*
|
|
DSP_DSP: Remove GetHeadphoneStatus logspam (#1799)
Maribel
2016-05-15
1
-2
/
+2
*
|
|
Memory: Fixed a regression caused by #1695 and #1689.
Subv
2016-05-14
1
-0
/
+3
|
/
/
*
|
Merge pull request #1689 from Subv/shmem
bunnei
2016-05-13
17
-128
/
+415
|
\
\
|
*
|
HLE/Applets: Give each applet its own block of heap memory, and use that when...
Subv
2016-05-12
5
-5
/
+44
|
*
|
Kernel: Account for automatically-allocated shared memories in the amount of ...
Subv
2016-05-12
1
-0
/
+5
|
*
|
APT: Move the shared font loading and relocation functions to their own subdi...
Subv
2016-05-12
3
-66
/
+165
|
*
|
Kernel/SharedMemory: Log an error when Map fails.
Subv
2016-05-12
1
-1
/
+10
|
*
|
Kernel: Implemented shared memory permissions.
Subv
2016-05-12
4
-9
/
+50
|
*
|
APT: Implement relocating the shared font to its true address.
Subv
2016-05-12
1
-9
/
+74
|
*
|
Kernel/Memory: Remove the Shared Memory region from the legacy memory map.
Subv
2016-05-12
1
-1
/
+0
|
*
|
Kernel/SharedMemory: Properly implemented shared memory support.
Subv
2016-05-12
10
-118
/
+147
|
*
|
Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.
Subv
2016-05-12
2
-2
/
+3
*
|
|
Merge pull request #1695 from Subv/tls_alloc
bunnei
2016-05-12
4
-22
/
+74
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...
Subv
2016-05-07
4
-22
/
+74
*
|
|
Merge pull request #1766 from Subv/log_cpu
bunnei
2016-05-08
2
-0
/
+7
|
\
\
\
|
*
|
|
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).
Subv
2016-05-07
2
-0
/
+7
|
|
/
/
*
|
|
Merge pull request #1718 from alex-laties/fixup-type-conversions
bunnei
2016-05-07
1
-2
/
+2
|
\
\
\
|
*
|
|
fixup simple type conversions where possible
Alexander Laties
2016-05-07
1
-2
/
+2
*
|
|
|
Merge pull request #1761 from Subv/applets_fb
bunnei
2016-05-07
5
-23
/
+44
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swk...
Subv
2016-05-07
5
-23
/
+44
*
|
|
|
Merge pull request #1762 from bunnei/global
bunnei
2016-05-05
3
-7
/
+20
|
\
\
\
\
|
*
|
|
|
HLE: Rename RescheduleIsPending to IsReschedulePending.
bunnei
2016-05-05
2
-2
/
+2
|
*
|
|
|
hle: Get rid of global access to g_reschedule
Lioncash
2016-03-21
3
-7
/
+20
*
|
|
|
|
Layout Mii parameters input/output, and return success as result of applet work
mailwl
2016-05-05
2
-0
/
+49
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #1732 from wwylele/config00170000
bunnei
2016-05-02
2
-13
/
+4
|
\
\
\
\
|
*
|
|
|
remove duplicated function declaration
wwylele
2016-05-01
1
-13
/
+0
|
*
|
|
|
add config block 0x00170000
wwylele
2016-04-29
1
-0
/
+4
*
|
|
|
|
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-30
2
-1
/
+1
*
|
|
|
|
Merge pull request #1650 from JamePeng/update-the-ndm-code
bunnei
2016-04-30
3
-27
/
+420
|
\
\
\
\
\
|
*
|
|
|
|
Update the stub code of NDM service!
JamePeng
2016-04-21
3
-27
/
+420
*
|
|
|
|
|
Merge pull request #1647 from mailwl/acu-closeasync
bunnei
2016-04-30
2
-1
/
+29
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2)
mailwl
2016-04-21
2
-1
/
+29
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #1699 from mailwl/gpu-rights
bunnei
2016-04-29
1
-2
/
+38
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
return checks if event and memory created
mailwl
2016-04-23
1
-1
/
+8
|
*
|
|
|
|
gsp::Gpu: implement AcquireRight, ReleaseRight functions
mailwl
2016-04-22
1
-8
/
+37
*
|
|
|
|
|
Common: Remove section measurement from profiler (#1731)
Yuri Kunde Schlesner
2016-04-29
2
-5
/
+0
*
|
|
|
|
|
Merge pull request #1708 from MerryMage/dsp_dsp
bunnei
2016-04-27
3
-59
/
+152
|
\
\
\
\
\
\
|
*
|
|
|
|
|
DSP_DSP: Fix log format strings and arguments
MerryMage
2016-04-27
1
-12
/
+20
|
*
|
|
|
|
|
DSP_DSP: Add return IPC headers
MerryMage
2016-04-27
2
-4
/
+27
|
*
|
|
|
|
|
DSP_DSP: Updated interrupt implementation
MerryMage
2016-04-27
2
-42
/
+106
|
*
|
|
|
|
|
DSP_DSP: Remove unused variable
MerryMage
2016-04-24
1
-2
/
+0
*
|
|
|
|
|
|
y2r_u: Cleanup some formatting.
bunnei
2016-04-26
1
-52
/
+89
*
|
|
|
|
|
|
Merge pull request #1447 from JamePeng/update-y2r-service
bunnei
2016-04-26
2
-32
/
+357
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Update the code of service y2r!
JamePeng
2016-04-20
2
-32
/
+357
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
[next]