index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
MathUtil: add PI constant
wwylele
2016-12-26
1
-0
/
+2
|
*
|
|
|
Common::Event: add WaitUntil
wwylele
2016-12-26
1
-0
/
+10
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #2410 from Subv/sleepthread
bunnei
2017-01-06
3
-0
/
+14
|
\
\
\
\
|
*
|
|
|
Kernel: Don't attempt to yield execution in SleepThread(0) if there are no av...
Subv
2017-01-05
3
-0
/
+14
*
|
|
|
|
Merge pull request #2396 from Subv/sema_acquire
bunnei
2017-01-06
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Kernel/Semaphore: Fixed a regression in semaphore waits.
Subv
2017-01-05
1
-1
/
+2
|
|
/
/
/
/
*
|
|
|
|
Kernel: Fix SharedMemory objects always returning error when addr = 0 (#2404)
Hyper
2017-01-06
1
-1
/
+5
*
|
|
|
|
Merge pull request #2408 from Subv/priority_boosting
bunnei
2017-01-06
1
-27
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
Kernel: Removed the priority boost code for starved threads.
Subv
2017-01-05
1
-27
/
+0
|
|
/
/
/
/
*
/
/
/
/
Kernel: Remove some unused functions.
Subv
2017-01-05
2
-32
/
+0
|
/
/
/
/
*
|
|
|
Merge pull request #2393 from Subv/synch
Sebastian Valle
2017-01-05
18
-162
/
+227
|
\
\
\
\
|
*
|
|
|
Kernel: Add some asserts to enforce the invariants in the scheduler.
Subv
2017-01-05
2
-2
/
+13
|
*
|
|
|
Kernel: Remove a thread from all of its waiting objects' waiting_threads list...
Subv
2017-01-05
1
-18
/
+4
|
*
|
|
|
Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...
Subv
2017-01-05
4
-21
/
+22
|
*
|
|
|
Kernel: Use different thread statuses when a thread calls WaitSynchronization...
Subv
2017-01-04
4
-19
/
+26
|
*
|
|
|
Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...
Subv
2017-01-04
5
-42
/
+60
|
*
|
|
|
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
Subv
2017-01-04
5
-24
/
+42
|
*
|
|
|
Kernel/Mutex: Implemented priority inheritance.
Subv
2017-01-04
5
-31
/
+51
|
*
|
|
|
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
17
-68
/
+56
|
*
|
|
|
Kernel/Synch: Do not attempt a reschedule on every syscall.
Subv
2017-01-04
2
-2
/
+18
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Fix some warnings (#2399)
Jonathan Hao
2017-01-04
13
-35
/
+9
*
|
|
|
Merge pull request #2382 from mailwl/nfc
Yuri Kunde Schlesner
2017-01-03
7
-0
/
+44
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Service/NFC: stub GetTagInRangeEvent
mailwl
2016-12-30
7
-0
/
+44
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2386 from bunnei/fix-bg-color
Sebastian Valle
2016-12-30
1
-6
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
config: SDL: Move background color setting to correct section.
bunnei
2016-12-30
1
-6
/
+6
*
|
|
Merge pull request #2240 from wwylele/auto-region
bunnei
2016-12-29
11
-7
/
+108
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Config: auto-select region and language
wwylele
2016-12-07
11
-7
/
+108
*
|
|
Merge pull request #2367 from JayFoxRox/lighting-lut-quickfix
bunnei
2016-12-29
1
-10
/
+9
|
\
\
\
|
*
|
|
Minor cleanup in GLSL code
Jannik Vogel
2016-12-25
1
-3
/
+2
|
*
|
|
Offset lighting LUT samples correctly
Jannik Vogel
2016-12-25
1
-7
/
+7
*
|
|
|
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
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #2369 from MerryMage/core-frontend
bunnei
2016-12-23
14
-16
/
+16
|
\
\
\
|
*
|
|
core: Move emu_window and key_map into core
MerryMage
2016-12-23
14
-16
/
+16
*
|
|
|
Merge pull request #2370 from wwylele/where-is-my-shared-font
Yuri Kunde Schlesner
2016-12-23
1
-3
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
file_util: fix missing sysdata path
wwylele
2016-12-23
1
-3
/
+1
|
|
/
/
*
/
/
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
45
-591
/
+435
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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
11
-105
/
+103
|
*
|
Address clang-format issues.
bunnei
2016-12-21
8
-49
/
+49
|
*
|
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
22
-336
/
+284
|
*
|
file_util: Remove unused paths.
bunnei
2016-12-21
3
-87
/
+3
|
*
|
core: Consolidate top-level system state into a singleton.
bunnei
2016-12-21
8
-103
/
+164
|
*
|
loader: Remove duplicate docstrings.
bunnei
2016-12-21
3
-56
/
+0
*
|
|
Merge pull request #2285 from mailwl/csnd-format
bunnei
2016-12-22
4
-49
/
+94
|
\
\
\
|
*
|
|
csnd:SND reformat source code
mailwl
2016-12-12
4
-49
/
+94
[prev]
[next]