mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Merge pull request #498 from raelgc/removing-mameNameToRealName
Removing no more used `mameNameToRealName`
This commit is contained in:
commit
5a9fc4e558
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
extern const char* mameNameToRealName[];
|
|
||||||
|
|
||||||
namespace PlatformIds
|
namespace PlatformIds
|
||||||
{
|
{
|
||||||
const char* PlatformNames[PLATFORM_COUNT + 1] = {
|
const char* PlatformNames[PLATFORM_COUNT + 1] = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue