mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-09 00:12:14 +02:00
Core: Get rid of an unnecessary struct typedef in Boot.h.
This commit is contained in:
parent
16582a0459
commit
9d3c0102fc
@ -12,13 +12,13 @@
|
|||||||
#include "DiscIO/Volume.h"
|
#include "DiscIO/Volume.h"
|
||||||
using DiscIO::IVolume;
|
using DiscIO::IVolume;
|
||||||
|
|
||||||
typedef struct CountrySetting
|
struct CountrySetting
|
||||||
{
|
{
|
||||||
const std::string area;
|
const std::string area;
|
||||||
const std::string video;
|
const std::string video;
|
||||||
const std::string game;
|
const std::string game;
|
||||||
const std::string code;
|
const std::string code;
|
||||||
} CountrySetting;
|
};
|
||||||
|
|
||||||
class CBoot
|
class CBoot
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user