summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2019-06-19Merge pull request #2594 from FearlessTobi/very-important-changeZach Hilman
2019-06-19Change to a more descriptive nameTobias
2019-06-19yuzu/configure_input: Add missing space in window nameTobias
2019-06-20Added missing space between two wordsAlex Subaric
2019-06-07Merge pull request #2553 from lioncash/languageZach Hilman
2019-06-07constants: Extract backup JPEG used by account servicesZach Hilman
2019-06-07Merge pull request #2514 from ReinUsesLisp/opengl-compatZach Hilman
2019-06-06Merge pull request #2550 from lioncash/frontendZach Hilman
2019-06-05yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash
2019-06-05Merge pull request #2521 from lioncash/namingbunnei
2019-06-05yuzu/CMakeLists: Disable implicit QString->QUrl conversionsLioncash
2019-06-05Merge pull request #2526 from lioncash/globalZach Hilman
2019-06-05yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() functionLioncash
2019-06-05yuzu/CMakeLists: Disable implicit type narrowing in connect() callsLioncash
2019-06-05yuzu/configuration: Make function naming consistentLioncash
2019-06-05Merge pull request #2527 from lioncash/indexZach Hilman
2019-06-05Merge pull request #2531 from ReinUsesLisp/qt-warningsZach Hilman
2019-06-05Merge pull request #2515 from lioncash/narrowingZach Hilman
2019-06-05Merge pull request #2536 from lioncash/cacheZach Hilman
2019-06-04Merge pull request #2529 from lioncash/bootRodrigo Locatti
2019-06-04Merge pull request #2525 from FearlessTobi/remove-unused-settingsMat M
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-30game_list_worker: Use QFile over our own IOFile instance or std streamsLioncash
2019-05-30game_list_worker: Remove template specializationsLioncash
2019-05-30Merge pull request #1931 from DarkLordZach/mii-database-1bunnei
2019-05-30Merge pull request #2431 from DarkLordZach/game-list-cachebunnei
2019-05-30rasterizer_opengl: Remove OpenGL core profileReinUsesLisp
2019-05-30main: Remove extraneous commentZach Hilman
2019-05-29qt: Silence name collision warningsReinUsesLisp
2019-05-29yuzu: Remove unused birthday settingfearlessTobi
2019-05-29Merge pull request #2518 from ReinUsesLisp/sdl2-windowbunnei
2019-05-29yuzu/software_keyboard: Remove unnecessary GetStatus() member functionLioncash
2019-05-29profile_select: Remove unnecessary GetStatus() member functionLioncash
2019-05-29profile_select: Return int instead of u32 for GetIndex()Lioncash
2019-05-28core/loader: Remove LoadKernelSystemModeLioncash
2019-05-26game_list_worker: Add better error handling to cachingZach Hilman
2019-05-26yuzu: Clear partial/full game list cache when data is updatedZach Hilman
2019-05-26game_list: Implement caching for game listZach Hilman
2019-05-26ui_settings: Add option to cache game listZach Hilman
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp
2019-05-25configure_hotkeys: Remove unnecessary Settings::Apply() callLioncash
2019-05-25configure_hotkeys: Tidy up key sequence conflict error stringLioncash
2019-05-25configure_hotkeys: Change critical error dialog into a warning dialogLioncash
2019-05-25configure_hotkeys: Move conflict detection logic to IsUsedKey()Lioncash