summaryrefslogtreecommitdiffstats
path: root/src/yuzu/bootmanager.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix more typosViktor Szépe2024-01-161-1/+1
* yuzu: Constrain mouse in render window when emulatedNarr the Reg2023-11-251-1/+5
* general: remove atomic signal and waitLiam2023-06-221-4/+3
* bootmanager: remove stop_token headerLiam2023-05-081-1/+0
* bootmanager: Clean up includes [IWYU]lat9nq2023-05-031-4/+21
* bootmanager: Remove inaccurate switchlat9nq2023-05-031-0/+1
* Qt: Reintroduce scaling for touch inputgerman772023-02-201-0/+2
* Qt: Fix mouse scallinggerman772023-02-161-2/+0
* qt: unlock during signal emissionLiam2023-01-101-0/+4
* qt: fix 'Pause' menu item (#9497)liamwhite2022-12-241-1/+1
* Merge pull request #9463 from liamwhite/manager-eventsliamwhite2022-12-201-27/+24
|\
| * EmuThread: refactorLiam2022-12-171-27/+24
* | bootmanager: Use proper camera sizegerman772022-12-181-2/+0
* | bootmanager: Encapsulate all QCamera codegerman772022-12-181-5/+5
|/
* Merge pull request #9451 from ameerj/camera-data-arrayliamwhite2022-12-171-0/+3
|\
| * camera: Use pre-allocated vector for camera dataameerj2022-12-171-0/+3
* | emu_thread: properly force shutdown for unresponsive guest programsLiam2022-12-131-10/+1
* | let games gracefully exitGus Caplan2022-12-131-0/+10
|/
* Merge pull request #9344 from liamwhite/nullbunnei2022-12-031-0/+1
|\
| * video_core: add null backendLiam2022-11-291-0/+1
* | Merge pull request #9289 from liamwhite/fruit-companyliamwhite2022-12-031-0/+1
|\ \ | |/ |/|
| * general: fix compile for Apple ClangLiam2022-11-231-0/+1
* | Qt6: Disable IR Sensor when compiling with Qt6Kyle Kienapfel2022-11-181-0/+2
|/
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* yuzu: Add webcam support and rebase to latest masterNarr the Reg2022-07-241-0/+2
* yuzu: Hook qt camera to camera drivergerman772022-07-241-0/+12
* yuzu: Eliminate variable shadowingMorph2022-06-141-6/+6
* Merge pull request #8318 from Docteh/cmake-qt56-entryMai M2022-06-111-1/+1
|\
| * Update some files with Qt 5.15.2 best practices in mindKyle K2022-05-291-1/+1
* | core/debugger: Implement new GDB stub debuggerLiam2022-06-011-10/+0
* | input_common: touch: Rewrite touch driver to support multiple touch pointsgerman772022-05-231-6/+0
|/
* yuzu: Reduce unused includesameerj2022-03-201-1/+0
* yuzu: Fix TAS from rebasegerman772021-11-251-5/+5
* bootmanager: Use cross-platform keyboard inputgerman772021-11-251-1/+1
* kraken: Address comments from reviewgerman772021-11-251-1/+1
* core/hid: Fully implement native mousegerman772021-11-251-0/+1
* core/hid: Improve accuracy of the keyboard implementationgerman772021-11-251-0/+6
* yuzu: Use new input on main and bootmanagergerman772021-11-251-6/+3
* input_common: Rewrite keyboardgerman772021-11-251-1/+1
* Added TAS controls to the menu under ToolsAdam Heinermann2021-11-221-0/+6
* bootmanager: Fix screenshot resolution factor usageameerj2021-11-161-1/+1
* bootmanager: Forward declare System and SystemResultStatusMorph2021-10-151-1/+5
* core: Move ResultStatus outside of SystemMorph2021-10-151-1/+1
* yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-071-3/+8
* yuzu: main: Register a callback for ExitMorph2021-10-021-0/+4
* bootmanager: Use std::stop_source for stopping emulationReinUsesLisp2021-06-221-3/+3
* inputCommon: Mouse fixesgerman772021-02-281-0/+7
* Add mutitouch support for touch screensgerman2021-01-151-1/+7
* yuzu/main: fix mouse not showing on move and port citra-emu/citra#5476gal202020-12-311-0/+2
* bootmanager: Add a check whether loading is completeMorph2020-12-181-0/+2
* Merge pull request #4976 from comex/poll-eventsRodrigo Locatti2020-11-261-1/+1
|\
| * Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main threadcomex2020-11-231-1/+1
* | frontend: yuzu (qt): Register a callback for ExecuteProgram.bunnei2020-11-251-0/+7
|/
* yuzu/main: Amend lifetime issues with InputSubsystemLioncash2020-08-291-2/+3
* input_common: Eliminate most global stateLioncash2020-08-271-1/+7
* Clang Format.Fernando Sahmkow2020-06-271-1/+2
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-0/+7
* yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp2020-04-071-9/+0
* Address review and fix broken yuzu-tester buildJames Rowe2020-03-261-4/+5
* Frontend/GPU: Refactor context managementJames Rowe2020-03-251-25/+12
* frontend: qt: bootmanager: Acquire a shared context in main emu thread.bunnei2020-02-261-2/+7
* frontend: qt: bootmanager: Vulkan: Restore support for VK backend.bunnei2020-02-261-26/+0
* frontend: qt: bootmanager: OpenGL: Implement separate presentation thread.bunnei2020-02-261-22/+50
* yuzu: Implement Vulkan frontendReinUsesLisp2020-01-291-4/+26
* yuzu/bootmanager: Treat the resolution factor as a u32Lioncash2019-06-031-1/+1
* yuzu/bootmanager: Default EmuThread's destructor in the cpp fileLioncash2019-06-031-1/+2
* yuzu/bootmanager: unsigned -> u32Lioncash2019-06-031-3/+3
* yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructorLioncash2019-06-031-1/+1
* emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp2019-05-261-2/+1
* yuzu/bootmanager: Remove unnecessary includesLioncash2019-04-171-1/+0
* Merge pull request #2017 from jroweboy/glwidgetbunnei2019-04-141-13/+16
|\
| * bootmanager: Bypass input focus issuesReinUsesLisp2019-03-251-11/+5
| * bootmanager: Delete container to avoid crash on game restartingReinUsesLisp2019-03-251-1/+2
| * QT Frontend: Migrate to QOpenGLWindowJames Rowe2019-01-221-1/+9
* | general: Use deducation guides for std::lock_guard and std::unique_lockLioncash2019-04-011-1/+1
* | gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp2019-02-071-1/+7
|/
* QT Frontend: Add a Loading screen with progressbarJames Rowe2019-01-201-0/+3
* yuzu, video_core: Screenshot functionalityzhupengfei2018-12-181-0/+6
* implemented touch in Qt and SDLNeatNit2018-10-091-1/+9
* core: Namespace EmuWindowLioncash2018-08-121-1/+1
* qt: Add missing override specifiers where applicableLioncash2018-08-061-1/+1
* bootmanager: Minor tidiness/correctness changesLioncash2018-01-181-5/+5
* Massive removal of unused modulesJames Rowe2018-01-131-0/+162