summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06-03gl_shader_decompiler: Remove guest "position" varyingReinUsesLisp
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-30gl_buffer_cache: Remove unused ReserveMemory methodReinUsesLisp
2019-05-30maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap modeReinUsesLisp
2019-05-30gl_rasterizer: Move alpha testing to the OpenGL pipelineReinUsesLisp
2019-05-30gl_rasterizer: Use GL_QUADS to emulate quads renderingReinUsesLisp
2019-05-30rasterizer_opengl: Remove OpenGL core profileReinUsesLisp
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-29core/core: Remove unnecessary includesLioncash
2019-05-28yuzu_cmd/yuzu: Correct formatting specifierLioncash
2019-05-28core/loader: Remove LoadKernelSystemModeLioncash
2019-05-28core/telemetry_session: Remove unnecessary web service nulling out in destructorLioncash
2019-05-28core/telemetry_session: Remove usages of the global system accessorLioncash
2019-05-28core/telemetry_session: Explicitly delete copy and move constructorsLioncash
2019-05-28core/telemetry_session: Remove unused includeLioncash
2019-05-27Merge pull request #2519 from lioncash/signbunnei
2019-05-27Merge pull request #2524 from ReinUsesLisp/fixup-extensionbunnei