aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/bootmanager.h
AgeCommit message (Expand)Author
2023-05-07bootmanager: remove stop_token headerLiam
2023-05-02bootmanager: Clean up includes [IWYU]lat9nq
2023-05-02bootmanager: Remove inaccurate switchlat9nq
2023-02-19Qt: Reintroduce scaling for touch inputgerman77
2023-02-15Qt: Fix mouse scallinggerman77
2023-01-10qt: unlock during signal emissionLiam
2022-12-23qt: fix 'Pause' menu item (#9497)liamwhite
2022-12-20Merge pull request #9463 from liamwhite/manager-eventsliamwhite
2022-12-18bootmanager: Use proper camera sizegerman77
2022-12-17bootmanager: Encapsulate all QCamera codegerman77
2022-12-17EmuThread: refactorLiam
2022-12-17Merge pull request #9451 from ameerj/camera-data-arrayliamwhite
2022-12-16camera: Use pre-allocated vector for camera dataameerj
2022-12-12emu_thread: properly force shutdown for unresponsive guest programsLiam
2022-12-12let games gracefully exitGus Caplan
2022-12-03Merge pull request #9344 from liamwhite/nullbunnei
2022-12-03Merge pull request #9289 from liamwhite/fruit-companyliamwhite
2022-11-28video_core: add null backendLiam
2022-11-22general: fix compile for Apple ClangLiam
2022-11-17Qt6: Disable IR Sensor when compiling with Qt6Kyle Kienapfel
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-23yuzu: Add webcam support and rebase to latest masterNarr the Reg
2022-07-23yuzu: Hook qt camera to camera drivergerman77
2022-06-13yuzu: Eliminate variable shadowingMorph
2022-06-10Merge pull request #8318 from Docteh/cmake-qt56-entryMai M
2022-06-01core/debugger: Implement new GDB stub debuggerLiam
2022-05-29Update some files with Qt 5.15.2 best practices in mindKyle K
2022-05-23input_common: touch: Rewrite touch driver to support multiple touch pointsgerman77
2022-03-20yuzu: Reduce unused includesameerj
2021-11-24yuzu: Fix TAS from rebasegerman77
2021-11-24bootmanager: Use cross-platform keyboard inputgerman77
2021-11-24kraken: Address comments from reviewgerman77
2021-11-24core/hid: Fully implement native mousegerman77
2021-11-24core/hid: Improve accuracy of the keyboard implementationgerman77
2021-11-24yuzu: Use new input on main and bootmanagergerman77
2021-11-24input_common: Rewrite keyboardgerman77
2021-11-21Added TAS controls to the menu under ToolsAdam Heinermann
2021-11-16bootmanager: Fix screenshot resolution factor usageameerj
2021-10-15bootmanager: Forward declare System and SystemResultStatusMorph
2021-10-15core: Move ResultStatus outside of SystemMorph
2021-10-07yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq
2021-10-01yuzu: main: Register a callback for ExitMorph
2021-06-22bootmanager: Use std::stop_source for stopping emulationReinUsesLisp
2021-02-27inputCommon: Mouse fixesgerman77
2021-01-15Add mutitouch support for touch screensgerman
2020-12-31yuzu/main: fix mouse not showing on move and port citra-emu/citra#5476gal20
2020-12-18bootmanager: Add a check whether loading is completeMorph
2020-11-25Merge pull request #4976 from comex/poll-eventsRodrigo Locatti
2020-11-24frontend: yuzu (qt): Register a callback for ExecuteProgram.bunnei
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...comex