mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-04 14:08:30 +00:00
patch_manager: fix import, use constants as keys
And improve import logging again
This commit is contained in:
parent
c6190fa95d
commit
6742fad753
3 changed files with 40 additions and 27 deletions
|
|
@ -10,6 +10,14 @@
|
|||
namespace patch_key
|
||||
{
|
||||
static const std::string all = "All";
|
||||
static const std::string anchors = "Anchors";
|
||||
static const std::string author = "Author";
|
||||
static const std::string games = "Games";
|
||||
static const std::string group = "Group";
|
||||
static const std::string notes = "Notes";
|
||||
static const std::string patch = "Patch";
|
||||
static const std::string patch_version = "Patch Version";
|
||||
static const std::string version = "Version";
|
||||
}
|
||||
|
||||
enum class patch_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue