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
*
core/hid: Move input_interpreter to hid
german77
2021-11-24
3
-3
/
+3
*
Merge pull request #7394 from Morph1984/svc-SetMemoryPermission
bunnei
2021-11-22
5
-12
/
+64
|
\
|
*
kernel: svc: Move all IsValid functions to an anonymous namespace
Morph
2021-11-20
1
-3
/
+15
|
*
kernel: svc: Implement SetProcessMemoryPermission
Morph
2021-11-20
1
-1
/
+41
|
*
kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission
Morph
2021-11-20
4
-8
/
+8
*
|
arm: dynarmic: Cleanup icache op handling
jam1garner
2021-11-21
1
-10
/
+9
*
|
arm: dynarmic: Implement icache op handling for 'ic iallu' instruction
jam1garner
2021-11-21
1
-0
/
+3
*
|
arm: dynarmic: Implement icache op handling for 'ic ivau' instruction
jam1garner
2021-11-21
1
-0
/
+18
*
|
Merge pull request #7389 from ameerj/screenshot-1x
bunnei
2021-11-21
2
-11
/
+7
|
\
\
|
*
|
Fix screenshot dimensions when at 1x scale
ameerj
2021-11-20
2
-11
/
+7
|
|
/
*
|
Merge pull request #7359 from heinermann/kthread_crash
bunnei
2021-11-20
1
-8
/
+14
|
\
\
|
*
|
Fix crash on exit due to static scoped dummy threads
Adam Heinermann
2021-11-17
1
-8
/
+14
|
|
/
*
|
service: pm: Implement AtmosphereGetProcessId
Morph
2021-11-20
1
-0
/
+24
*
|
service: pm: Add all relevant result codes
Morph
2021-11-20
1
-3
/
+8
*
|
service: pm: Rename title id to program id
Morph
2021-11-20
1
-6
/
+6
|
/
*
bootmanager: Fix screenshot resolution factor usage
ameerj
2021-11-16
2
-10
/
+7
*
Settings: eliminate rescaling_factor.
Fernando Sahmkow
2021-11-16
3
-29
/
+12
*
program_metadata: Add default ThreadInfo kernel capability
OatmealDome
2021-11-10
1
-1
/
+4
*
applets/swkbd: Fix text check message encoding
Morph
2021-11-08
1
-7
/
+15
*
applets/swkbd: Skip text checking if the text has been confirmed
Morph
2021-11-08
4
-13
/
+21
*
service/pctl: Stub EndFreeCommunication
Narr the Reg
2021-11-05
1
-1
/
+8
*
Merge pull request #7279 from Morph1984/system-get-program-id
Morph
2021-11-04
22
-53
/
+44
|
\
|
*
general: Get the current process program id directly from the system
Morph
2021-11-04
18
-50
/
+38
|
*
general: Rename GetTitleID to GetProgramID
Morph
2021-11-04
21
-39
/
+42
*
|
Merge pull request #7289 from ameerj/perf-stat-shutdown
Morph
2021-11-04
1
-1
/
+1
|
\
\
|
*
|
core: Reorder perf_stats destruction order on Shutdown
ameerj
2021-11-04
1
-1
/
+1
|
|
/
*
|
Merge pull request #7287 from Morph1984/stub-aoc
Fernando S
2021-11-05
2
-0
/
+29
|
\
\
|
|
/
|
/
|
|
*
service: aoc: Stub NotifyUnmountAddOnContent
Morph
2021-11-04
2
-1
/
+9
|
*
service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContent
Morph
2021-11-04
2
-0
/
+21
*
|
Merge pull request #7282 from ameerj/core-includes
bunnei
2021-11-04
134
-219
/
+8
|
\
\
|
|
/
|
/
|
|
*
core: Fix transitive include build errors
ameerj
2021-11-03
5
-0
/
+9
|
*
core: Remove unused includes
ameerj
2021-11-03
133
-221
/
+1
*
|
service/acc: Rename Unknown160 to InitializeApplicationInfoV2
german77
2021-11-04
3
-3
/
+3
*
|
service: acc: Stub acc:u0 '160'
Morph
2021-11-04
3
-0
/
+9
|
/
*
svc: Correct WaitSynchronization num_handles param type
Morph
2021-11-02
2
-4
/
+4
*
general: Remove MakeResult helpers
Morph
2021-11-02
13
-69
/
+48
*
hle/result: Amend ResultVal documentation
Morph
2021-11-02
1
-12
/
+10
*
hle/result: Reimplement ResultVal using Common::Expected
Morph
2021-11-02
1
-117
/
+63
*
Merge pull request #7227 from vonchenplus/fix_memory_leak_v2
bunnei
2021-11-01
6
-24
/
+54
|
\
|
*
Fix dangling kernel objects when exiting
Feng Chen
2021-10-27
2
-11
/
+13
|
*
Revert PR7009
Feng Chen
2021-10-27
2
-15
/
+5
|
*
Fix memory leak
Feng Chen
2021-10-27
4
-0
/
+38
*
|
Merge pull request #7244 from Morph1984/application-lang-pt-br
bunnei
2021-10-29
4
-3
/
+30
|
\
\
|
*
|
file_sys: control_metadata: Add BrazilianPortuguese
Morph
2021-10-28
2
-2
/
+4
|
*
|
ns: language: Add BrazilianPortuguese to ApplicationLanguage
Morph
2021-10-28
2
-1
/
+26
*
|
|
Merge pull request #7240 from Morph1984/resultval-remove-cv
bunnei
2021-10-29
1
-2
/
+2
|
\
\
\
|
*
|
|
hle/result: Remove cv-qualifiers from Arg in MakeResult
Morph
2021-10-28
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
hle/result: Declare copy/move constructor/assignment as noexcept
Morph
2021-10-28
1
-3
/
+3
*
|
|
hle/result: Add move assignment operator in ResultVal
Morph
2021-10-28
1
-0
/
+20
|
|
/
|
/
|
*
|
Merge pull request #7193 from FernandoS27/idle
Morph
2021-10-25
2
-0
/
+22
|
\
\
|
|
/
|
/
|
[next]