summaryrefslogtreecommitdiffstats
path: root/src/yuzu/bootmanager.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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