index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu_cmd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3966 from Morph1984/hide-internal-resolution-ui
bunnei
2020-06-16
2
-7
/
+0
|
\
|
*
yuzu/frontend: Remove internal resolution option
Morph
2020-06-06
2
-7
/
+0
*
|
Merge pull request #4009 from ogniK5377/macro-jit-prod
bunnei
2020-06-04
2
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Implement macro JIT
David Marcec
2020-05-30
2
-0
/
+4
*
|
Merge pull request #3958 from FernandoS27/gl-debug
bunnei
2020-05-31
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
OpenGL: Enable Debug Context and Synchronous debugging when graphics debuggin...
Fernando Sahmkow
2020-05-17
1
-0
/
+3
*
|
yuzu: Add frontend settings for assembly shaders
ReinUsesLisp
2020-05-19
2
-0
/
+6
|
/
*
core: settings: Add a setting for time zone.
bunnei
2020-05-11
2
-2
/
+7
*
Merge pull request #3742 from FernandoS27/command-list
bunnei
2020-04-27
1
-0
/
+2
|
\
|
*
GPU: Add Fast GPU Time Option.
Fernando Sahmkow
2020-04-23
1
-0
/
+2
*
|
Merge pull request #3768 from H27CK/cmd-title-fmt
Rodrigo Locatti
2020-04-23
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix format error in performance statistics
H27CK
2020-04-23
1
-3
/
+4
*
|
Merge pull request #3677 from FernandoS27/better-sync
bunnei
2020-04-22
2
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
UI: Replasce accurate GPU option for GPU Accuracy Level
Fernando Sahmkow
2020-04-22
2
-5
/
+5
*
|
Add missing ;
H27CK
2020-04-22
1
-1
/
+1
*
|
Init SDL info structure and add dummy context
H27CK
2020-04-22
2
-1
/
+4
|
/
*
dynarmic: Add option to disable CPU JIT optimizations
MerryMage
2020-04-20
2
-0
/
+5
*
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
ReinUsesLisp
2020-04-07
4
-141
/
+46
*
Frontend: Don't call DoneCurrent if the context isnt already current
James Rowe
2020-03-30
1
-1
/
+9
*
Address review and fix broken yuzu-tester build
James Rowe
2020-03-25
1
-2
/
+2
*
Frontend/GPU: Refactor context management
James Rowe
2020-03-24
5
-29
/
+2
*
bcat: Disable Boxcat backend by default
FearlessTobi
2020-03-17
1
-1
/
+1
*
Merge pull request #3452 from Morph1984/anisotropic-filtering
bunnei
2020-03-07
2
-0
/
+6
|
\
|
*
Create an "Advanced" tab in the graphics configuration tab and add anisotropi...
Morph
2020-02-27
2
-0
/
+6
*
|
Frontend/SDL - Provide proper default for UDP input
James Rowe
2020-03-03
1
-1
/
+1
|
/
*
frontend: qt: bootmanager: Vulkan: Restore support for VK backend.
bunnei
2020-02-25
1
-1
/
+3
*
frontend: sdl2: emu_window: Implement separate presentation thread.
bunnei
2020-02-25
7
-52
/
+79
*
core: settings: Add setting to enable vsync, which is on by default.
bunnei
2020-02-25
2
-0
/
+7
*
Add 4:3 aspect ratio and address feedback
Morph
2020-02-14
1
-1
/
+1
*
Add following aspect ratios: 16:9, 21:9, Stretch to Window
Morph
2020-02-13
2
-0
/
+6
*
yuzu_cmd: Fix memcpy on Vulkan handlers
ReinUsesLisp
2020-01-29
2
-9
/
+10
*
yuzu: Implement Vulkan frontend
ReinUsesLisp
2020-01-29
8
-1
/
+246
*
settings: Add settings for graphics backend
ReinUsesLisp
2020-01-29
2
-0
/
+17
*
Replace GetString with Get function
FearlessTobi
2020-01-23
1
-2
/
+2
*
Input: UDP Client to provide motion and touch controls
fearlessTobi
2020-01-23
2
-0
/
+22
*
yuzu_cmd: Use string_view instead of string for extensions
ReinUsesLisp
2019-11-07
1
-3
/
+3
*
gl_rasterizer: Emulate viewport flipping with ARB_clip_control
ReinUsesLisp
2019-11-07
1
-0
/
+2
*
SDL: Fix missing header
Fernando Sahmkow
2019-10-04
1
-0
/
+1
*
Merge pull request #2896 from FearlessTobi/port-4950
bunnei
2019-10-04
3
-2
/
+17
|
\
|
*
Add FPS to SDL title bar
jroweboy
2019-09-22
3
-2
/
+17
*
|
settings: Add option to set BCAT backend
Zach Hilman
2019-09-30
2
-0
/
+10
|
/
*
filesystem: Add const qualification to various accessors
Zach Hilman
2019-09-21
1
-3
/
+3
*
settings: Add options for managing gamecard emulation
Zach Hilman
2019-09-21
2
-0
/
+28
*
settings: Add options for setting storage sizes
Zach Hilman
2019-09-21
1
-0
/
+9
*
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
1
-1
/
+1
*
Add frametime logging for tracking performance over time
fearlessTobi
2019-09-10
2
-0
/
+4
*
yuzu: Remove setting for using Unicorn
Lioncash
2019-07-11
2
-5
/
+0
*
Merge pull request #2601 from FernandoS27/texture_cache
Zach Hilman
2019-07-05
1
-0
/
+4
|
\
|
*
video_core: Make ARB_buffer_storage a required extension
ReinUsesLisp
2019-06-20
1
-0
/
+4
*
|
Merge pull request #2669 from FearlessTobi/move-cpujit-setting
Zach Hilman
2019-07-04
2
-2
/
+2
|
\
\
[next]