summaryrefslogtreecommitdiff
path: root/src/yuzu/bootmanager.cpp
AgeCommit message (Expand)Author
2019-06-03yuzu/bootmanager: Log out screenshot destination pathLioncash
2019-06-03yuzu/bootmanager: Treat the resolution factor as a u32Lioncash
2019-06-03yuzu/bootmanager: Default EmuThread's destructor in the cpp fileLioncash
2019-06-03yuzu/bootmanager: unsigned -> u32Lioncash
2019-06-03yuzu/bootmanager: Change false literal to 0 for setSwapInterval()Lioncash
2019-06-03yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructorLioncash
2019-06-03yuzu/bootmanager: Remove unnecessary pointer castsLioncash
2019-05-30rasterizer_opengl: Remove OpenGL core profileReinUsesLisp
2019-05-29Merge pull request #2518 from ReinUsesLisp/sdl2-windowbunnei
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp
2019-05-20gl_shader_cache: Use shared contexts to build shaders in parallelReinUsesLisp
2019-05-20yuzu/bootmanager: Specify string conversions explicitlyLioncash
2019-05-17yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compatReinUsesLisp
2019-04-20Allow picking a Compatibility Profile for OpenGL.Fernando Sahmkow
2019-04-17yuzu/bootmanager: Replace unnnecessary constructor initializer list member of...Lioncash
2019-04-16yuzu/bootmanager: Resolve constructor initializer list warningsLioncash
2019-04-13Merge pull request #2017 from jroweboy/glwidgetbunnei
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
2019-03-25bootmanager: Bypass input focus issuesReinUsesLisp
2019-03-25bootmanager: Bypass resizing issueReinUsesLisp
2019-03-25bootmanager: Delete container to avoid crash on game restartingReinUsesLisp
2019-03-15frontend: qt: fix a freeze where if you click on entry in the game list too f...liushuyu
2019-03-13Merge pull request #2187 from FearlessTobi/port-sdl-thingsbunnei
2019-03-06bootmanager: Ensure that we have a context for shader loading.bunnei
2019-03-02Input: Remove global variables from SDL InputJames Rowe
2019-02-06gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp
2019-01-21QT: Hide GLWidget immediately after showing.James Rowe
2019-01-21QT Frontend: Migrate to QOpenGLWindowJames Rowe
2019-01-19QT Frontend: Add a Loading screen with progressbarJames Rowe
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei
2018-11-21Update OpenGL's backend version from 3.3 to 4.3FernandoS27
2018-10-24bootmanager: Use QStringLiteral instead of std::string to represent the windo...Lioncash
2018-10-09implemented touch in Qt and SDLNeatNit
2018-09-10Port #4141 from citra: Joystick hotplug support (#1275)Tobias
2018-09-06frontend: Set swap interval to 0fearlessTobi
2018-07-14OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.bunnei
2018-07-07Port #3505 from CItrafearlessTobi
2018-04-29string_util: Remove StringFromFormat() and related functionsLioncash
2018-01-18qt: Migrate to Qt 5 signal/slot connection syntax where applicableLioncash
2018-01-17bootmanager: Minor tidiness/correctness changesLioncash
2018-01-17 Implement Pull #3306 from citra: citra_qt: Drop Qt 5 version checks in code ...N00byKing
2018-01-16Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39)N00byKing
2018-01-12Removing unused settings and yuzu rebrandingJames Rowe
2018-01-12Remove gpu debugger and get yuzu qt to compileJames Rowe
2018-01-12Massive removal of unused modulesJames Rowe