index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
Memory: Added necessary headers and removed unnecessary header
MerryMage
2016-05-26
2
-1
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1817 from linkmauve/smdh-stuff
bunnei
2016-05-25
10
-105
/
+198
|
\
\
\
\
\
|
*
|
|
|
|
Loader: Split SMDH into its own header and import helpers from QGameList
Emmanuel Gil Peyrot
2016-05-21
4
-47
/
+138
|
*
|
|
|
|
CitraQt: Simplify the game list loader code
Emmanuel Gil Peyrot
2016-05-21
2
-14
/
+12
|
*
|
|
|
|
Loader: Add a GetFileType method to get the type of a loaded file
Emmanuel Gil Peyrot
2016-05-21
4
-0
/
+30
|
*
|
|
|
|
Loader, Frontends: Refactor loader creation and game loading
Emmanuel Gil Peyrot
2016-05-21
4
-47
/
+21
|
|
/
/
/
/
*
|
|
|
|
New3DS: Minor style cleanup to #1520.
bunnei
2016-05-24
2
-3
/
+3
*
|
|
|
|
Merge pull request #1520 from JamePeng/checknew3ds
bunnei
2016-05-24
9
-10
/
+138
|
\
\
\
\
\
|
*
|
|
|
|
Implement CheckNew3DS and CheckNew3DSApp
JamePeng
2016-04-20
9
-10
/
+138
*
|
|
|
|
|
SVC::WaitSynchronizationN: Reschedule at the end
wwylele
2016-05-21
1
-2
/
+3
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSD
Jannik Vogel
2016-05-18
1
-4
/
+8
*
|
|
|
|
Update ACT:U and create ACT:A (#1809)
AndrĂ¡s Domonkos
2016-05-17
5
-0
/
+56
*
|
|
|
|
Merge pull request #1800 from JayFoxRox/set-fpscr
bunnei
2016-05-17
3
-0
/
+6
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Set fpscr for new threads
Jannik Vogel
2016-05-17
3
-0
/
+6
*
|
|
|
|
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
18
-128
/
+417
|
\
\
\
|
*
|
|
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
4
-66
/
+167
|
*
|
|
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
5
-28
/
+74
|
\
\
\
\
|
*
|
|
|
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...
Subv
2016-05-07
5
-28
/
+74
*
|
|
|
|
gdbstub: Silence missing prototype warnings
Lioncash
2016-05-10
1
-3
/
+3
*
|
|
|
|
dyncom: Reset the context into user mode correctly
Lioncash
2016-05-09
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #1766 from Subv/log_cpu
bunnei
2016-05-08
3
-0
/
+10
|
\
\
\
\
|
*
|
|
|
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).
Subv
2016-05-07
3
-0
/
+10
|
|
/
/
/
*
|
|
|
Merge pull request #1718 from alex-laties/fixup-type-conversions
bunnei
2016-05-07
5
-29
/
+29
|
\
\
\
\
|
*
|
|
|
fixup simple type conversions where possible
Alexander Laties
2016-05-07
5
-29
/
+29
*
|
|
|
|
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
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
fix:return proper error
wwylele
2016-05-06
1
-2
/
+3
*
|
|
|
Merge pull request #1762 from bunnei/global
bunnei
2016-05-05
4
-8
/
+21
|
\
\
\
\
|
*
|
|
|
HLE: Rename RescheduleIsPending to IsReschedulePending.
bunnei
2016-05-05
3
-3
/
+3
|
*
|
|
|
hle: Get rid of global access to g_reschedule
Lioncash
2016-03-21
4
-8
/
+21
*
|
|
|
|
Merge pull request #1700 from wwylele/gamelist-icon
bunnei
2016-05-05
6
-23
/
+149
|
\
\
\
\
\
|
*
|
|
|
|
add icon & title to game list
wwylele
2016-05-04
6
-23
/
+149
*
|
|
|
|
|
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
4
-2
/
+4
*
|
|
|
|
LCD: Remove unneeded #undef with no matching #define.
Emmanuel Gil Peyrot
2016-04-30
1
-2
/
+0
*
|
|
|
|
Merge pull request #1729 from MerryMage/null-sink
bunnei
2016-04-30
2
-0
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
Audio: Add sink selection to configuration files
MerryMage
2016-04-30
2
-0
/
+8
|
|
/
/
/
/
[prev]
[next]