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
*
Service/NFC: stub GetTagInRangeEvent
mailwl
2016-12-30
5
-0
/
+42
*
Merge pull request #2240 from wwylele/auto-region
bunnei
2016-12-29
5
-2
/
+91
|
\
|
*
Config: auto-select region and language
wwylele
2016-12-07
5
-2
/
+91
*
|
Core: remove unused hle.cpp
wwylele
2016-12-27
1
-58
/
+0
*
|
Core: reset cpu_core in Shutdown to make IsPoweredOn work properly
wwylele
2016-12-24
1
-0
/
+1
*
|
core: Move emu_window and key_map into core
MerryMage
2016-12-23
7
-2
/
+648
*
|
Service/NWM: add nwm services
mailwl
2016-12-22
18
-10
/
+317
*
|
Merge pull request #2366 from MerryMage/MemoryReadCode
bunnei
2016-12-22
1
-0
/
+1
|
\
\
|
*
|
arm_dynarmic: Provide MemoryReadCode callback
MerryMage
2016-12-22
1
-0
/
+1
*
|
|
Merge pull request #2343 from bunnei/core-cleanup
bunnei
2016-12-22
32
-407
/
+377
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ThreadContext: Move from "core" to "arm_interface".
bunnei
2016-12-22
8
-37
/
+26
|
*
|
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-22
8
-93
/
+91
|
*
|
Address clang-format issues.
bunnei
2016-12-21
6
-32
/
+33
|
*
|
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-21
19
-107
/
+94
|
*
|
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-12-21
12
-311
/
+264
|
*
|
core: Consolidate top-level system state into a singleton.
bunnei
2016-12-21
2
-23
/
+120
|
*
|
loader: Remove duplicate docstrings.
bunnei
2016-12-21
3
-56
/
+0
*
|
|
Merge pull request #2285 from mailwl/csnd-format
bunnei
2016-12-22
2
-49
/
+92
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
csnd:SND reformat source code
mailwl
2016-12-12
2
-49
/
+92
*
|
|
Revert "Memory: Always flush whole pages from surface cache"
bunnei
2016-12-17
1
-10
/
+0
*
|
|
Thread: remove the thread from the thread list when exiting
wwylele
2016-12-17
3
-3
/
+15
*
|
|
Merge pull request #2337 from lioncash/gdb
bunnei
2016-12-16
1
-9
/
+8
|
\
\
\
|
*
|
|
gdbstub: const correctness changes
Lioncash
2016-12-16
1
-9
/
+8
*
|
|
|
Merge pull request #2322 from MerryMage/ctx-mnu
Merry
2016-12-16
5
-0
/
+35
|
\
\
\
\
|
*
|
|
|
loader: Implement ReadProgramId
MerryMage
2016-12-15
3
-0
/
+28
|
*
|
|
|
archive_source_sd_savedata: Add static method to get a specific save data path
MerryMage
2016-12-15
2
-0
/
+7
*
|
|
|
|
Kernel: remove object's waiting thread if it is dead
wwylele
2016-12-16
1
-1
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #2260 from Subv/scheduling
bunnei
2016-12-16
7
-195
/
+209
|
\
\
\
\
|
*
|
|
|
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
3
-27
/
+39
|
*
|
|
|
Properly remove a thread from its wait_objects' waitlist when it is awoken by...
Subv
2016-12-10
3
-2
/
+11
|
*
|
|
|
WaitSynch: Removed unused variables and reduced SharedPtr copies.
Subv
2016-12-09
4
-73
/
+56
|
*
|
|
|
Use boost remove_erase_if instead of the erase-remove idiom
Subv
2016-12-06
1
-2
/
+3
|
*
|
|
|
Improved the algorithm for GetHighestPriorityReadyThread.
Subv
2016-12-06
1
-14
/
+13
|
*
|
|
|
Threading: Added some utility functions and const correctness.
Subv
2016-12-04
3
-15
/
+35
|
*
|
|
|
Threading: Reworked the way our scheduler works.
Subv
2016-12-03
7
-189
/
+179
*
|
|
|
|
Merge pull request #2328 from wwylele/fix-trace
Yuri Kunde Schlesner
2016-12-15
1
-11
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
FS: fix debug build from #2249
wwylele
2016-12-16
1
-11
/
+9
*
|
|
|
|
|
Merge pull request #2332 from lioncash/gdb
Yuri Kunde Schlesner
2016-12-15
5
-16
/
+23
|
\
\
\
\
\
\
|
*
|
|
|
|
|
gdbstub: Remove global variable from public interface
Lioncash
2016-12-15
5
-16
/
+23
*
|
|
|
|
|
|
Merge pull request #2320 from mailwl/cecd-update
Yuri Kunde Schlesner
2016-12-15
8
-13
/
+81
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Service/CECD: Add cecd:ndm service
mailwl
2016-12-15
8
-13
/
+81
*
|
|
|
|
|
|
|
Merge pull request #2331 from lioncash/trunc
bunnei
2016-12-15
1
-1
/
+2
|
\
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
hid: Get rid of a double -> float truncation warning
Lioncash
2016-12-15
1
-1
/
+2
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #2330 from lioncash/pragma
Sebastian Valle
2016-12-15
3
-0
/
+6
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
core: Add missing #pragma once directives where applicable
Lioncash
2016-12-15
3
-0
/
+6
|
|
/
/
/
/
/
/
*
/
/
/
/
/
/
act: Fix docstring typo
Lioncash
2016-12-15
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #2314 from mailwl/account
bunnei
2016-12-15
8
-10
/
+44
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Service/ACT: move ACT services to folder
mailwl
2016-12-14
8
-10
/
+44
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Memory: Always flush whole pages from surface cache
Yuri Kunde Schlesner
2016-12-14
1
-0
/
+10
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-14
24
-170
/
+591
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
[next]