mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Get rid of a few C-style struct declarations
This commit is contained in:
parent
e91db62f1b
commit
5767691f4e
8 changed files with 23 additions and 21 deletions
|
@ -15,11 +15,11 @@ template class ForceFeedbackDevice::Force<DICONSTANTFORCE>;
|
|||
template class ForceFeedbackDevice::Force<DIRAMPFORCE>;
|
||||
template class ForceFeedbackDevice::Force<DIPERIODIC>;
|
||||
|
||||
typedef struct
|
||||
struct ForceType
|
||||
{
|
||||
GUID guid;
|
||||
const std::string name;
|
||||
} ForceType;
|
||||
};
|
||||
|
||||
static const ForceType force_type_names[] =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue