summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-05service/ns: Add missing override specifiersLioncash
2019-06-05Merge pull request #2526 from lioncash/globalZach Hilman
2019-06-05Merge pull request #2545 from lioncash/timingZach Hilman
2019-06-05Merge pull request #2541 from lioncash/inputZach Hilman
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-04core/core_timing_util: Amend casing of cyclesTo* functionsLioncash
2019-06-04core/core_timing_util: Use std::chrono types for specifying time unitsLioncash
2019-06-04core/core_timing_utils: Simplify overload setLioncash
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-03input_common/sdl/sdl_impl: Correct logging string in SDLState constructorLioncash
2019-06-03input_common/sdl/sdl_impl: Move documentation comments to header where applic...Lioncash
2019-06-03input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPollerLioncash
2019-06-03input_common/sdl/sdl_impl: Mark variables const where applicableLioncash
2019-06-03input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as staticLioncash
2019-06-03input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_castLioncash
2019-06-03input_common/sdl/sdl_impl: Use insert_or_assign() where applicableLioncash
2019-06-03input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handlingLioncash
2019-06-03input_common/sdl/sdl_impl: Resolve two sign conversion warningsLioncash
2019-06-03input_common/sdl: Remove unused header includes and forward declarationsLioncash
2019-06-03input_common/sdl/sdl_impl: Use nested namespace specifiers where applicableLioncash
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