summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-21Merge pull request #1149 from lioncash/parenbunnei
2018-08-21shader_bytecode: Parenthesize conditional expression within GetTextureType()Lioncash
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash
2018-08-21audio_core/filter: Add explicit cast to assignment in Process()Lioncash
2018-08-21logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFF...Lioncash
2018-08-21am: Utilize std::array within PopLaunchParameter()Lioncash
2018-08-21Merge pull request #1143 from lioncash/incbunnei
2018-08-21Merge pull request #1139 from lioncash/bitfieldbunnei
2018-08-21Merge pull request #1140 from FearlessTobi/port-4056bunnei
2018-08-21Merge pull request #1144 from MerryMage/MAX_LAG_TIME_USMat M
2018-08-21perf_stats: Change MAX_LAG_TIME_US to an appropriate valueMerryMage
2018-08-21sdmc_factory: Remove unnecessary core includeLioncash
2018-08-21Port #3902 from Citra: "Add restart hotkey & menu option"fearlessTobi
2018-08-21Port #4056 from Citra: "Add Clear Recent Files menu action"fearlessTobi
2018-08-21bit_field: Convert ToBool() into explicit operator boolLioncash
2018-08-21qt/main: Port part of citra(#3411), open savedata workstech4me
2018-08-21Merge pull request #1123 from lioncash/screenbunnei
2018-08-21Merge pull request #1129 from lioncash/headerbunnei
2018-08-21Merge pull request #1132 from Subv/gl_FragDepthbunnei
2018-08-21Merge pull request #1134 from lioncash/logbunnei
2018-08-21Merge pull request #1121 from Subv/tex_reinterpretbunnei
2018-08-21renderer_opengl: Use LOG_DEBUG for GL_DEBUG_SEVERITY_NOTIFICATION and GL_DEBU...Lioncash
2018-08-20Merge pull request #1133 from lioncash/guardbunnei
2018-08-20service/filesystem: Use forward declarations where applicableLioncash
2018-08-20gl_stream_buffer: Add missing header guardLioncash
2018-08-20Shaders: Implement depth writing in fragment shaders.Subv
2018-08-20Merge pull request #1126 from lioncash/telembunnei
2018-08-20Merge pull request #1131 from bunnei/impl-tex3d-texcubebunnei
2018-08-20Merge pull request #1106 from Subv/multiple_rendertargetsbunnei
2018-08-20shader_bytecode: Replace some UNIMPLEMENTED logs.bunnei
2018-08-20gl_shader_decompiler: Implement Texture3D for TEXS.bunnei
2018-08-20gl_shader_decompiler: Implement TextureCube for TEX.bunnei
2018-08-20Merge pull request #1130 from Subv/tex_2dbunnei
2018-08-20Shaders: Fixed the coords in TEX with Texture2D.Subv
2018-08-20Shaders: Log and crash when using an unimplemented texture type in a texture ...Subv
2018-08-20Merge pull request #1122 from lioncash/accbunnei
2018-08-20Merge pull request #1125 from bunnei/update-dynarmicbunnei
2018-08-20romfs_factory: Remove unnecessary includes and use forward declarations where...Lioncash
2018-08-20Merge pull request #1095 from DarkLordZach/sysarchivesbunnei
2018-08-20Merge pull request #1127 from yuzu-emu/revert-838-port-3616James Rowe
2018-08-20Revert "Port #3616 from Citra: "appveyor: set jobs to 4 for mingw""Zach Hilman
2018-08-20telemetry_session: Don't allocate std::string instances for program lifetime ...Lioncash
2018-08-20externals: Update dynarmic to a42f301c.bunnei
2018-08-20acc: Replace profile_manager include with a forward declarationLioncash
2018-08-20acc: Simplify WriteBuffer call within LoadImage()Lioncash
2018-08-20acc: Correct IProfile's constructor initializer list orderLioncash
2018-08-20acc: Remove unused DEFAULT_USER_IDLioncash
2018-08-20profile_manager: Use INVALID_UUID in the initializer of last_opened_userLioncash
2018-08-20profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Lioncash
2018-08-20profile_manager: Use type aliases for username data, profile data, and user a...Lioncash