index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
Age
Commit message (
Expand
)
Author
2018-06-27
settings: Add a configuration for use_accurate_framebuffers.
bunnei
2018-06-26
yuzu: Remove SSBOs check from Qt frontend.
bunnei
2018-06-22
Merge pull request #579 from SciresM/master
bunnei
2018-06-21
Add support for decrypted NCA files (#567)
Zach Hilman
2018-06-21
Kernel/Arbiters: Mostly implement SignalToAddress
Michael Scire
2018-06-21
Kernel/Arbiters: Implement WaitForAddress
Michael Scire
2018-06-14
Bug fixes, testing, and review changes
Zach Hilman
2018-06-14
Add 'Load Folder' menu option
Zach Hilman
2018-06-14
Add support for main files in file picker
Zach Hilman
2018-06-14
Recognize main files in game list
Zach Hilman
2018-06-12
Qt: Removed the Registers widget.
Subv
2018-06-04
qt: add check for GL extension support
BreadFish64
2018-05-19
Qt/WaitTree: Display the callstack for each thread in the wait tree widget.
Subv
2018-05-10
thread: Rename mask to affinity_masks.
bunnei
2018-05-10
wait_tree: Add ideal core and affinity mask.
bunnei
2018-05-10
wait_tree: Show all threads on all schedulers.
bunnei
2018-05-10
core: Add a configuration setting for use_multi_core.
bunnei
2018-05-10
core: Implement multicore support.
bunnei
2018-04-29
string_util: Remove StringFromFormat() and related functions
Lioncash
2018-04-26
frontends: Move logging macros over to new fmt-capable ones
Lioncash
2018-04-24
memory_manager: Make GpuToCpuAddress return an optional.
bunnei
2018-04-24
memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.
bunnei
2018-04-23
Merge pull request #370 from Subv/sync_primitives
bunnei
2018-04-23
GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format ...
Subv
2018-04-20
Qt: Update the WaitTree widget to show info about the current mutex of each t...
Subv
2018-04-19
Implement Pull #3528 from citra: use nvidia graphics automatically on laptops...
N00byKing
2018-04-14
Fix the stuck in fullscreen bug (Original PR: citra-emu/citra#3611)
adityaruplaha
2018-04-07
Prevent crash from uninitialized telemetry
James Rowe
2018-04-06
core, main.h: Abort on 32Bit ROMs (#309)
N00byKing
2018-04-02
Merge pull request #262 from daniellimws/fmtlib-macros
bunnei
2018-04-02
Merge pull request #267 from N00byKing/patch-1
bunnei
2018-03-30
Port citra-emu/citra#3610 to yuzu
N00byKing
2018-03-30
Remove whitespaces
N00byKing
2018-03-30
Add Dark theme, Icon theming
N00byKing
2018-03-27
Merge pull request #286 from N00byKing/citratoyuzuagain
bunnei
2018-03-27
main.h: Add pragma once, remove ifndef
N00byKing
2018-03-26
config: Use simplified checkbox (from Citra) for CPU JIT.
bunnei
2018-03-26
config: Rename is_docked to use_docked_mode to be consistent with other confi...
bunnei
2018-03-26
configure_general: Cleanup naming.
bunnei
2018-03-26
qt: Add config option for is_docked.
bunnei
2018-03-26
config: Add setting for whether the system is docked or not.
bunnei
2018-03-26
graphics_surface: Remove superfluous cast.
bunnei
2018-03-26
graphics_surface: Fix merge conflicts.
bunnei
2018-03-25
main.cpp: Replace Citra with yuzu Wiki Links
N00byKing
2018-03-25
main.cpp: Update Dialog from citra to yuzu
N00byKing
2018-03-24
GPU: Make the debug_context variable a member of the frontend instead of a gl...
Subv
2018-03-24
Frontend: Updated the surface view debug widget to work with Maxwell surfaces.
Subv
2018-03-24
Frontend: Allow opening the Surface View widget in the Qt frontend.
Subv
2018-03-24
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
Subv
2018-03-22
Change "yuzu starting..." to be logged with the new macro
Daniel Lim Wee Soong
[next]