summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-25yuzu_cmd: Use new inputgerman771-37/+35
2021-08-08yuzu-cmd/CMakeLists: Correct attribution for this function.Fernando Sahmkow1-0/+1
2021-08-01yuzu-cmd: hide cursor when in fullscreensan1-0/+4
2021-07-30emu_window: Remove global system instancelat9nq1-3/+3
2021-07-23general: Implement FullscreenMode enumerationlat9nq1-2/+2
2021-07-22yuzu_cmd: Make use of fullscreen_mode settinglat9nq1-15/+29
2021-07-21yuzu-cmd: Fullscreen Improvements (#6656)san1-6/+6
2021-07-16sdl_impl, emu_window: Remove clang ignorelat9nq1-8/+0
2021-05-16perf_stats: Rework FPS counter to be more accurateameerj1-1/+1
2021-04-23emu_window: unsigned -> u32Lioncash1-1/+1
2021-04-18general: Ignore implicit-fallthrough for SDL.hlat9nq1-0/+9
2021-02-28inputCommon: Mouse fixesgerman771-3/+21
2021-02-14yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.bunnei1-0/+17
2021-02-08Add mouse panninggerman1-1/+2
2021-01-15Add mutitouch support for touch screensgerman1-6/+6
2020-11-26Implement full mouse supportgerman1-4/+4
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main threadcomex1-49/+51
2020-09-20renderer_opengl: Remove emulated mailbox presentationReinUsesLisp1-3/+2
2020-08-27input_common: Eliminate most global stateLioncash1-8/+10
2020-04-23Fix format error in performance statisticsH27CK1-3/+4
2020-02-26frontend: sdl2: emu_window: Implement separate presentation thread.bunnei1-1/+1
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp1-0/+4
2019-10-05SDL: Fix missing headerFernando Sahmkow1-0/+1
2019-09-22Add FPS to SDL title barjroweboy1-0/+12
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp1-2/+1
2019-05-25yuzu_cmd: Split emu_window OpenGL implementation into its own fileReinUsesLisp1-156/+15
2019-05-17yuzu_cmd: Use OpenGL compat when asked in the settingsReinUsesLisp1-1/+5
2019-03-02Input: Remove global variables from SDL InputJames Rowe1-8/+5
2019-01-22citra_qt: Log settings on launchzhupengfei1-0/+1
2019-01-22SDL Frontend: Add shared context supportJames Rowe1-1/+36
2018-11-29gl_rasterizer: Remove extension booleansReinUsesLisp1-0/+2
2018-11-21Removed pre 4.3 ARB extensionsFernandoS271-14/+0
2018-11-21Update OpenGL's backend version from 3.3 to 4.3FernandoS271-1/+1
2018-10-09implemented touch in Qt and SDLNeatNit1-2/+46
2018-10-06yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.bunnei1-0/+2
2018-09-13Use ARB_multi_bind for uniform buffers (#1287)ReinUsesLisp1-0/+2
2018-09-11gl_rasterizer: Use ARB_texture_storage.Markus Wick1-0/+2
2018-09-11Port #4141 from citra: Joystick hotplug support (#1275)Tobias1-1/+6
2018-09-08gl_rasterizer: Use baseInstance instead of moving the buffer points.bunnei1-0/+2
2018-09-07For SDL FrontendCaptV0rt3x1-2/+2
2018-09-06frontend: Set swap interval to 0fearlessTobi1-0/+1
2018-08-19Added check to see if ARB_texture_mirror_clamp_to_edge is supportedDavid Marcec1-0/+2
2018-07-26Port #3665 from CitrafearlessTobi1-0/+2
2018-07-22Frontend: Check for more required OpenGL extensions during startup.Subv1-2/+12
2018-07-12Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637)Tobias1-3/+3
2018-07-03Rename logging macro back to LOG_*James Rowe1-10/+10
2018-06-04sdl: add check for GL extension supportBreadFish641-0/+23
2018-04-30string_util: Remove StringFromFormat() and related functionsLioncash1-2/+3
2018-04-27frontends: Move logging macros over to new fmt-capable onesLioncash1-4/+4
2018-04-21SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)adityaruplaha1-1/+26
2018-01-13Remove settings issues in sdl and fix a few files that broke in mingwJames Rowe1-2/+0
2018-01-13Get yuzu sdl to start compilingJames Rowe1-4/+2
2018-01-13Massive removal of unused modulesJames Rowe1-0/+0
2018-01-11frontend: Update for undocked Switch screen layout.bunnei1-3/+2
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele1-6/+4
2017-07-16Network: Init Network in SDL and QTB3n301-0/+4
2017-05-28Move screen size constants from video_core to coreYuri Kunde Schlesner1-7/+7
2017-03-01InputCommon: add Keyboardwwylele1-15/+6
2017-02-23Gui: Change title bar to include build nameJames Rowe1-2/+2
2016-12-26Frontend: emulate motion sensorwwylele1-7/+15
2016-12-23core: Move emu_window and key_map into coreMerryMage1-1/+1
2016-11-05Support additional screen layouts.James Rowe1-4/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-7/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-0/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-10/+15
2016-08-30config: Add a setting for graphics V-Sync.bunnei1-0/+1
2016-05-15Refactor input subsystemwwylele1-3/+4
2016-05-06Frontends, VideoCore: Move glad initialisation to the frontendEmmanuel Gil Peyrot1-0/+7
2016-03-15SDL2: Explicitly use RGB8 color buffer.bunnei1-0/+4
2016-03-02Dependencies: Remove GLFW, Add SDL2MerryMage1-0/+167