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 #3497 from FernandoS27/microprogfile-extend
bunnei
2020-03-12
1
-2
/
+2
|
\
|
*
NVFlinger: Do the microprofile Flip after processing a valid frame.
Fernando Sahmkow
2020-03-12
1
-2
/
+2
*
|
framebuffer_layout.h: drop the use of enum for screen dimensions.
Vitor Kiguchi
2020-03-11
2
-10
/
+10
|
/
*
Merge pull request #3301 from ReinUsesLisp/state-tracker
Rodrigo Locatti
2020-03-09
1
-0
/
+1
|
\
|
*
video_core: Reintroduce dirty flags infrastructure
ReinUsesLisp
2020-02-28
1
-0
/
+1
*
|
Merge pull request #3452 from Morph1984/anisotropic-filtering
bunnei
2020-03-07
1
-0
/
+1
|
\
\
|
*
|
Create an "Advanced" tab in the graphics configuration tab and add anisotropi...
Morph
2020-02-27
1
-0
/
+1
|
|
/
*
|
core: hle: Implement separate A32/A64 SVC interfaces.
bunnei
2020-03-02
2
-107
/
+380
*
|
core: Implement separate A32/A64 ARM interfaces.
bunnei
2020-03-02
20
-120
/
+452
*
|
core: loader: Remove check for 32-bit.
bunnei
2020-03-02
1
-6
/
+0
*
|
core: dynarmic: Add CP15 from Citra.
bunnei
2020-03-02
3
-0
/
+234
*
|
Merge pull request #3464 from FernandoS27/jit-fix
bunnei
2020-03-02
2
-4
/
+19
|
\
\
|
|
/
|
/
|
|
*
ARM_Interface: Cache the JITs instead of deleting/recreating.
Fernando Sahmkow
2020-02-26
2
-4
/
+19
*
|
Merge pull request #3430 from bunnei/split-presenter
bunnei
2020-02-27
10
-28
/
+32
|
\
\
|
*
|
renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace.
bunnei
2020-02-26
1
-41
/
+0
|
*
|
core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.
bunnei
2020-02-25
5
-25
/
+28
|
*
|
frontend: sdl2: emu_window: Implement separate presentation thread.
bunnei
2020-02-25
1
-3
/
+0
|
*
|
renderer_opengl: Add texture mailbox support for presenter thread.
bunnei
2020-02-25
1
-0
/
+1
|
*
|
core: frontend: emu_window: Add TextureMailbox class.
bunnei
2020-02-25
1
-0
/
+41
|
*
|
core: settings: Add setting to enable vsync, which is on by default.
bunnei
2020-02-25
3
-0
/
+3
|
|
/
*
|
AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454)
Morph
2020-02-27
2
-2
/
+14
*
|
Merge pull request #3431 from CJBok/npad-fix
bunnei
2020-02-25
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
analog_from_button get direction implementation
CJBok
2020-02-18
1
-5
/
+5
*
|
Scheduler: Inline global scheduler in Scheduler Lock.
Fernando Sahmkow
2020-02-22
1
-4
/
+2
*
|
Kernel: Correct pending feedback.
Fernando Sahmkow
2020-02-22
1
-3
/
+4
*
|
System: Expose Host thread registering routines from kernel.
Fernando Sahmkow
2020-02-22
2
-0
/
+14
*
|
Kernel: Address Feedback.
Fernando Sahmkow
2020-02-22
6
-30
/
+47
*
|
Kernel: Implement Scheduler locks
Fernando Sahmkow
2020-02-22
2
-0
/
+89
*
|
Kernel: Implement Time Manager.
Fernando Sahmkow
2020-02-22
5
-1
/
+98
*
|
Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel.
Fernando Sahmkow
2020-02-22
5
-24
/
+107
*
|
Kernel: Make global scheduler depend on KernelCore
Fernando Sahmkow
2020-02-22
4
-8
/
+24
*
|
httplib compatibility
Brian Clinkenbeard
2020-02-18
1
-3
/
+4
|
/
*
Merge pull request #3412 from Morph1984/aspect-ratio
bunnei
2020-02-17
3
-3
/
+34
|
\
|
*
Add 4:3 aspect ratio and address feedback
Morph
2020-02-14
2
-10
/
+13
|
*
Address feedback
Morph
2020-02-14
2
-18
/
+26
|
*
Use enumeration instead of magic numbers
Morph
2020-02-13
2
-5
/
+11
|
*
Add following aspect ratios: 16:9, 21:9, Stretch to Window
Morph
2020-02-13
2
-2
/
+16
*
|
Merge pull request #3420 from namkazt/master2
bunnei
2020-02-17
2
-0
/
+20
|
\
\
|
*
|
nvhost_gpu: implement ChannelSetTimeslice
namkazy
2020-02-16
2
-0
/
+20
*
|
|
IUserLocalCommunicationService: add function Initialize2
Nguyen Dac Nam
2020-02-16
1
-1
/
+9
*
|
|
HLE: correct function name of IUserLocalCommunicationService
Nguyen Dac Nam
2020-02-16
1
-1
/
+1
|
/
/
*
|
Merge pull request #3401 from FernandoS27/synchronization
bunnei
2020-02-14
40
-202
/
+402
|
\
\
|
*
|
Core: Correct compilition in GCC
Fernando Sahmkow
2020-02-14
1
-0
/
+2
|
*
|
Core: Address Feedback
Fernando Sahmkow
2020-02-13
6
-24
/
+50
|
*
|
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2020-02-11
17
-53
/
+88
|
*
|
Kernel: Refactor synchronization to better match RE
Fernando Sahmkow
2020-02-11
23
-80
/
+212
|
*
|
Kernel: Change WaitObject to Synchronization object. In order to better refle...
Fernando Sahmkow
2020-02-11
20
-73
/
+78
*
|
|
Merge pull request #3400 from makigumo/patch-1
bunnei
2020-02-13
1
-2
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
update hwopus DecodeInterleaved for FW 7.0.0+
makigumo
2020-02-11
1
-2
/
+4
|
|
/
*
|
address_arbiter: Collapse loops in InsertThread() and RemoveThread()
Lioncash
2020-02-12
1
-19
/
+17
[next]