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
/
DiscIO
/
Enums.cpp
Age
Commit message (
Expand
)
Author
2025-04-22
Merge pull request #13540 from tygyh/DiscIO-Remove-redundant-qualifiers
Jordan Woyak
2025-04-22
DiscIO: Remove redundant qualifiers
Dr. Dystopia
2025-04-21
Add Triforce platform and preliminary boot.id parsing
Zopolis4
2023-11-28
Tool/Header: Add JSON output mode; game data
Lexi Larkin
2022-10-22
Show vWii System Menu version in Menu Bar
GaryOderNichts
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-03-27
Add utility functions for GameCube language codes
JosJuice
2020-10-22
DiscIO: Migrate logging over to fmt
Lioncash
2019-12-29
GetSysMenuVersionString(): Use a char instead of std::string for the region l...
David Korth
2019-11-08
Merge pull request #8367 from JosJuice/missing-company-ids
Connor McLaughlin
2019-09-25
DiscIO: Make company names match GameTDB's list better
JosJuice
2019-09-22
DiscIO: Add missing company IDs
JosJuice
2019-09-21
Add Wii Mini system menu version detection
Dexter Gerig
2019-08-09
Also override the SYSCONF country setting
JosJuice
2019-07-15
Fix VolumeVerifier considering Wii Menu WADs to have wrong region
JosJuice
2019-06-19
Common/MsgHandler: Namespace code within the Common namespace
Lioncash
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2019-03-30
DiscIO: Make Korean GC checks in Enums.cpp less fragile
JosJuice
2018-10-19
DiscIO: Restore the Korean case in CountryCodeToCountry
JosJuice
2018-10-14
Show 1.0U instead of 1.0 for Wii Menu 1.0
JosJuice
2018-10-12
Treat Wii Menu 1.0 as NTSC-U
JosJuice
2018-10-12
DiscIO: Rename RegionSwitch/CountrySwitch
JosJuice
2018-10-12
DiscIO: Add more RegionSwitch/CountrySwitch comments
JosJuice
2018-10-12
DiscIO: Fix CountrySwitch's 'M' comment (and clarify other VC comments)
JosJuice
2018-10-08
DiscIO: Fix the 'W', 'X', 'Y' and 'Z' country codes
JosJuice
2018-10-08
DiscIO: Add the missing 'V' country code
JosJuice
2018-10-08
DiscIO: Move the Korean GC mess out of VolumeGC
JosJuice
2018-10-05
DiscIO: Merge RegionSwitchGC and RegionSwitchWii
JosJuice
2018-03-31
DiscIO: Don't use all uppercase for enum values
JosJuice
2018-03-09
Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon
JosJuice
2017-10-22
Update maker information to match the wiki
Tony Drake
2017-10-08
Add some missing WiiWare makers
FoxP
2017-10-01
Add some missing WiiWare makers
Tony Drake
2017-07-16
Fix RegionSwitchGC for the value 'K'
JosJuice
2017-06-28
DiscIO: Add convenience methods IsDisc and IsWii for Platform enum
JosJuice
2017-06-27
Fix references to CACHE_REVISION in DiscIO comments
JosJuice
2017-03-24
Clarify the log message for unknown Wii Menu regions
JosJuice
2017-03-23
DiscIO: add empty UNKNOWN_REGION case (fixes warning)
Michael Maltese
2017-03-18
Return a more meaningful type from GetSysMenuRegion
JosJuice
2017-03-18
Fix GetSysMenuRegion's handling of Wii Menu 1.0
JosJuice
2017-03-18
Display nicer version strings for the Wii Menu
JosJuice
2017-03-16
Simplify GetSysMenuRegion
JosJuice
2017-01-02
SConfig: Replace bNTSC with m_region
JosJuice
2017-01-02
DiscIO: Add GetRegion function and Region enum
JosJuice
2016-08-11
Run clang-format on missed files
Léo Lam
2016-07-13
Move DiscIO enums to a new file
JosJuice