summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-29main: Add support for removing SDMC installed titlesMorph
2020-07-29xts_archive: Check if the file is nullptr prior to parsingMorph
2020-07-29registered_cache: Add support for removing folder ncasMorph
2020-07-29game_list: Limit context menu options for homebrewMorph
2020-07-29main: Remove assert for opening savedata when program_id = 0Morph
2020-07-29main: Silence [[fallthrough]] warningMorph
2020-07-29main: Split removal cases into their individual functions and address feedbackMorph
2020-07-29main: Connect game list remove signals to removal functionsMorph
2020-07-29game_list: Add "Remove" context menuMorph
2020-07-28Merge pull request #4442 from lioncash/devicemembunnei
2020-07-28Merge pull request #4446 from Morph1984/remove-30fps-hackLC
2020-07-28configure_graphics: Remove Force 30 FPS modeMorph
2020-07-28renderer_opengl: Use 1/4 of all threads for async shader compilationMorph
2020-07-28common/atomic_ops: Don't cast away volatile from pointersLioncash
2020-07-27device_memory: Remove unused system memberLioncash
2020-07-27Merge pull request #4437 from lioncash/ptrbunnei
2020-07-27CMakeLists: Update boost to 1.73Lioncash
2020-07-27CMakeLists: Update catch to 2.13Lioncash
2020-07-27CMakeLists: Update zstd to 1.4.5Lioncash
2020-07-27CMakeFiles: Update json to 3.8.0Lioncash
2020-07-27cpu_manager: Remove redundant std::function declarationsLioncash
2020-07-27Merge pull request #4420 from lat9nq/fix-themed-label-bgbunnei
2020-07-27Update src/core/hle/service/nvdrv/devices/nvmap.cppbunnei
2020-07-27core_timing: Make use of uintptr_t to represent user_dataLioncash
2020-07-27yuzu/main: Remove redundant usages of QStringLiteral("")Lioncash
2020-07-27Merge pull request #4419 from lioncash/initializerbunnei
2020-07-27Merge pull request #4434 from CrazyMax/lang_unused_varbunnei
2020-07-27Merge pull request #4432 from bylaws/patch-1Rodrigo Locatti
2020-07-27remove unused variable;CrazyMax
2020-07-26Merge pull request #4431 from kelnos/fix-exit-crashbunnei
2020-07-26GCAdapter: only join worker thread if running & joinableBrian J. Tarricone
2020-07-26video_core/gpu: Correct the size of the puller registersBilly Laws
2020-07-26config: Make the save-as identifier more consistentlat9nq
2020-07-26Merge pull request #4426 from lioncash/lockbunnei
2020-07-25Merge pull request #4418 from lioncash/udp-warnbunnei
2020-07-26hle: nvdrv: Rewrite of GPU memory management.bunnei
2020-07-25Merge pull request #4415 from lioncash/maybebunnei
2020-07-25Merge pull request #4417 from lioncash/pollbunnei
2020-07-25Merge pull request #4429 from FearlessTobi/remove-duplicated-optionsLC
2020-07-26yuzu/configure_debug: Remove duplicated checkboxesFearlessTobi
2020-07-25nvflinger: Mark interface functions with return values as [[nodiscard]]Lioncash
2020-07-25nvflinger: Use return value of Lock()Lioncash
2020-07-25Merge pull request #4350 from ogniK5377/hid-update-connectedbunnei
2020-07-25common/string_util: Remove unimplemented function prototype (#4414)LC
2020-07-25qt_themes: Set background color to transparent for Dark and Midnight Blue themeslat9nq
2020-07-25vulkan: Resolve -Wmissing-field-initializer warningsLioncash
2020-07-25udp/client: Remove unused boost includeLioncash
2020-07-25gc_adapter: Resolve C++20 deprecation warningLioncash
2020-07-25gc_poller: Resolve -Wsign-compare warningLioncash
2020-07-25gc_poller: Resolve -Wredundant-move warningLioncash