mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Core: Get rid of an unnecessary struct typedef in Boot.h.
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
#include "DiscIO/Volume.h"
|
||||
using DiscIO::IVolume;
|
||||
|
||||
typedef struct CountrySetting
|
||||
struct CountrySetting
|
||||
{
|
||||
const std::string area;
|
||||
const std::string video;
|
||||
const std::string game;
|
||||
const std::string code;
|
||||
} CountrySetting;
|
||||
};
|
||||
|
||||
class CBoot
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user