summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-09Common/LogManager: Add logging category for Achievements.Admiral H. Curtiss
2023-09-07Steam Deck: Periodically reenable gyroR
2023-09-07Merge pull request #12174 from AdmiralCurtiss/jitcache-32bitJosJuice
2023-09-07Merge pull request #12173 from AdmiralCurtiss/fixed-mapping-assertJosJuice
2023-09-07Core/JitCache: Don't try to allocate the fast block map on 32-bit builds.Admiral H. Curtiss
2023-09-07Common/MemArena: A zero-byte allocation is invalid.Admiral H. Curtiss
2023-09-07Common/MemArena: mmap returns MAP_FAILED on error, not nullptr.Admiral H. Curtiss
2023-09-07Common/MemArena: Assert return value of LazyMemoryRegion::Clear()'s mmap() call.Admiral H. Curtiss
2023-09-06VideoCommon: Expose the widescreen heuristic's standard and widescreen ratio ...Jordan Woyak
2023-09-06Merge pull request #12029 from LillyJadeKatrin/retroachievements-bugfix-2JMC47
2023-09-06Merge pull request #12028 from LillyJadeKatrin/retroachievements-bugfixJMC47
2023-09-06Add Rich Presence to Achievement Dialog HeaderLillyJadeKatrin
2023-09-05VideoCommon: add cubemap as a sampler target for shaders, add cubemap as a va...iwubcode
2023-09-05Merge pull request #11419 from OatmealDome/widescreenJMC47
2023-09-05VertexManagerBase: Allow widecreen heuristic constants to be overriden by oni...OatmealDome
2023-09-05RenderBase: Allow widescreen heuristic's transition threshold to be overridde...OatmealDome
2023-09-04Merge pull request #12139 from iwubcode/more_shader_texture_propertiesJMC47
2023-09-04Merge pull request #12137 from iwubcode/custom_pipeline_more_error_checkingJMC47
2023-09-04Merge pull request #12136 from iwubcode/texture_metadata_structJMC47
2023-09-04Disable Arbitrary Mipmap Detection checkbox when GPU Texture Decoding is enabledPokechu22
2023-09-04Disable Texture Filtering dropdown when Manual Texture Sampling is checkedPokechu22
2023-09-04Merge pull request #12159 from noahpistilli/evc+rgnselJMC47
2023-09-04Rearranged RetroAchievements startup processLillyJadeKatrin
2023-09-04Tools: fix perf-disassemble.sh.Frajo Haider
2023-09-03Merge pull request #12004 from TellowKrinkle/MetalMultiTargetOatmealDome
2023-09-03Merge pull request #12102 from iwubcode/cubemap_custom_textureJMC47
2023-09-03Merge pull request #12158 from noahpistilli/graphics_mod_manager_crashJMC47
2023-09-03VideoCommon: Deinit Graphics Mod Manager implicitlySketch
2023-09-03Add Everybody Votes Channel and Region Select to WiiLink configSketch
2023-09-03Merge pull request #12152 from JosJuice/android-settings-nullableJosJuice
2023-09-03Merge pull request #12108 from noahpistilli/kd-check-mailAdmiral H. Curtiss
2023-09-03IOS/KD: Implement NWC24_CHECK_MAIL_NOWSketch
2023-09-03Android: Get rid of unnecessary nullability in features.settingsJosJuice
2023-09-03Merge pull request #12153 from JosJuice/android-iso-paths-jniJosJuice
2023-09-03Merge pull request #12151 from JosJuice/android-controller-floatJosJuice
2023-09-03Merge pull request #12149 from noahpistilli/no-response-header-rsaAdmiral H. Curtiss
2023-09-02IOS/KD: Check if a file has an RSA signatureSketch
2023-09-03Merge pull request #12148 from Dentomologist/fifo_convert_memoryupdate_type_t...Admiral H. Curtiss
2023-09-02VideoCommon: add loading cube maps from DDS files and loading it into our cus...iwubcode
2023-09-02Fifo: Convert MemoryUpdate::Type to enum classDentomologist
2023-09-03Merge pull request #12157 from Dentomologist/texturecachebase_add_m_prefixAdmiral H. Curtiss
2023-09-02Merge pull request #12079 from JosJuice/blr-no-fastmemJMC47
2023-09-02Merge pull request #12150 from AdmiralCurtiss/fast-block-cache-fixJMC47
2023-09-02Android: Use JNI for setting/getting ISO pathsJosJuice
2023-09-02Android: Remove all uses of Any from SliderSettingJosJuice
2023-09-02Android: Fix controller float sliders crashingJosJuice
2023-09-01TextureCacheBase: Add m_ prefix to member variablesDentomologist
2023-09-02JitCache: Fix potentially dangling pointer to fast block map.Admiral H. Curtiss
2023-09-02Common/MemArena: Add LazyMemoryRegion to represent a zero-initialized memory ...Admiral H. Curtiss
2023-08-30Merge pull request #12095 from t895/color-space-settingsCharles Lombardo