index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
frontend
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
applets/swkbd: Skip text checking if the text has been confirmed
Morph
2021-11-08
2
-5
/
+6
*
core: Remove unused includes
ameerj
2021-11-04
5
-5
/
+0
*
core/profile_select: Avoid uninitialized read in SelectProfile()
Lioncash
2021-09-23
1
-1
/
+2
*
applets: Append applet_ prefix to backend applets
Morph
2021-07-14
2
-2
/
+2
*
general: Make most settings a BasicSetting
lat9nq
2021-06-28
1
-1
/
+1
*
General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable
Lioncash
2021-06-23
1
-0
/
+1
*
input_common: Analog button, use time based position instead of frequent updates
german77
2021-05-30
1
-0
/
+15
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-1
/
+1
*
Merge pull request #6257 from Morph1984/fix-use-after-free-webapplet
bunnei
2021-04-30
2
-6
/
+7
|
\
|
*
applets/web: Fix a use-after-free when passing in the URL string
Morph
2021-04-28
2
-6
/
+7
*
|
Merge pull request #6226 from german77/sevensix
bunnei
2021-04-30
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
hid: Implement SevenSixAxis and ConsoleSixAxisSensor
german77
2021-04-24
1
-3
/
+9
*
|
emu_window: Return pair from ClipToTouchScreen() instead of tuple
Lioncash
2021-04-23
2
-5
/
+8
*
|
emu_window: unsigned -> u32
Lioncash
2021-04-23
2
-21
/
+21
|
/
*
input_interpreter: Fix button hold being interpreted incorrectly on init
Morph
2021-04-15
2
-1
/
+17
*
applets/swkbd: Implement the Default Software Keyboard frontend
Morph
2021-04-15
2
-2
/
+236
*
applets: Remove the previous software keyboard applet implementation
Morph
2021-04-15
2
-53
/
+1
*
common: Move settings to common from core.
bunnei
2021-04-15
3
-3
/
+3
*
hid: Implement GC controller
german
2021-02-08
1
-0
/
+1
*
Make settings controller image change with controller input
german
2021-02-06
1
-0
/
+11
*
Merge pull request #5270 from german77/multiTouch
bunnei
2021-01-21
3
-26
/
+37
|
\
|
*
Always initialize keyboard input
german
2021-01-15
2
-7
/
+7
|
*
Add mutitouch support for touch screens
german
2021-01-15
2
-23
/
+31
|
*
Allow to return up to 16 touch inputs per engine
german
2021-01-15
2
-6
/
+9
*
|
input_interpreter: Mark two member functions as const
Lioncash
2021-01-16
1
-4
/
+4
*
|
input_interpreter: Add method to check for a button press state
Morph
2021-01-16
2
-0
/
+25
|
/
*
applets/web: Implement the online web browser applet
Morph
2020-12-18
2
-0
/
+17
*
main, applets/web: Re-add progress dialog for RomFS extraction
Morph
2020-12-18
2
-8
/
+8
*
frontend/input_interpreter: Add InputInterpreter API
Morph
2020-12-18
2
-0
/
+165
*
applets/web: Implement the default web browser applet frontend
Morph
2020-12-18
2
-0
/
+20
*
applets: Remove the previous web browser applet implementation
Morph
2020-12-18
4
-136
/
+0
*
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-08
1
-3
/
+4
*
Merge pull request #4939 from german77/MouseInput
bunnei
2020-11-30
1
-2
/
+7
|
\
|
*
Implement full mouse support
german
2020-11-26
1
-2
/
+7
*
|
Merge pull request #4976 from comex/poll-events
Rodrigo Locatti
2020-11-26
1
-2
/
+2
|
\
\
|
*
|
Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread
comex
2020-11-23
1
-2
/
+2
|
|
/
*
|
Fix warnings in core/frontend/input.h with [[maybe_unused]]
bunnei
2020-11-24
1
-1
/
+3
*
|
input_common: Treat warnings as errors
Lioncash
2020-11-22
1
-1
/
+1
|
/
*
input_common: Add VibrationDevice and VibrationDeviceFactory
Morph
2020-11-16
1
-0
/
+7
*
controllers/npad: Add heuristics to reduce rumble state changes
Morph
2020-11-16
1
-1
/
+1
*
hid: Reorder all HID commands
Morph
2020-11-16
1
-2
/
+2
*
settings: Preparation for per-game input settings
Morph
2020-11-16
2
-3
/
+3
*
controller: Pass ControllerParameters by reference in ReconfigureControllers()
Lioncash
2020-10-27
2
-3
/
+3
*
Revert "core: Fix clang build"
bunnei
2020-10-21
2
-3
/
+2
*
core: Fix clang build
Lioncash
2020-10-18
2
-2
/
+3
*
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
2
-7
/
+9
*
Merge pull request #4291 from german77/ImplementControllerRumble
David
2020-09-30
1
-0
/
+3
|
\
|
*
First implementation of controller rumble
german
2020-09-29
1
-0
/
+3
*
|
frontend/controller: Eliminate dependency on the global system instance
Lioncash
2020-09-26
2
-4
/
+12
|
/
*
Merge pull request #4594 from german77/MotionHID
bunnei
2020-09-17
1
-4
/
+18
|
\
|
*
Remove RealMotionDevice
german
2020-09-05
1
-21
/
+8
|
*
Include HID and configuration changes related to motion
german
2020-09-05
1
-0
/
+27
*
|
applets/controller: Resolve several compiler warnings
Morph
2020-09-04
1
-1
/
+2
*
|
Address feedback
Morph
2020-09-04
1
-0
/
+2
*
|
applets/controller: Modify heuristic to account for certain games
Morph
2020-09-04
1
-7
/
+12
*
|
applets/controller: Implement fallback applet for the SDL frontend
Morph
2020-09-04
1
-1
/
+34
*
|
applets/controller: Implement "Explain Text"
Morph
2020-09-04
1
-0
/
+3
*
|
Project Mjölnir: Part 2 - Controller Applet
Morph
2020-09-04
2
-0
/
+85
|
/
*
Address second batch of reviews
FearlessTobi
2020-08-30
1
-0
/
+1
*
emu_window: Mark Scoped constructor and Acquire() as nodiscard
Lioncash
2020-08-14
1
-2
/
+2
*
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-10
1
-1
/
+1
*
frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)
Morph
2020-05-15
2
-1
/
+6
*
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-16
1
-1
/
+1
*
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
ReinUsesLisp
2020-04-07
1
-5
/
+36
*
Address review and fix broken yuzu-tester build
James Rowe
2020-03-26
1
-1
/
+1
*
Frontend/GPU: Refactor context management
James Rowe
2020-03-25
3
-57
/
+28
*
framebuffer_layout.h: drop the use of enum for screen dimensions.
Vitor Kiguchi
2020-03-11
2
-10
/
+10
*
renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace.
bunnei
2020-02-27
1
-41
/
+0
*
core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.
bunnei
2020-02-26
3
-23
/
+23
*
frontend: sdl2: emu_window: Implement separate presentation thread.
bunnei
2020-02-26
1
-3
/
+0
*
renderer_opengl: Add texture mailbox support for presenter thread.
bunnei
2020-02-26
1
-0
/
+1
*
core: frontend: emu_window: Add TextureMailbox class.
bunnei
2020-02-26
1
-0
/
+41
*
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-14
2
-5
/
+11
*
Add following aspect ratios: 16:9, 21:9, Stretch to Window
Morph
2020-02-14
1
-2
/
+15
*
Merge pull request #3337 from ReinUsesLisp/vulkan-staged
bunnei
2020-02-03
1
-0
/
+7
|
\
|
*
yuzu: Implement Vulkan frontend
ReinUsesLisp
2020-01-29
1
-0
/
+7
*
|
Moved analog direction logic to sdl_impl
CJBok
2020-01-15
1
-0
/
+10
|
/
*
general_frontend: Add documentation for parental controls and ecommerce applets
Zach Hilman
2019-06-25
2
-4
/
+32
*
frontend: Add base class and default impl for ECommerce applet frontend
Zach Hilman
2019-06-25
2
-0
/
+102
*
web_browser: Rename OpenPage to OpenPageLocal
Zach Hilman
2019-06-25
2
-7
/
+7
*
frontend: Add base class and default impl of parent controls applet frontend
Zach Hilman
2019-06-25
2
-1
/
+52
*
yuzu/bootmanager: Treat the resolution factor as a u32
Lioncash
2019-06-03
2
-13
/
+21
*
Merge pull request #1931 from DarkLordZach/mii-database-1
bunnei
2019-05-30
2
-7
/
+6
|
\
|
*
profile_select: Port Service::Account::UUID to Common::UUID
Zach Hilman
2019-04-25
2
-7
/
+6
*
|
emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy
ReinUsesLisp
2019-05-26
1
-2
/
+1
*
|
core/frontend/emu_window: Make GraphicsContext's destructor virtual
Lioncash
2019-05-04
2
-0
/
+4
|
/
*
web_browser: Make OpenPage non-const
Zach Hilman
2019-04-17
2
-3
/
+3
*
main: Add GMainWindow hooks for Error display
Zach Hilman
2019-04-17
1
-1
/
+1
*
general_frontend: Add frontend scaffold for PhotoViewer applet
Zach Hilman
2019-04-17
2
-0
/
+55
*
frontend: Add frontend receiver for Error applet
Zach Hilman
2019-04-17
2
-0
/
+71
*
web_browser: Make OpenPage const
Zach Hilman
2019-04-17
2
-3
/
+3
*
Merge pull request #2017 from jroweboy/glwidget
bunnei
2019-04-14
1
-9
/
+30
|
\
|
*
QT Frontend: Migrate to QOpenGLWindow
James Rowe
2019-01-22
1
-9
/
+30
*
|
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-04-01
1
-3
/
+3
*
|
Merge pull request #2170 from lioncash/emu-window
bunnei
2019-02-27
2
-2
/
+2
|
\
\
|
*
|
core/frontend/emu_window: Make ClipToTouchScreen a const member function
Lioncash
2019-02-27
2
-2
/
+2
*
|
|
common/math_util: Move contents into the Common namespace
Lioncash
2019-02-27
2
-7
/
+7
*
|
|
common/vector_math: Move Vec[x] types into the Common namespace
Lioncash
2019-02-27
1
-1
/
+1
|
/
/
*
/
frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.
bunnei
2019-01-24
2
-0
/
+41
|
/
*
core/frontend/applets/web_browser: Make OpenPage() non-const
Lioncash
2019-01-17
2
-3
/
+3
*
frontend: Add frontend responder for web browser
Zach Hilman
2018-12-28
2
-0
/
+52
*
Merge pull request #1886 from FearlessTobi/port-4164
bunnei
2018-12-23
2
-0
/
+22
|
\
|
*
yuzu, video_core: Screenshot functionality
zhupengfei
2018-12-18
2
-0
/
+22
*
|
frontend: Add frontend applet for ProfileSelect
Zach Hilman
2018-12-03
2
-0
/
+46
|
/
*
Merge pull request #1667 from DarkLordZach/swkbd
bunnei
2018-11-20
2
-0
/
+83
|
\
|
*
applet: Add operation completed callback
Zach Hilman
2018-11-18
2
-3
/
+7
|
*
software_keyboard: Make GetText asynchronous
Zach Hilman
2018-11-18
2
-5
/
+9
|
*
am: Allow applets to push multiple and different channels of data
Zach Hilman
2018-11-18
2
-8
/
+7
|
*
am: Implement ILibraryAppletAccessor IsCompleted and GetResult
Zach Hilman
2018-11-18
1
-0
/
+1
|
*
am: Implement text check software keyboard mode
Zach Hilman
2018-11-18
2
-0
/
+8
|
*
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
2
-31
/
+36
|
*
qt/main: Register Qt Software Keyboard frontend with AM
Zach Hilman
2018-11-18
1
-0
/
+1
|
*
frontend/applets: Add frontend software keyboard provider and default
Zach Hilman
2018-11-18
2
-0
/
+61
*
|
settings: Add Native type for mouse buttons
Zach Hilman
2018-11-19
1
-0
/
+7
|
/
*
emu_window: Ensure WindowConfig members are always initialized
Lioncash
2018-08-15
1
-3
/
+3
*
core: Namespace EmuWindow
Lioncash
2018-08-12
2
-0
/
+8
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-3
/
+3
*
core: Replace remaining old non-generic logger usages with fmt-capable equivalents
Lioncash
2018-04-26
1
-3
/
+3
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
2
-2
/
+2
*
core: Fix recent GCC build breaks.
bunnei
2018-01-12
1
-0
/
+2
*
frontend: Update for undocked Switch screen layout.
bunnei
2018-01-11
4
-251
/
+39
*
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-10-10
6
-204
/
+0
*
Merge pull request #2899 from wwylele/touch-refactor
bunnei
2017-08-29
3
-39
/
+69
|
\
|
*
EmuWindow: refactor touch input into a TouchDevice
wwylele
2017-08-24
2
-39
/
+63
|
*
HID: use TouchDevice for touch pad
wwylele
2017-08-24
1
-0
/
+6
*
|
SidebySide Layout (#2859)
ThaMighty90
2017-08-25
3
-1
/
+49
|
/
*
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
2017-08-11
5
-252
/
+4
*
HID: use MotionDevice for Accelerometer and Gyroscope
wwylele
2017-08-11
1
-0
/
+20
*
Move screen size constants from video_core to core
Yuri Kunde Schlesner
2017-05-28
3
-13
/
+24
*
Move framebuffer_layout from Common to Core
Yuri Kunde Schlesner
2017-05-28
3
-1
/
+213
*
Merge pull request #2512 from SonofUgly/custom-layout
bunnei
2017-03-22
1
-11
/
+15
|
\
|
*
Add custom layout settings.
SonofUgly
2017-02-23
1
-11
/
+15
*
|
Input: remove unused stuff & clean up
wwylele
2017-03-01
4
-322
/
+1
*
|
InputCommon: add Keyboard
wwylele
2017-03-01
1
-2
/
+0
*
|
HID: use AnalogDevice
wwylele
2017-03-01
1
-0
/
+7
*
|
HID: use ButtonDevice
wwylele
2017-03-01
1
-0
/
+6
*
|
Input: add device and factory template
wwylele
2017-03-01
1
-0
/
+97
*
|
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-27
1
-2
/
+2
*
|
Core: Make PerfStats internally locked
Yuri Kunde Schlesner
2017-02-27
1
-1
/
+1
*
|
PerfStats: Add method to get the instantaneous time ratio
Yuri Kunde Schlesner
2017-02-27
1
-3
/
+2
*
|
hid: remove the touch field from PadState (#2557)
Weiyi Wang
2017-02-11
1
-2
/
+0
*
|
Merge pull request #2368 from wwylele/camera-2
Yuri Kunde Schlesner
2017-01-30
6
-0
/
+204
|
\
\
|
*
|
CAM: implement basic camera functions with a blank camera
wwylele
2017-01-11
6
-0
/
+204
*
|
|
core: emu_window.cpp, fix conversion warnings from float to s16 on MSVC
Kloen
2017-01-29
1
-6
/
+6
|
|
/
|
/
|
*
|
Frontend: make motion sensor interfaced thread-safe
wwylele
2016-12-29
2
-2
/
+8
*
|
Frontend: emulate motion sensor
wwylele
2016-12-26
4
-8
/
+204
|
/
*
core: Move emu_window and key_map into core
MerryMage
2016-12-23
4
-0
/
+642