summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-27JIT64: for twx instruction, raise exception with correct SRR0Rairii
2023-10-26Core: Fix UI slowdown for savestate timestamp readssowens99
2023-10-26ControllerInterface/SDL: Remove Xbox 360 controller disabling hack.Jordan Woyak
2023-10-25Translation resources sync with TransifexJosJuice
2023-10-25VideoCommon: Don't swap on state load when there's no XFB.Admiral H. Curtiss
2023-10-25VideoBackends:OGL: Handle when SSBOs are only supported in some shader stagesTellowKrinkle
2023-10-24VideoCommon: Fix VS point/line on older GLSLTellowKrinkle
2023-10-24Jit_LoadStore: Another minor dcbx optimizationSintendo
2023-10-22SkylanderPortal: Make protected variables privateDentomologist
2023-10-22Jit_LoadStore: Minor dcbx register optimizationSintendo
2023-10-21PowerPC: Negate m_dec values in frsqrte tableSintendo
2023-10-20CheatSearch: Use std comparison function objectsDentomologist
2023-10-19Merge pull request #12196 from LillyJadeKatrin/retroachievements-on-screen-im...Admiral H. Curtiss
2023-10-19Refactored welcome message to render after game startLillyJadeKatrin
2023-10-19Add badges to achievement messagesLillyJadeKatrin
2023-10-17Merge pull request #12242 from AdmiralCurtiss/osd-iconsAdmiral H. Curtiss
2023-10-17Merge pull request #12239 from AdmiralCurtiss/achievementprogresswidget-clear...Admiral H. Curtiss
2023-10-17VideoCommon: Add support for icons in OSD messages.Admiral H. Curtiss
2023-10-17Merge pull request #12243 from iwubcode/tolower_assetsAdmiral H. Curtiss
2023-10-16VideoCommon: use ToLower function in assets when parsing json, for proper loc...iwubcode
2023-10-17Merge pull request #12241 from iwubcode/shader_asset_additoinal_propertiesAdmiral H. Curtiss
2023-10-16VideoCommon: add additional properties to ShaderAsset to support custom shade...iwubcode
2023-10-15DolphinQt/AchievementProgressWidget: Use ClearLayoutRecursively() to clear la...Admiral H. Curtiss
2023-10-15Merge pull request #12027 from LillyJadeKatrin/retroachievements-leaderboards...Admiral H. Curtiss
2023-10-15Add Leaderboards tab to Achievement dialogLillyJadeKatrin
2023-10-15Added FetchBoardInfo to AchievementManagerLillyJadeKatrin
2023-10-15Added Leaderboard info map to AchievementManagerLillyJadeKatrin
2023-10-15Merge pull request #12229 from AdmiralCurtiss/achievement-load-async-lockAdmiral H. Curtiss
2023-10-15Merge pull request #12236 from AdmiralCurtiss/qt-clear-layoutJosJuice
2023-10-15AchievementManager: Call ActivateDeactivateLeaderboards() and ActivateDeactiv...Admiral H. Curtiss
2023-10-15DolphinQt/AchievementHeaderWidget: Remove unused member variables.Admiral H. Curtiss
2023-10-15DolphinQt/AchievementHeaderWidget: Fix wrong label for hard unlock count.Admiral H. Curtiss
2023-10-15DolphinQt: Move GraphicsModListWidget::ClearLayoutRecursively() to QtUtils.Admiral H. Curtiss
2023-10-15Merge pull request #12185 from iwubcode/custom_shader_uniform_backend_supportAdmiral H. Curtiss
2023-10-14Merge pull request #12233 from AdmiralCurtiss/libcurl840Admiral H. Curtiss
2023-10-13Merge pull request #12232 from Dentomologist/convert_objectsubtype_to_enum_classJosJuice
2023-10-12Externals: Update libcurl to 8.4.0Admiral H. Curtiss
2023-10-11IOS: Convert ObjectSubType to enum classDentomologist
2023-10-11Merge pull request #12228 from AdmiralCurtiss/achievement-callback-scopeAdmiral H. Curtiss
2023-10-11AchievementManager: Don't store pointer to rc_runtime_event_t in lambda.Admiral H. Curtiss
2023-10-11Merge pull request #12227 from iwubcode/wait_on_gpu_when_config_changesAdmiral H. Curtiss
2023-10-10VideoCommon: wait for the GPU to be finished doing any work before invalidati...iwubcode
2023-10-10Merge pull request #12225 from AdmiralCurtiss/resolution-dropdown-fixAdmiral H. Curtiss
2023-10-10Merge pull request #12167 from iwubcode/use_texture_data_for_texture_assetsAdmiral H. Curtiss
2023-10-10VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData'...iwubcode
2023-10-10Qt/EnhancementsWidget: Fix size of resolution dropdown.Admiral H. Curtiss
2023-10-10Merge pull request #12209 from JosJuice/frsqrte-exp-lsbAdmiral H. Curtiss
2023-10-10Merge pull request #12213 from dreamsyntax/128_CODE_SIZE_AND_FARCODE_SIZEAdmiral H. Curtiss
2023-10-10Merge pull request #12217 from malleoz/savestate_lz4Admiral H. Curtiss
2023-10-08Savestates: Use LZ4 algorithm for faster decompressionsowens99