summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-05yuzu/CMakeLists: Disable implicit QString->QUrl conversionsLioncash
2019-06-05yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() functionLioncash
2019-06-05yuzu/CMakeLists: Disable implicit type narrowing in connect() callsLioncash
2019-06-05Merge pull request #2510 from SciresM/desired_languageZach Hilman
2019-06-05Merge pull request #2527 from lioncash/indexZach Hilman
2019-06-05Merge pull request #2534 from ReinUsesLisp/shader-cleanupZach 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 #2532 from ShalokShalom/patch-2Zach 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-04Merge pull request #2543 from FernandoS27/exit-flowHexagon12
2019-06-04shader_bytecode: Mark EXIT as flow instructionFernando Sahmkow
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-31input_common/sdl/sdl_impl: Silence sign conversion warningsLioncash
2019-05-31common/math_util: Provide a template deduction guide for Common::RectangleLioncash
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-30gl_shader_cache: Store a system class and drop global accessorsReinUsesLisp
2019-05-30gl_shader_cache: Add commentaries explaining the intention in shaders creationReinUsesLisp
2019-05-30gl_shader_cache: Flip if condition in GetStageProgram to reduce indentationReinUsesLisp
2019-05-30main: Remove extraneous commentZach Hilman
2019-05-30Remove outdated info about compabilityShalokShalom
2019-05-29qt: Silence name collision warningsReinUsesLisp
2019-05-29yuzu: Remove unused birthday settingfearlessTobi
2019-05-29Merge pull request #2446 from ReinUsesLisp/tidbunnei
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-27Merge pull request #2519 from lioncash/signbunnei
2019-05-27Merge pull request #2524 from ReinUsesLisp/fixup-extensionbunnei
2019-05-27gl_device: Add commentary to AOFFI unit test source codeReinUsesLisp
2019-05-27gl_shader_gen: Always declare extensions after the version declarationReinUsesLisp
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-25Merge pull request #2516 from lioncash/labelbunnei
2019-05-25Merge pull request #2509 from lioncash/aocbunnei