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
*
Merge pull request #5270 from german77/multiTouch
bunnei
2021-01-20
5
-55
/
+167
|
\
|
*
Always initialize keyboard input
german
2021-01-15
3
-12
/
+8
|
*
Add mutitouch support for touch screens
german
2021-01-15
4
-42
/
+56
|
*
Allow to return up to 16 touch inputs per engine
german
2021-01-15
4
-61
/
+84
|
*
Allow all touch inputs at the same time and remove config options that are no...
german
2021-01-15
2
-11
/
+20
|
*
Add multitouch support
german
2021-01-15
2
-23
/
+93
*
|
npad: Add check for HANDHELD_INDEX in UpdateControllerAt()
Morph
2021-01-17
1
-1
/
+1
*
|
Merge pull request #5360 from ReinUsesLisp/enforce-memclass-access
bunnei
2021-01-17
14
-181
/
+192
|
\
\
|
*
|
core/cmake: Enforce Wclass-memaccess
ReinUsesLisp
2021-01-15
1
-0
/
+1
|
*
|
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2021-01-15
13
-181
/
+191
*
|
|
input_interpreter: Mark two member functions as const
Lioncash
2021-01-16
1
-4
/
+4
*
|
|
input_interpreter: Add method to check for a button press state
Morph
2021-01-16
2
-0
/
+25
*
|
|
Merge pull request #5358 from ReinUsesLisp/rename-insert-padding
LC
2021-01-15
3
-19
/
+19
|
\
|
|
|
|
/
|
/
|
|
*
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2021-01-15
3
-19
/
+19
*
|
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2021-01-15
4
-8
/
+12
|
/
*
core/cmake: Remove Werror flags already defined code-base wide
ReinUsesLisp
2021-01-15
1
-2
/
+0
*
hle: kernel: thread: Preserve thread wait reason for debugging only.
bunnei
2021-01-11
7
-1
/
+34
*
hle: kernel: k_scheduler_lock: Fix shadowing errors.
bunnei
2021-01-11
1
-1
/
+1
*
core: arm: arm_interface: Fix shadowing errors.
bunnei
2021-01-11
1
-3
/
+4
*
core: hle: Add missing calls to MicroProfileOnThreadExit.
bunnei
2021-01-11
2
-0
/
+5
*
core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.
bunnei
2021-01-11
14
-1177
/
+503
*
core: hle: kernel: Update KAddressArbiter.
bunnei
2021-01-11
3
-0
/
+437
*
core: hle: kernel: Update KConditionVariable.
bunnei
2021-01-11
4
-0
/
+413
*
core: hle: kernel: Begin moving common SVC defintions to its own header.
bunnei
2021-01-11
2
-0
/
+14
*
hle: kernel: Remove unnecessary AddressArbiter definition.
bunnei
2021-01-11
1
-1
/
+0
*
hle: kernel: k_scheduler: Cleanup OnThreadPriorityChanged.
bunnei
2021-01-11
2
-6
/
+3
*
hle: kernel: Rename thread "status" to "state".
bunnei
2021-01-11
1
-2
/
+2
*
hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single Thr...
bunnei
2021-01-11
11
-127
/
+97
*
core: hle: kernel: Add some useful functions for checking kernel addresses.
bunnei
2021-01-11
1
-0
/
+19
*
core: hle: kernel: svc_types: Add type definitions for KAddressArbiter.
bunnei
2021-01-11
1
-0
/
+12
*
core: hle: kernel: Update KSynchronizationObject.
bunnei
2021-01-11
31
-603
/
+379
*
core: hle: kernel: Begin moving common SVC results to its own header.
bunnei
2021-01-11
2
-0
/
+21
*
hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState.
bunnei
2021-01-11
1
-6
/
+0
*
Merge pull request #5312 from german77/overclockenabled
bunnei
2021-01-10
2
-1
/
+10
|
\
|
*
Stub IsCpuOverclockEnabled
german
2021-01-08
2
-1
/
+10
*
|
file_sys/registered_cache: Silence virtual functions without override warnings
ReinUsesLisp
2021-01-09
1
-4
/
+4
*
|
core: Silence unhandled enum in switch warnings
ReinUsesLisp
2021-01-08
2
-10
/
+5
|
/
*
fix for nvdec disabled, cleanup host1x
ameerj
2021-01-07
1
-11
/
+14
*
nvdec syncpt incorporation
ameerj
2021-01-07
7
-20
/
+43
*
core: Enforce C4715 (not all control paths return a value)
ReinUsesLisp
2021-01-05
1
-0
/
+2
*
core: Silence warnings when compiling without asserts
ReinUsesLisp
2021-01-05
5
-8
/
+11
*
buffer_queue: Protect queue_sequence list access with a mutex
ameerj
2021-01-04
2
-13
/
+21
*
main: Resolve error string not displaying
Lioncash
2021-01-03
2
-0
/
+5
*
Merge pull request #5278 from MerryMage/cpuopt_unsafe_inaccurate_nan
bunnei
2021-01-03
3
-0
/
+7
|
\
|
*
dynarmic: Add Unsafe_InaccurateNaN optimization
MerryMage
2021-01-02
3
-0
/
+7
*
|
hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect.
bunnei
2021-01-02
1
-2
/
+0
*
|
general: Fix various spelling errors
Morph
2021-01-02
6
-20
/
+20
|
/
*
memory: Remove MemoryHook
MerryMage
2021-01-01
2
-64
/
+0
*
Merge pull request #5249 from ReinUsesLisp/lock-free-pages
bunnei
2021-01-01
4
-124
/
+67
|
\
|
*
core/memory: Read and write page table atomically
ReinUsesLisp
2020-12-29
4
-124
/
+67
[next]