summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05kernel/process: Remove unused boost header includeLioncash
2019-06-05game_list: Accept *.kip as a file extension of executablesZach Hilman
2019-06-05loader: Add recognition for KIP file typeZach Hilman
2019-06-05loader: Add KIP and INI file parser-specific errorsZach Hilman
2019-06-05loader: Add AppLoader_KIP for KIP filesZach Hilman
2019-06-05program_metadata: Add function to load meta from raw parametersZach Hilman
2019-06-05partition_data_manager: Remove KIP processing and use FileSysZach Hilman
2019-06-05file_sys: Add classes to parse KIP1 and INI1 filesZach 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-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