index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
UICommon
/
GameFileCache.cpp
Age
Commit message (
Expand
)
Author
2024-04-14
GameList: Show (Disc 1) for first disc of two-disc games
Dentomologist
2023-12-11
GameFileCache: Use std::span with Update()
Lioncash
2023-12-11
GameFileCache: Pass std::function by reference rather than by value
Lioncash
2023-03-05
DiscIO: Add support for CleanRip-style split ISOs.
Admiral H. Curtiss
2022-09-27
Revert "Android: Don't hold gameFileCache lock during updateAdditionalMetadata"
JosJuice
2022-08-04
DiscIO: Replace IsDataSizeAccurate with GetDataSizeType
JosJuice
2022-08-04
DiscIO: Add support for the NFS format
JosJuice
2022-05-25
Convert PointerWrap::Mode to enum class
Dentomologist
2022-05-25
Common: Refactor PointerWrap
Dentomologist
2022-04-18
Common/PointerWrap: Prevent reads/writes past the end of the buffer.
Admiral H. Curtiss
2021-12-12
GameList: Show game mod descriptor .json files in game list.
Admiral H. Curtiss
2021-11-02
Core, DolphinQt, UICommon: Fix all cases of -Wrange-loop-construct in gcc 11
Emmanuel Gil Peyrot
2021-08-24
Android: Don't hold gameFileCache lock during updateAdditionalMetadata
JosJuice
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-08
Android: Stop using custom path for GameFileCache
JosJuice
2021-02-10
Merge pull request #9461 from cbartondock/master
Léo Lam
2021-01-30
Working Game IDs for Elf/Dol files
cbartondock
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2020-11-18
Merge pull request #7714 from cristian64/avoid_leaking_gamelistmodel
Léo Lam
2020-10-06
Show NKitness in file format string
JosJuice
2020-10-01
Improved responsiveness when refreshing game list.
Christian Aguilera
2020-06-21
Show file format details in game properties
JosJuice
2020-06-17
Add new file format RVZ based on WIA
JosJuice
2020-06-17
Add an early version of WIABlobReader
JosJuice
2020-04-24
DolphinQt: Turn the compress/decompress action into a dialog
JosJuice
2019-09-25
GameFile: Support HBC-style XML metadata
JosJuice
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2019-02-25
Keep track of GameTDB ID separately from game ID
JosJuice
2019-02-13
Use empty instead of size
Filip Gawin
2018-10-25
DolphinQt: Implement "Purge Game List Cache"
JosJuice
2018-09-30
Fix reading title IDs of Wii discs
JosJuice
2018-09-12
Read Wii disc metadata from the unencrypted header
JosJuice
2018-07-30
Revert "Revert "Qt/GameList: Add option to show covers in grid mode""
spycrab
2018-07-28
Revert "Qt/GameList: Add option to show covers in grid mode"
Pierre Bourdon
2018-07-27
Qt/GameList: Add option to show covers in grid mode
spycrab
2018-06-06
Use UICommon's game list code on Android
JosJuice
2018-06-04
Don't store custom names from TitleDatabase in GameFileCache
JosJuice
2018-05-27
UICommon: fix m_cached_files pruning (partial revert of 68152faf4352d92192a01...
lcsondes
2018-05-26
GameFileCache: Fix a comment mistake
JosJuice
2018-05-26
DolphinQt2: Show cached games before checking whether they exist on disk
JosJuice
2018-05-20
Reimplement custom PNG banners in game list
JosJuice
2018-03-31
Remove EmuState
Shawn Hoffman
2018-03-29
DolphinQt2: Don't show invalid games in game list
JosJuice
2018-03-09
Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon
JosJuice