mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Merge pull request #665 from lioncash/cisms
Get rid of a few C-style struct declarations
This commit is contained in:
@ -16,11 +16,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[] =
|
||||
{
|
||||
|
Reference in New Issue
Block a user