A lot of things
This commit is contained in:
57
app/Helpers/PlayOnlineHelpers.php
Normal file
57
app/Helpers/PlayOnlineHelpers.php
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
|
||||
namespace App\Helpers;
|
||||
|
||||
class PlayOnlineHelpers
|
||||
{
|
||||
public static function getCoreLists(): array
|
||||
{
|
||||
return [
|
||||
'nes',
|
||||
'fceumm',
|
||||
'nestopia',
|
||||
'snes',
|
||||
'snes9x',
|
||||
'bsnes',
|
||||
'gb',
|
||||
'gambatte',
|
||||
'gba',
|
||||
'mgba',
|
||||
'nds',
|
||||
'melonds',
|
||||
'desmume2015',
|
||||
'desmume',
|
||||
'a5200',
|
||||
'mame2003',
|
||||
'mame2003_plus',
|
||||
'fbneo',
|
||||
'psx',
|
||||
'pcsx_rearmed',
|
||||
'mednafen_psx_hw',
|
||||
'segaSaturn',
|
||||
'yabuase',
|
||||
'segaMD',
|
||||
'segaGG',
|
||||
'segaCD',
|
||||
'genesis_plus_gx',
|
||||
'n64',
|
||||
'mupen64plus_next',
|
||||
'parallel-n64',
|
||||
'atari7800',
|
||||
'prosystem',
|
||||
'atari2600',
|
||||
'stella2014',
|
||||
'sega32x',
|
||||
'picodrive',
|
||||
'segaMS',
|
||||
'smsplus',
|
||||
'c64',
|
||||
'vice_x64sc',
|
||||
'same_cdi',
|
||||
'psp',
|
||||
'ppsspp',
|
||||
'3ds',
|
||||
'azahar'
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user