summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2020-03-09yuzu/loading_screen: Remove unused shader progress modeReinUsesLisp
2020-03-07Merge pull request #3452 from Morph1984/anisotropic-filteringbunnei
2020-03-02core: Implement separate A32/A64 ARM interfaces.bunnei
2020-02-27Create an "Advanced" tab in the graphics configuration tab and add anisotropi...Morph
2020-02-25frontend: qt: bootmanager: Acquire a shared context in main emu thread.bunnei
2020-02-25frontend: qt: bootmanager: Vulkan: Restore support for VK backend.bunnei
2020-02-25frontend: qt: bootmanager: OpenGL: Implement separate presentation thread.bunnei
2020-02-25frontent: qt: main: Various updates/refactoring for separate presentation thr...bunnei
2020-02-25core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.bunnei
2020-02-25core: settings: Add setting to enable vsync, which is on by default.bunnei
2020-02-17Merge pull request #3412 from Morph1984/aspect-ratiobunnei
2020-02-14Add 4:3 aspect ratio and address feedbackMorph
2020-02-13Add following aspect ratios: 16:9, 21:9, Stretch to WindowMorph
2020-02-11Kernel: Change WaitObject to Synchronization object. In order to better refle...Fernando Sahmkow
2020-02-09Merge pull request #3391 from Morph1984/remove-unknownZach Hilman
2020-02-09Remove option "Show files with type 'Unknown'"Morph
2020-02-03Merge pull request #3360 from CJBok/statusbar-buttonsbunnei
2020-02-03Merge pull request #3337 from ReinUsesLisp/vulkan-stagedbunnei
2020-02-01Merge pull request #3268 from CJBok/deadzonebunnei
2020-01-29yuzu/bootmanager: Define Vulkan widget only when enabledReinUsesLisp
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp
2020-01-29settings: Add settings for graphics backendReinUsesLisp
2020-01-29clangCJBok
2020-01-29minor correctionsCJBok
2020-01-28GUI: Togglable graphics settings buttons in status barCJBok
2020-01-25Merge pull request #3343 from FearlessTobi/ui-tabbunnei
2020-01-24yuzu/configuration: create UI tab and move gamelist settings thereFearlessTobi
2020-01-23Input: UDP Client to provide motion and touch controlsfearlessTobi
2020-01-22GUI: fix minor issues with dark themesBartosz Kaszubowski
2020-01-19yuzu_qt: config: Move audio to its own tab.bunnei
2020-01-19GUI/gamelist: add "None" as an option for second row and remove dynamically d...Bartosz Kaszubowski
2020-01-18Merge pull request #3298 from Simek/missing_hotkeysbunnei
2020-01-18Add headbar icon on LinuxTotalCaesar659
2020-01-13GUI: add few missing hotkeys to main menuBartosz Kaszubowski
2020-01-12GUI/configure: resize hotkeys column to contentBartosz Kaszubowski
2020-01-06yuzu/bootmanager: Remove {glx,wgl}MakeCurrent on SwapBuffersReinUsesLisp
2020-01-03const correctionCJBok
2020-01-03clangCJBok
2020-01-03Update configure_input_player.cppCJBok
2020-01-03Added deadzone controls for sdl engine at input settingsCJBok
2020-01-02yuzu: Remove Maxwell debuggerReinUsesLisp
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-21Merge pull request #3140 from FearlessTobi/port-4953bunnei
2019-11-19citra_qt/main.ui: remove unused actions "Load Symbol Map..." and...Tobias
2019-11-15Merge pull request #3047 from ReinUsesLisp/clip-controlbunnei
2019-11-09yuzu: configure_web: Use Base64 encoded token for simplifying user experience.bunnei
2019-11-07gl_rasterizer: Emulate viewport flipping with ARB_clip_controlReinUsesLisp
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-11-03citra_qt: add amiibo drag and drop supportFearlessTobi