index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Addapt thread class to the new Scheduler
Fernando Sahmkow
2019-10-15
2
-60
/
+237
|
*
|
Implement a new Core Scheduler
Fernando Sahmkow
2019-10-15
2
-258
/
+411
*
|
|
Merge pull request #2991 from lioncash/npad
bunnei
2019-10-22
2
-51
/
+23
|
\
\
\
|
*
|
|
hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedCon...
Lioncash
2019-10-17
1
-1
/
+1
|
*
|
|
hid/npad: Add missing break in default case
Lioncash
2019-10-17
1
-0
/
+1
|
*
|
|
hid/npad: Replace std::for_each with ranged for loops
Lioncash
2019-10-17
1
-13
/
+12
|
*
|
|
hid/npad: Remove redundant non-const variant of IsControllerSupported()
Lioncash
2019-10-17
2
-34
/
+5
|
*
|
|
hid/npad: Move function declarations
Lioncash
2019-10-17
1
-5
/
+6
*
|
|
|
apm/controller: Make SetPerformanceConfiguration() use an array of pairs over...
Lioncash
2019-10-17
1
-14
/
+34
*
|
|
|
apm/controller: Make GetCurrentPerformanceMode() a const member function
Lioncash
2019-10-17
2
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #2912 from FernandoS27/async-fixes
bunnei
2019-10-16
5
-28
/
+27
|
\
\
\
|
*
|
|
NvFlinger: Remove leftover from corrections and clang format.
Fernando Sahmkow
2019-10-04
1
-4
/
+0
|
*
|
|
Nvdrv: Correct Event setup in Nvdrv
Fernando Sahmkow
2019-10-04
2
-23
/
+14
|
*
|
|
NVFlinger: Reverse the change that only signaled events on buffer acquire.
Fernando Sahmkow
2019-10-04
2
-20
/
+1
|
*
|
|
Nvdrv: Do framelimiting only in the CPU Thread
Fernando Sahmkow
2019-10-04
1
-0
/
+4
|
*
|
|
NvFlinger: Don't swap buffers if a frame is missing and always trigger event ...
Fernando Sahmkow
2019-10-04
1
-1
/
+3
|
*
|
|
GPU_Async: Correct fences, display events and more.
Fernando Sahmkow
2019-10-04
2
-2
/
+21
|
*
|
|
Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncs
Fernando Sahmkow
2019-10-04
2
-3
/
+9
*
|
|
|
Merge pull request #2972 from lioncash/system
bunnei
2019-10-15
9
-33
/
+63
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
bcat: Remove use of global system accessors
Lioncash
2019-10-15
6
-29
/
+55
|
*
|
|
nvflinger/buffer_queue: Remove use of a global system accessor
Lioncash
2019-10-12
3
-4
/
+8
*
|
|
|
pl_u: Fix mismatched rebase size error in font encryption
Zach Hilman
2019-10-13
2
-11
/
+11
*
|
|
|
pl_u: Use kernel physical memory
Zach Hilman
2019-10-13
1
-0
/
+1
*
|
|
|
pl_u: Remove excess static qualifier
Zach Hilman
2019-10-13
1
-1
/
+1
*
|
|
|
pl_u: Use OSS system archives if real archives don't exist
Zach Hilman
2019-10-13
1
-110
/
+47
|
/
/
/
*
|
|
Merge pull request #2921 from FreddyFunk/compiler-warnings-core
bunnei
2019-10-09
1
-6
/
+6
|
\
\
\
|
*
|
|
Services::ES fix casting warnings
FreddyFunk
2019-09-29
1
-6
/
+6
*
|
|
|
Merge pull request #2654 from DarkLordZach/lm-log-rewrite
bunnei
2019-10-08
5
-156
/
+278
|
\
\
\
\
|
*
|
|
|
lm: Flush manager output on core shutdown
Zach Hilman
2019-09-22
2
-5
/
+11
|
*
|
|
|
lm: Rename Initialize to Log and implement with manager/reporter
Zach Hilman
2019-09-22
1
-140
/
+22
|
*
|
|
|
lm: Implement manager class to output to reporter
Zach Hilman
2019-09-22
2
-0
/
+233
|
*
|
|
|
core: Add LM::Manager to system
Zach Hilman
2019-09-22
3
-16
/
+17
|
|
/
/
/
*
|
|
/
hid: Implement DeactivateNpad
Morph
2019-10-07
2
-1
/
+13
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #2951 from lioncash/global
Zach Hilman
2019-10-06
11
-44
/
+66
|
\
\
\
|
*
|
|
core: Remove Core::CurrentProcess()
Lioncash
2019-10-06
1
-1
/
+1
|
*
|
|
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-06
10
-43
/
+65
*
|
|
|
bcat/module: Silence truncation warnings
Lioncash
2019-10-06
1
-3
/
+3
*
|
|
|
bcat: Take std::function instance by value in NullBackend's constructor
Lioncash
2019-10-06
2
-2
/
+2
*
|
|
|
bcat: In-class initialize ProgressServiceBackend's impl member
Lioncash
2019-10-06
2
-2
/
+2
*
|
|
|
bcat: Make ProgressServiceBackend's constructor take a std::string_view
Lioncash
2019-10-06
2
-3
/
+7
*
|
|
|
bcat: Make ProgressServiceBackend's GetEvent() const
Lioncash
2019-10-06
2
-2
/
+2
*
|
|
|
boxcat: Silence an unused variable warning
Lioncash
2019-10-06
1
-1
/
+2
|
/
/
/
*
|
|
audio/audout_u: Change formatting for old clang-format versions
ReinUsesLisp
2019-10-04
1
-1
/
+1
*
|
|
service/nvdrv: Silence -Wswitch
ReinUsesLisp
2019-10-04
4
-4
/
+10
*
|
|
service/nfp: Silence -Wunused and -Wswitch
ReinUsesLisp
2019-10-04
1
-4
/
+5
*
|
|
service/hid: Silence -Wunused and -Wswitch
ReinUsesLisp
2019-10-04
15
-23
/
+18
*
|
|
service/am: Silence -Wreorder
ReinUsesLisp
2019-10-04
1
-2
/
+1
*
|
|
service/hid: Remove unused system reference
ReinUsesLisp
2019-10-04
2
-2
/
+1
*
|
|
service/friend: Remove unused field
ReinUsesLisp
2019-10-04
1
-1
/
+0
*
|
|
service/filesystem: Silence -Wunused-variable
ReinUsesLisp
2019-10-04
1
-1
/
+1
[prev]
[next]