├── .gitignore ├── 3do ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── 3ds ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── README.md ├── _inc ├── assets │ ├── a-button.png │ ├── b-button.png │ ├── backTxt.png │ ├── background.png │ ├── black │ │ ├── background.png │ │ ├── boxDetailOverlay.png │ │ ├── detailed.png │ │ ├── gridoverlay.png │ │ ├── menuBar.png │ │ ├── overlay.png │ │ └── tileoverlay.png │ ├── blank.svg │ ├── boxDetailOverlay.png │ ├── dark │ │ ├── background.png │ │ ├── boxDetailOverlay.png │ │ ├── detailed.png │ │ ├── gridoverlay.png │ │ ├── overlay.png │ │ ├── splashbg.png │ │ └── tileoverlay.png │ ├── darkscanlines.png │ ├── defaultbg.png │ ├── detailboxhelp.svg │ ├── detailed.png │ ├── detailhelp.svg │ ├── dividers.svg │ ├── gridhelp.svg │ ├── gridoverlay.png │ ├── marker.png │ ├── markeroverlay.png │ ├── menuBar.png │ ├── meta-date.svg │ ├── meta-genre.svg │ ├── meta-players.svg │ ├── meta-publisher.svg │ ├── noArt.svg │ ├── overlay.png │ ├── progressbar.png │ ├── progressbarbg.png │ ├── progressbg.png │ ├── scanlines.png │ ├── select.svg │ ├── selectTxt.png │ ├── splashbg.png │ ├── splashloading.png │ ├── splashlogo.svg │ ├── syshelp.svg │ ├── syslogoBG.png │ ├── tilehelp.svg │ ├── tileoverlay.png │ ├── x-button.png │ └── y-button.png ├── fonts │ ├── RedHatDisplay-Bold.ttf │ ├── RedHatDisplay-Medium.ttf │ └── RedHatDisplay-Regular.ttf ├── gamepad.svg ├── gun.svg ├── icons │ ├── batocera.svg │ └── blank.svg ├── images │ ├── default_grid.png │ ├── favorite.svg │ └── star_filled.svg ├── screenshot │ ├── Boxes+Info.png │ ├── Boxes.png │ ├── Detailed Boxart.png │ ├── Detailed.png │ ├── Grid.png │ ├── Main menu.png │ └── Tiles.png ├── sound │ ├── cursor.wav │ └── slide.wav └── system │ ├── blackmode.xml │ ├── buttons │ ├── black │ │ ├── a-button.png │ │ ├── b-button.png │ │ ├── x-button.png │ │ └── y-button.png │ ├── blue │ │ ├── a-button.png │ │ ├── b-button.png │ │ ├── x-button.png │ │ └── y-button.png │ ├── cyan │ │ ├── a-button.png │ │ ├── b-button.png │ │ ├── x-button.png │ │ └── y-button.png │ ├── green │ │ ├── a-button.png │ │ ├── b-button.png │ │ ├── x-button.png │ │ └── y-button.png │ ├── red │ │ ├── a-button.png │ │ ├── b-button.png │ │ ├── x-button.png │ │ └── y-button.png │ └── yellow │ │ ├── a-button.png │ │ ├── b-button.png │ │ ├── x-button.png │ │ └── y-button.png │ ├── darkmode.xml │ ├── hidenames.xml │ ├── overrides │ ├── cannonball.xml │ ├── flatpak.xml │ ├── imageviewer.xml │ ├── macintosh.xml │ ├── retrobat.xml │ └── sdlpop.xml │ ├── primary-a.xml │ ├── primary-b.xml │ ├── primary-x.xml │ ├── primary-y.xml │ ├── secondary-a.xml │ ├── secondary-b.xml │ ├── secondary-x.xml │ ├── secondary-y.xml │ └── storyboards.xml ├── acclaim ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── adam ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── advision ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── alphadenshi ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── amiga500 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── amigacd32 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── buttonBG.png │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── amigacdtv ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── amstradcpc ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── apfm1000 ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── apple2 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── astrocade ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── atari ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── atari2600 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── atari5200 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── atari7800 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── atari800 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── atarijaguar ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── atarilynx ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── atarist ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── atlus ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── atomiswave ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── auto-favorites ├── _inc │ ├── mainlogo.svg │ └── syslogo.svg └── theme.xml ├── auto-lightgun └── _inc │ └── bg.jpg ├── banpresto ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── bbcmicro ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── c128 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── c20 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── c64 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── cannonball ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── capcom ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── cave ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── cdi ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── channelf ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── colecovision ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── cplus4 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── cps1 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── cps2 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── cps3 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── creativision ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── custom-collections ├── _inc │ ├── mainlogo.svg │ └── syslogo.svg └── theme.xml ├── daphne ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── dataeast ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── dreamcast ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo-eu.svg │ ├── mainlogo-jp.svg │ ├── mainlogo-us.svg │ ├── mainlogo.svg │ ├── marker-eu.png │ ├── marker-jp.png │ ├── marker-us.png │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo-eu.svg │ ├── syslogo-jp.svg │ ├── syslogo-us.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── easyrpg ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── eighting ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── electron ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── exidy ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ └── syslogo.svg └── theme.xml ├── fbneo ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── fds ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── flatpak ├── _inc │ ├── mainlogo.svg │ └── syslogo.svg └── theme.xml ├── fm7 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── fmtowns ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── gaelco ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── gameandwatch ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── gamegear ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── buttonBG-eu.png │ ├── buttonBG-jp.png │ ├── buttonBG-us.png │ ├── buttonBG.png │ ├── mainlogo-eu.svg │ ├── mainlogo-jp.svg │ ├── mainlogo-us.svg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo-eu.svg │ ├── syslogo-jp.svg │ ├── syslogo-us.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── gamesplash.xml ├── gb ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── gameboyOverlay.png │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── gb2players ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── gameboyOverlay.png │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── gba ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── gbc ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── gbc2players ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── gc ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── gottlieb ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── gx4000 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── hikaru ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── igs ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── imageviewer ├── _inc │ ├── mainlogo.svg │ └── syslogo.svg └── theme.xml ├── incredibletech ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── intellivision ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── irem ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── jaleco ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── kaneko ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── konami ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── lcdgames ├── _inc │ ├── mainlogo.svg │ └── syslogo.svg └── theme.xml ├── mame ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── mastersystem ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo-jp.svg │ ├── mainlogo.svg │ ├── marker-jp.png │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo-jp.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── megadrive ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── buttonBG-eu.png │ ├── buttonBG-jp.png │ ├── buttonBG-us.png │ ├── buttonBG.png │ ├── mainlogo-eu.svg │ ├── mainlogo-jp.svg │ ├── mainlogo-us.svg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo-eu.svg │ ├── syslogo-jp.svg │ ├── syslogo-us.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── midway ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── mitchell ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── model2 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── model3 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── msu-md ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── msx ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── msx1 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── msx2+ ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── msx2 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── msxturbor ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── n64 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── n64dd ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── namco ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── namco2x6 ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── naomi ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── naomi2 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── nds ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── neogeo ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── listsystem.png │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── neogeocd ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── listsystem.png │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── nes ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── ngp ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── ngpc ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── nichibutsu ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── nintendo ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── nmk ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── odyssey2 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo-eu.svg │ ├── mainlogo.svg │ ├── marker-eu.png │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo-eu.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── openbor ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── pc ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── pc88 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── pc98 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── pce-cd ├── _inc │ ├── a-button-us.png │ ├── a-button.png │ ├── b-button-us.png │ ├── b-button.png │ ├── bg.jpg │ ├── buttonBG-jp.png │ ├── mainlogo-eu.svg │ ├── mainlogo-jp.svg │ ├── mainlogo-us.svg │ ├── mainlogo.svg │ ├── marker-us.png │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo-eu.svg │ ├── syslogo-jp.svg │ ├── syslogo-us.svg │ ├── syslogo.svg │ ├── x-button-us.png │ ├── x-button.png │ ├── y-button-us.png │ └── y-button.png └── theme.xml ├── pcengine ├── _inc │ ├── a-button-us.png │ ├── a-button.png │ ├── b-button-us.png │ ├── b-button.png │ ├── bg.jpg │ ├── buttonBG-jp.png │ ├── listsystem.png │ ├── mainlogo-us.svg │ ├── mainlogo.svg │ ├── marker-us.png │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo-us.svg │ ├── syslogo.svg │ ├── x-button-us.png │ ├── x-button.png │ ├── y-button-us.png │ └── y-button.png └── theme.xml ├── pcfx ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── pet ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── pico8 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── ports ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── ps2 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── ps3 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── psikyo ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── psp ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── pspminis ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── psvita ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── psx ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── pygame ├── _inc │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── resources ├── busy_0.svg ├── busy_1.svg ├── busy_2.svg └── busy_3.svg ├── samcoupe ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── sammy ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── satellaview ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── saturn ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo-jp.svg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo-jp.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── scummvm ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── scv ├── _inc │ ├── bg.jpg │ ├── mainlogo-jp.svg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo-jp.svg │ └── syslogo.svg └── theme.xml ├── sdlpop ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── sega ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── sega32x ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── buttonBG-eu.png │ ├── buttonBG-jp.png │ ├── buttonBG-us.png │ ├── buttonBG.png │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── segacd ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── buttonBG-eu.png │ ├── buttonBG-jp.png │ ├── buttonBG-us.png │ ├── buttonBG.png │ ├── mainlogo-jp.svg │ ├── mainlogo-us.svg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo-eu.svg │ ├── syslogo-jp.svg │ ├── syslogo-us.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── segastv ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── seibukaihatsu ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── semicom ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── sg-1000 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── sgb ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── gameboyOverlay.png │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── snes-msu1 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── snes ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo-eu.svg │ ├── mainlogo-jp.svg │ ├── mainlogo-us.svg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo-eu.svg │ ├── syslogo-jp.svg │ ├── syslogo-us.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── snk ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── solarus ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── splash.mp4 ├── splash.xml ├── sufami ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── supergrafx ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── buttonBG.png │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── supervision ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── supracan ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── switch ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── taito ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── technos ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── tecmo ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── theme.xml ├── ti99 ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── tic80 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── toaplan ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── triforce ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── universal ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── vectrex ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── videopacplus ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── virtualboy ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── visco ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── vpinball ├── _inc │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ └── syslogo.svg └── theme.xml ├── vsc ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── wii ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── wiiu ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── windows ├── _inc │ ├── mainlogo.svg │ ├── marker.png │ └── syslogo.svg └── theme.xml ├── wonderswan ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── buttonBG.png │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── wonderswancolor ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── buttonBG.png │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── x1 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── x68000 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── xbox ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── xbox360 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── xegs ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml ├── zx81 ├── _inc │ ├── a-button.png │ ├── b-button.png │ ├── bg.jpg │ ├── mainlogo.svg │ ├── marker.png │ ├── meta-genre.svg │ ├── syslogo.svg │ ├── x-button.png │ └── y-button.png └── theme.xml └── zxspectrum ├── _inc ├── a-button.png ├── b-button.png ├── bg.jpg ├── mainlogo.svg ├── marker.png ├── meta-genre.svg ├── syslogo.svg ├── x-button.png └── y-button.png └── theme.xml /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /3do/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/3do/_inc/a-button.png -------------------------------------------------------------------------------- /3do/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/3do/_inc/b-button.png -------------------------------------------------------------------------------- /3do/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/3do/_inc/bg.jpg -------------------------------------------------------------------------------- /3do/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/3do/_inc/marker.png -------------------------------------------------------------------------------- /3do/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/3do/_inc/x-button.png -------------------------------------------------------------------------------- /3do/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/3do/_inc/y-button.png -------------------------------------------------------------------------------- /3ds/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/3ds/_inc/a-button.png -------------------------------------------------------------------------------- /3ds/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/3ds/_inc/b-button.png -------------------------------------------------------------------------------- /3ds/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/3ds/_inc/bg.jpg -------------------------------------------------------------------------------- /3ds/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/3ds/_inc/marker.png -------------------------------------------------------------------------------- /3ds/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/3ds/_inc/x-button.png -------------------------------------------------------------------------------- /3ds/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/3ds/_inc/y-button.png -------------------------------------------------------------------------------- /_inc/assets/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/a-button.png -------------------------------------------------------------------------------- /_inc/assets/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/b-button.png -------------------------------------------------------------------------------- /_inc/assets/backTxt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/backTxt.png -------------------------------------------------------------------------------- /_inc/assets/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/background.png -------------------------------------------------------------------------------- /_inc/assets/defaultbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/defaultbg.png -------------------------------------------------------------------------------- /_inc/assets/detailed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/detailed.png -------------------------------------------------------------------------------- /_inc/assets/gridoverlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/gridoverlay.png -------------------------------------------------------------------------------- /_inc/assets/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/marker.png -------------------------------------------------------------------------------- /_inc/assets/menuBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/menuBar.png -------------------------------------------------------------------------------- /_inc/assets/overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/overlay.png -------------------------------------------------------------------------------- /_inc/assets/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/progressbar.png -------------------------------------------------------------------------------- /_inc/assets/progressbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/progressbg.png -------------------------------------------------------------------------------- /_inc/assets/scanlines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/scanlines.png -------------------------------------------------------------------------------- /_inc/assets/selectTxt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/selectTxt.png -------------------------------------------------------------------------------- /_inc/assets/splashbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/splashbg.png -------------------------------------------------------------------------------- /_inc/assets/syslogoBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/syslogoBG.png -------------------------------------------------------------------------------- /_inc/assets/tileoverlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/tileoverlay.png -------------------------------------------------------------------------------- /_inc/assets/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/x-button.png -------------------------------------------------------------------------------- /_inc/assets/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/assets/y-button.png -------------------------------------------------------------------------------- /_inc/screenshot/Boxes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/screenshot/Boxes.png -------------------------------------------------------------------------------- /_inc/screenshot/Grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/screenshot/Grid.png -------------------------------------------------------------------------------- /_inc/screenshot/Tiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/screenshot/Tiles.png -------------------------------------------------------------------------------- /_inc/sound/cursor.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/sound/cursor.wav -------------------------------------------------------------------------------- /_inc/sound/slide.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/_inc/sound/slide.wav -------------------------------------------------------------------------------- /_inc/system/overrides/cannonball.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 3 | -------------------------------------------------------------------------------- /_inc/system/overrides/flatpak.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 3 | -------------------------------------------------------------------------------- /_inc/system/overrides/imageviewer.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 3 | -------------------------------------------------------------------------------- /_inc/system/overrides/macintosh.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 3 | -------------------------------------------------------------------------------- /_inc/system/overrides/retrobat.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 3 | -------------------------------------------------------------------------------- /_inc/system/overrides/sdlpop.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 3 | -------------------------------------------------------------------------------- /acclaim/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/acclaim/_inc/bg.jpg -------------------------------------------------------------------------------- /acclaim/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/acclaim/_inc/marker.png -------------------------------------------------------------------------------- /adam/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/adam/_inc/a-button.png -------------------------------------------------------------------------------- /adam/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/adam/_inc/b-button.png -------------------------------------------------------------------------------- /adam/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/adam/_inc/bg.jpg -------------------------------------------------------------------------------- /adam/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/adam/_inc/marker.png -------------------------------------------------------------------------------- /adam/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/adam/_inc/x-button.png -------------------------------------------------------------------------------- /adam/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/adam/_inc/y-button.png -------------------------------------------------------------------------------- /advision/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/advision/_inc/bg.jpg -------------------------------------------------------------------------------- /advision/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/advision/_inc/marker.png -------------------------------------------------------------------------------- /alphadenshi/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/alphadenshi/_inc/bg.jpg -------------------------------------------------------------------------------- /alphadenshi/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/alphadenshi/_inc/marker.png -------------------------------------------------------------------------------- /amiga500/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amiga500/_inc/a-button.png -------------------------------------------------------------------------------- /amiga500/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amiga500/_inc/b-button.png -------------------------------------------------------------------------------- /amiga500/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amiga500/_inc/bg.jpg -------------------------------------------------------------------------------- /amiga500/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amiga500/_inc/marker.png -------------------------------------------------------------------------------- /amiga500/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amiga500/_inc/x-button.png -------------------------------------------------------------------------------- /amiga500/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amiga500/_inc/y-button.png -------------------------------------------------------------------------------- /amigacd32/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amigacd32/_inc/a-button.png -------------------------------------------------------------------------------- /amigacd32/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amigacd32/_inc/b-button.png -------------------------------------------------------------------------------- /amigacd32/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amigacd32/_inc/bg.jpg -------------------------------------------------------------------------------- /amigacd32/_inc/buttonBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amigacd32/_inc/buttonBG.png -------------------------------------------------------------------------------- /amigacd32/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amigacd32/_inc/marker.png -------------------------------------------------------------------------------- /amigacd32/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amigacd32/_inc/x-button.png -------------------------------------------------------------------------------- /amigacd32/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amigacd32/_inc/y-button.png -------------------------------------------------------------------------------- /amigacdtv/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amigacdtv/_inc/a-button.png -------------------------------------------------------------------------------- /amigacdtv/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amigacdtv/_inc/b-button.png -------------------------------------------------------------------------------- /amigacdtv/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amigacdtv/_inc/bg.jpg -------------------------------------------------------------------------------- /amigacdtv/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amigacdtv/_inc/marker.png -------------------------------------------------------------------------------- /amigacdtv/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amigacdtv/_inc/x-button.png -------------------------------------------------------------------------------- /amigacdtv/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amigacdtv/_inc/y-button.png -------------------------------------------------------------------------------- /amstradcpc/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amstradcpc/_inc/bg.jpg -------------------------------------------------------------------------------- /amstradcpc/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/amstradcpc/_inc/marker.png -------------------------------------------------------------------------------- /apfm1000/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/apfm1000/_inc/bg.jpg -------------------------------------------------------------------------------- /apfm1000/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/apfm1000/_inc/marker.png -------------------------------------------------------------------------------- /apple2/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/apple2/_inc/a-button.png -------------------------------------------------------------------------------- /apple2/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/apple2/_inc/b-button.png -------------------------------------------------------------------------------- /apple2/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/apple2/_inc/bg.jpg -------------------------------------------------------------------------------- /apple2/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/apple2/_inc/marker.png -------------------------------------------------------------------------------- /apple2/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/apple2/_inc/x-button.png -------------------------------------------------------------------------------- /apple2/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/apple2/_inc/y-button.png -------------------------------------------------------------------------------- /astrocade/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/astrocade/_inc/a-button.png -------------------------------------------------------------------------------- /astrocade/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/astrocade/_inc/b-button.png -------------------------------------------------------------------------------- /astrocade/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/astrocade/_inc/bg.jpg -------------------------------------------------------------------------------- /astrocade/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/astrocade/_inc/marker.png -------------------------------------------------------------------------------- /astrocade/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/astrocade/_inc/x-button.png -------------------------------------------------------------------------------- /astrocade/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/astrocade/_inc/y-button.png -------------------------------------------------------------------------------- /atari/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari/_inc/bg.jpg -------------------------------------------------------------------------------- /atari/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari/_inc/marker.png -------------------------------------------------------------------------------- /atari2600/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari2600/_inc/a-button.png -------------------------------------------------------------------------------- /atari2600/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari2600/_inc/b-button.png -------------------------------------------------------------------------------- /atari2600/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari2600/_inc/bg.jpg -------------------------------------------------------------------------------- /atari2600/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari2600/_inc/marker.png -------------------------------------------------------------------------------- /atari2600/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari2600/_inc/x-button.png -------------------------------------------------------------------------------- /atari2600/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari2600/_inc/y-button.png -------------------------------------------------------------------------------- /atari5200/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari5200/_inc/a-button.png -------------------------------------------------------------------------------- /atari5200/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari5200/_inc/b-button.png -------------------------------------------------------------------------------- /atari5200/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari5200/_inc/bg.jpg -------------------------------------------------------------------------------- /atari5200/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari5200/_inc/marker.png -------------------------------------------------------------------------------- /atari5200/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari5200/_inc/x-button.png -------------------------------------------------------------------------------- /atari5200/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari5200/_inc/y-button.png -------------------------------------------------------------------------------- /atari7800/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari7800/_inc/a-button.png -------------------------------------------------------------------------------- /atari7800/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari7800/_inc/b-button.png -------------------------------------------------------------------------------- /atari7800/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari7800/_inc/bg.jpg -------------------------------------------------------------------------------- /atari7800/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari7800/_inc/marker.png -------------------------------------------------------------------------------- /atari7800/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari7800/_inc/x-button.png -------------------------------------------------------------------------------- /atari7800/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari7800/_inc/y-button.png -------------------------------------------------------------------------------- /atari800/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari800/_inc/a-button.png -------------------------------------------------------------------------------- /atari800/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari800/_inc/b-button.png -------------------------------------------------------------------------------- /atari800/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari800/_inc/bg.jpg -------------------------------------------------------------------------------- /atari800/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari800/_inc/marker.png -------------------------------------------------------------------------------- /atari800/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari800/_inc/x-button.png -------------------------------------------------------------------------------- /atari800/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atari800/_inc/y-button.png -------------------------------------------------------------------------------- /atarijaguar/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atarijaguar/_inc/bg.jpg -------------------------------------------------------------------------------- /atarijaguar/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atarijaguar/_inc/marker.png -------------------------------------------------------------------------------- /atarilynx/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atarilynx/_inc/a-button.png -------------------------------------------------------------------------------- /atarilynx/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atarilynx/_inc/b-button.png -------------------------------------------------------------------------------- /atarilynx/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atarilynx/_inc/bg.jpg -------------------------------------------------------------------------------- /atarilynx/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atarilynx/_inc/marker.png -------------------------------------------------------------------------------- /atarilynx/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atarilynx/_inc/x-button.png -------------------------------------------------------------------------------- /atarilynx/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atarilynx/_inc/y-button.png -------------------------------------------------------------------------------- /atarist/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atarist/_inc/a-button.png -------------------------------------------------------------------------------- /atarist/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atarist/_inc/b-button.png -------------------------------------------------------------------------------- /atarist/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atarist/_inc/bg.jpg -------------------------------------------------------------------------------- /atarist/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atarist/_inc/marker.png -------------------------------------------------------------------------------- /atarist/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atarist/_inc/x-button.png -------------------------------------------------------------------------------- /atarist/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atarist/_inc/y-button.png -------------------------------------------------------------------------------- /atlus/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atlus/_inc/bg.jpg -------------------------------------------------------------------------------- /atlus/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atlus/_inc/marker.png -------------------------------------------------------------------------------- /atomiswave/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atomiswave/_inc/bg.jpg -------------------------------------------------------------------------------- /atomiswave/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/atomiswave/_inc/marker.png -------------------------------------------------------------------------------- /auto-lightgun/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/auto-lightgun/_inc/bg.jpg -------------------------------------------------------------------------------- /banpresto/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/banpresto/_inc/bg.jpg -------------------------------------------------------------------------------- /banpresto/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/banpresto/_inc/marker.png -------------------------------------------------------------------------------- /bbcmicro/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/bbcmicro/_inc/a-button.png -------------------------------------------------------------------------------- /bbcmicro/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/bbcmicro/_inc/b-button.png -------------------------------------------------------------------------------- /bbcmicro/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/bbcmicro/_inc/bg.jpg -------------------------------------------------------------------------------- /bbcmicro/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/bbcmicro/_inc/marker.png -------------------------------------------------------------------------------- /bbcmicro/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/bbcmicro/_inc/x-button.png -------------------------------------------------------------------------------- /bbcmicro/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/bbcmicro/_inc/y-button.png -------------------------------------------------------------------------------- /c128/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c128/_inc/a-button.png -------------------------------------------------------------------------------- /c128/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c128/_inc/b-button.png -------------------------------------------------------------------------------- /c128/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c128/_inc/bg.jpg -------------------------------------------------------------------------------- /c128/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c128/_inc/marker.png -------------------------------------------------------------------------------- /c128/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c128/_inc/x-button.png -------------------------------------------------------------------------------- /c128/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c128/_inc/y-button.png -------------------------------------------------------------------------------- /c20/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c20/_inc/a-button.png -------------------------------------------------------------------------------- /c20/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c20/_inc/b-button.png -------------------------------------------------------------------------------- /c20/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c20/_inc/bg.jpg -------------------------------------------------------------------------------- /c20/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c20/_inc/marker.png -------------------------------------------------------------------------------- /c20/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c20/_inc/x-button.png -------------------------------------------------------------------------------- /c20/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c20/_inc/y-button.png -------------------------------------------------------------------------------- /c64/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c64/_inc/a-button.png -------------------------------------------------------------------------------- /c64/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c64/_inc/b-button.png -------------------------------------------------------------------------------- /c64/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c64/_inc/bg.jpg -------------------------------------------------------------------------------- /c64/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c64/_inc/marker.png -------------------------------------------------------------------------------- /c64/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c64/_inc/x-button.png -------------------------------------------------------------------------------- /c64/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/c64/_inc/y-button.png -------------------------------------------------------------------------------- /cannonball/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cannonball/_inc/bg.jpg -------------------------------------------------------------------------------- /cannonball/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cannonball/_inc/marker.png -------------------------------------------------------------------------------- /capcom/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/capcom/_inc/a-button.png -------------------------------------------------------------------------------- /capcom/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/capcom/_inc/b-button.png -------------------------------------------------------------------------------- /capcom/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/capcom/_inc/bg.jpg -------------------------------------------------------------------------------- /capcom/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/capcom/_inc/marker.png -------------------------------------------------------------------------------- /capcom/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/capcom/_inc/x-button.png -------------------------------------------------------------------------------- /capcom/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/capcom/_inc/y-button.png -------------------------------------------------------------------------------- /cave/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cave/_inc/bg.jpg -------------------------------------------------------------------------------- /cave/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cave/_inc/marker.png -------------------------------------------------------------------------------- /cdi/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cdi/_inc/a-button.png -------------------------------------------------------------------------------- /cdi/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cdi/_inc/b-button.png -------------------------------------------------------------------------------- /cdi/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cdi/_inc/bg.jpg -------------------------------------------------------------------------------- /cdi/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cdi/_inc/marker.png -------------------------------------------------------------------------------- /cdi/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cdi/_inc/x-button.png -------------------------------------------------------------------------------- /cdi/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cdi/_inc/y-button.png -------------------------------------------------------------------------------- /channelf/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/channelf/_inc/a-button.png -------------------------------------------------------------------------------- /channelf/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/channelf/_inc/b-button.png -------------------------------------------------------------------------------- /channelf/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/channelf/_inc/bg.jpg -------------------------------------------------------------------------------- /channelf/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/channelf/_inc/marker.png -------------------------------------------------------------------------------- /channelf/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/channelf/_inc/x-button.png -------------------------------------------------------------------------------- /channelf/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/channelf/_inc/y-button.png -------------------------------------------------------------------------------- /colecovision/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/colecovision/_inc/bg.jpg -------------------------------------------------------------------------------- /cplus4/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cplus4/_inc/a-button.png -------------------------------------------------------------------------------- /cplus4/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cplus4/_inc/b-button.png -------------------------------------------------------------------------------- /cplus4/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cplus4/_inc/bg.jpg -------------------------------------------------------------------------------- /cplus4/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cplus4/_inc/marker.png -------------------------------------------------------------------------------- /cplus4/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cplus4/_inc/x-button.png -------------------------------------------------------------------------------- /cplus4/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cplus4/_inc/y-button.png -------------------------------------------------------------------------------- /cps1/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps1/_inc/a-button.png -------------------------------------------------------------------------------- /cps1/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps1/_inc/b-button.png -------------------------------------------------------------------------------- /cps1/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps1/_inc/bg.jpg -------------------------------------------------------------------------------- /cps1/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps1/_inc/marker.png -------------------------------------------------------------------------------- /cps1/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps1/_inc/x-button.png -------------------------------------------------------------------------------- /cps1/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps1/_inc/y-button.png -------------------------------------------------------------------------------- /cps2/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps2/_inc/a-button.png -------------------------------------------------------------------------------- /cps2/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps2/_inc/b-button.png -------------------------------------------------------------------------------- /cps2/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps2/_inc/bg.jpg -------------------------------------------------------------------------------- /cps2/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps2/_inc/marker.png -------------------------------------------------------------------------------- /cps2/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps2/_inc/x-button.png -------------------------------------------------------------------------------- /cps2/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps2/_inc/y-button.png -------------------------------------------------------------------------------- /cps3/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps3/_inc/a-button.png -------------------------------------------------------------------------------- /cps3/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps3/_inc/b-button.png -------------------------------------------------------------------------------- /cps3/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps3/_inc/bg.jpg -------------------------------------------------------------------------------- /cps3/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps3/_inc/marker.png -------------------------------------------------------------------------------- /cps3/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps3/_inc/x-button.png -------------------------------------------------------------------------------- /cps3/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/cps3/_inc/y-button.png -------------------------------------------------------------------------------- /creativision/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/creativision/_inc/bg.jpg -------------------------------------------------------------------------------- /daphne/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/daphne/_inc/bg.jpg -------------------------------------------------------------------------------- /daphne/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/daphne/_inc/marker.png -------------------------------------------------------------------------------- /dataeast/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/dataeast/_inc/bg.jpg -------------------------------------------------------------------------------- /dataeast/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/dataeast/_inc/marker.png -------------------------------------------------------------------------------- /dreamcast/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/dreamcast/_inc/a-button.png -------------------------------------------------------------------------------- /dreamcast/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/dreamcast/_inc/b-button.png -------------------------------------------------------------------------------- /dreamcast/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/dreamcast/_inc/bg.jpg -------------------------------------------------------------------------------- /dreamcast/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/dreamcast/_inc/marker.png -------------------------------------------------------------------------------- /dreamcast/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/dreamcast/_inc/x-button.png -------------------------------------------------------------------------------- /dreamcast/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/dreamcast/_inc/y-button.png -------------------------------------------------------------------------------- /easyrpg/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/easyrpg/_inc/a-button.png -------------------------------------------------------------------------------- /easyrpg/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/easyrpg/_inc/b-button.png -------------------------------------------------------------------------------- /easyrpg/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/easyrpg/_inc/bg.jpg -------------------------------------------------------------------------------- /easyrpg/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/easyrpg/_inc/marker.png -------------------------------------------------------------------------------- /easyrpg/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/easyrpg/_inc/x-button.png -------------------------------------------------------------------------------- /easyrpg/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/easyrpg/_inc/y-button.png -------------------------------------------------------------------------------- /eighting/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/eighting/_inc/a-button.png -------------------------------------------------------------------------------- /eighting/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/eighting/_inc/b-button.png -------------------------------------------------------------------------------- /eighting/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/eighting/_inc/bg.jpg -------------------------------------------------------------------------------- /eighting/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/eighting/_inc/marker.png -------------------------------------------------------------------------------- /eighting/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/eighting/_inc/x-button.png -------------------------------------------------------------------------------- /eighting/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/eighting/_inc/y-button.png -------------------------------------------------------------------------------- /electron/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/electron/_inc/a-button.png -------------------------------------------------------------------------------- /electron/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/electron/_inc/b-button.png -------------------------------------------------------------------------------- /electron/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/electron/_inc/bg.jpg -------------------------------------------------------------------------------- /electron/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/electron/_inc/marker.png -------------------------------------------------------------------------------- /electron/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/electron/_inc/x-button.png -------------------------------------------------------------------------------- /electron/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/electron/_inc/y-button.png -------------------------------------------------------------------------------- /exidy/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/exidy/_inc/bg.jpg -------------------------------------------------------------------------------- /fbneo/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fbneo/_inc/bg.jpg -------------------------------------------------------------------------------- /fbneo/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fbneo/_inc/marker.png -------------------------------------------------------------------------------- /fds/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fds/_inc/a-button.png -------------------------------------------------------------------------------- /fds/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fds/_inc/b-button.png -------------------------------------------------------------------------------- /fds/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fds/_inc/bg.jpg -------------------------------------------------------------------------------- /fds/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fds/_inc/marker.png -------------------------------------------------------------------------------- /fds/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fds/_inc/x-button.png -------------------------------------------------------------------------------- /fds/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fds/_inc/y-button.png -------------------------------------------------------------------------------- /fm7/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fm7/_inc/a-button.png -------------------------------------------------------------------------------- /fm7/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fm7/_inc/b-button.png -------------------------------------------------------------------------------- /fm7/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fm7/_inc/bg.jpg -------------------------------------------------------------------------------- /fm7/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fm7/_inc/marker.png -------------------------------------------------------------------------------- /fm7/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fm7/_inc/x-button.png -------------------------------------------------------------------------------- /fm7/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fm7/_inc/y-button.png -------------------------------------------------------------------------------- /fmtowns/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fmtowns/_inc/a-button.png -------------------------------------------------------------------------------- /fmtowns/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fmtowns/_inc/b-button.png -------------------------------------------------------------------------------- /fmtowns/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fmtowns/_inc/bg.jpg -------------------------------------------------------------------------------- /fmtowns/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fmtowns/_inc/marker.png -------------------------------------------------------------------------------- /fmtowns/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fmtowns/_inc/x-button.png -------------------------------------------------------------------------------- /fmtowns/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/fmtowns/_inc/y-button.png -------------------------------------------------------------------------------- /gaelco/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gaelco/_inc/a-button.png -------------------------------------------------------------------------------- /gaelco/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gaelco/_inc/b-button.png -------------------------------------------------------------------------------- /gaelco/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gaelco/_inc/bg.jpg -------------------------------------------------------------------------------- /gaelco/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gaelco/_inc/marker.png -------------------------------------------------------------------------------- /gaelco/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gaelco/_inc/x-button.png -------------------------------------------------------------------------------- /gaelco/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gaelco/_inc/y-button.png -------------------------------------------------------------------------------- /gameandwatch/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gameandwatch/_inc/bg.jpg -------------------------------------------------------------------------------- /gamegear/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gamegear/_inc/a-button.png -------------------------------------------------------------------------------- /gamegear/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gamegear/_inc/b-button.png -------------------------------------------------------------------------------- /gamegear/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gamegear/_inc/bg.jpg -------------------------------------------------------------------------------- /gamegear/_inc/buttonBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gamegear/_inc/buttonBG.png -------------------------------------------------------------------------------- /gamegear/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gamegear/_inc/marker.png -------------------------------------------------------------------------------- /gamegear/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gamegear/_inc/x-button.png -------------------------------------------------------------------------------- /gamegear/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gamegear/_inc/y-button.png -------------------------------------------------------------------------------- /gb/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gb/_inc/a-button.png -------------------------------------------------------------------------------- /gb/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gb/_inc/b-button.png -------------------------------------------------------------------------------- /gb/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gb/_inc/bg.jpg -------------------------------------------------------------------------------- /gb/_inc/gameboyOverlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gb/_inc/gameboyOverlay.png -------------------------------------------------------------------------------- /gb/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gb/_inc/marker.png -------------------------------------------------------------------------------- /gb/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gb/_inc/x-button.png -------------------------------------------------------------------------------- /gb/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gb/_inc/y-button.png -------------------------------------------------------------------------------- /gb2players/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gb2players/_inc/bg.jpg -------------------------------------------------------------------------------- /gb2players/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gb2players/_inc/marker.png -------------------------------------------------------------------------------- /gba/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gba/_inc/a-button.png -------------------------------------------------------------------------------- /gba/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gba/_inc/b-button.png -------------------------------------------------------------------------------- /gba/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gba/_inc/bg.jpg -------------------------------------------------------------------------------- /gba/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gba/_inc/marker.png -------------------------------------------------------------------------------- /gba/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gba/_inc/x-button.png -------------------------------------------------------------------------------- /gba/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gba/_inc/y-button.png -------------------------------------------------------------------------------- /gbc/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gbc/_inc/a-button.png -------------------------------------------------------------------------------- /gbc/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gbc/_inc/b-button.png -------------------------------------------------------------------------------- /gbc/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gbc/_inc/bg.jpg -------------------------------------------------------------------------------- /gbc/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gbc/_inc/marker.png -------------------------------------------------------------------------------- /gbc/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gbc/_inc/x-button.png -------------------------------------------------------------------------------- /gbc/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gbc/_inc/y-button.png -------------------------------------------------------------------------------- /gbc2players/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gbc2players/_inc/bg.jpg -------------------------------------------------------------------------------- /gbc2players/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gbc2players/_inc/marker.png -------------------------------------------------------------------------------- /gc/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gc/_inc/a-button.png -------------------------------------------------------------------------------- /gc/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gc/_inc/b-button.png -------------------------------------------------------------------------------- /gc/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gc/_inc/bg.jpg -------------------------------------------------------------------------------- /gc/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gc/_inc/marker.png -------------------------------------------------------------------------------- /gc/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gc/_inc/x-button.png -------------------------------------------------------------------------------- /gc/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gc/_inc/y-button.png -------------------------------------------------------------------------------- /gottlieb/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gottlieb/_inc/a-button.png -------------------------------------------------------------------------------- /gottlieb/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gottlieb/_inc/b-button.png -------------------------------------------------------------------------------- /gottlieb/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gottlieb/_inc/bg.jpg -------------------------------------------------------------------------------- /gottlieb/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gottlieb/_inc/marker.png -------------------------------------------------------------------------------- /gottlieb/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gottlieb/_inc/x-button.png -------------------------------------------------------------------------------- /gottlieb/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gottlieb/_inc/y-button.png -------------------------------------------------------------------------------- /gx4000/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gx4000/_inc/a-button.png -------------------------------------------------------------------------------- /gx4000/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gx4000/_inc/b-button.png -------------------------------------------------------------------------------- /gx4000/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gx4000/_inc/bg.jpg -------------------------------------------------------------------------------- /gx4000/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gx4000/_inc/marker.png -------------------------------------------------------------------------------- /gx4000/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gx4000/_inc/x-button.png -------------------------------------------------------------------------------- /gx4000/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/gx4000/_inc/y-button.png -------------------------------------------------------------------------------- /hikaru/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/hikaru/_inc/a-button.png -------------------------------------------------------------------------------- /hikaru/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/hikaru/_inc/b-button.png -------------------------------------------------------------------------------- /hikaru/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/hikaru/_inc/bg.jpg -------------------------------------------------------------------------------- /hikaru/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/hikaru/_inc/marker.png -------------------------------------------------------------------------------- /hikaru/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/hikaru/_inc/x-button.png -------------------------------------------------------------------------------- /hikaru/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/hikaru/_inc/y-button.png -------------------------------------------------------------------------------- /igs/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/igs/_inc/bg.jpg -------------------------------------------------------------------------------- /igs/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/igs/_inc/marker.png -------------------------------------------------------------------------------- /incredibletech/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/incredibletech/_inc/bg.jpg -------------------------------------------------------------------------------- /intellivision/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/intellivision/_inc/bg.jpg -------------------------------------------------------------------------------- /irem/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/irem/_inc/a-button.png -------------------------------------------------------------------------------- /irem/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/irem/_inc/b-button.png -------------------------------------------------------------------------------- /irem/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/irem/_inc/bg.jpg -------------------------------------------------------------------------------- /irem/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/irem/_inc/marker.png -------------------------------------------------------------------------------- /irem/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/irem/_inc/x-button.png -------------------------------------------------------------------------------- /irem/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/irem/_inc/y-button.png -------------------------------------------------------------------------------- /jaleco/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/jaleco/_inc/a-button.png -------------------------------------------------------------------------------- /jaleco/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/jaleco/_inc/b-button.png -------------------------------------------------------------------------------- /jaleco/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/jaleco/_inc/bg.jpg -------------------------------------------------------------------------------- /jaleco/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/jaleco/_inc/marker.png -------------------------------------------------------------------------------- /jaleco/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/jaleco/_inc/x-button.png -------------------------------------------------------------------------------- /jaleco/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/jaleco/_inc/y-button.png -------------------------------------------------------------------------------- /kaneko/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/kaneko/_inc/bg.jpg -------------------------------------------------------------------------------- /kaneko/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/kaneko/_inc/marker.png -------------------------------------------------------------------------------- /konami/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/konami/_inc/bg.jpg -------------------------------------------------------------------------------- /konami/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/konami/_inc/marker.png -------------------------------------------------------------------------------- /mame/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/mame/_inc/a-button.png -------------------------------------------------------------------------------- /mame/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/mame/_inc/b-button.png -------------------------------------------------------------------------------- /mame/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/mame/_inc/bg.jpg -------------------------------------------------------------------------------- /mame/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/mame/_inc/marker.png -------------------------------------------------------------------------------- /mame/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/mame/_inc/x-button.png -------------------------------------------------------------------------------- /mame/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/mame/_inc/y-button.png -------------------------------------------------------------------------------- /mastersystem/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/mastersystem/_inc/bg.jpg -------------------------------------------------------------------------------- /megadrive/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/megadrive/_inc/a-button.png -------------------------------------------------------------------------------- /megadrive/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/megadrive/_inc/b-button.png -------------------------------------------------------------------------------- /megadrive/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/megadrive/_inc/bg.jpg -------------------------------------------------------------------------------- /megadrive/_inc/buttonBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/megadrive/_inc/buttonBG.png -------------------------------------------------------------------------------- /megadrive/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/megadrive/_inc/marker.png -------------------------------------------------------------------------------- /megadrive/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/megadrive/_inc/x-button.png -------------------------------------------------------------------------------- /megadrive/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/megadrive/_inc/y-button.png -------------------------------------------------------------------------------- /midway/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/midway/_inc/bg.jpg -------------------------------------------------------------------------------- /midway/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/midway/_inc/marker.png -------------------------------------------------------------------------------- /mitchell/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/mitchell/_inc/bg.jpg -------------------------------------------------------------------------------- /mitchell/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/mitchell/_inc/marker.png -------------------------------------------------------------------------------- /model2/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/model2/_inc/a-button.png -------------------------------------------------------------------------------- /model2/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/model2/_inc/b-button.png -------------------------------------------------------------------------------- /model2/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/model2/_inc/bg.jpg -------------------------------------------------------------------------------- /model2/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/model2/_inc/marker.png -------------------------------------------------------------------------------- /model2/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/model2/_inc/x-button.png -------------------------------------------------------------------------------- /model2/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/model2/_inc/y-button.png -------------------------------------------------------------------------------- /model3/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/model3/_inc/a-button.png -------------------------------------------------------------------------------- /model3/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/model3/_inc/b-button.png -------------------------------------------------------------------------------- /model3/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/model3/_inc/bg.jpg -------------------------------------------------------------------------------- /model3/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/model3/_inc/marker.png -------------------------------------------------------------------------------- /model3/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/model3/_inc/x-button.png -------------------------------------------------------------------------------- /model3/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/model3/_inc/y-button.png -------------------------------------------------------------------------------- /msu-md/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msu-md/_inc/a-button.png -------------------------------------------------------------------------------- /msu-md/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msu-md/_inc/b-button.png -------------------------------------------------------------------------------- /msu-md/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msu-md/_inc/bg.jpg -------------------------------------------------------------------------------- /msu-md/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msu-md/_inc/marker.png -------------------------------------------------------------------------------- /msu-md/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msu-md/_inc/x-button.png -------------------------------------------------------------------------------- /msu-md/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msu-md/_inc/y-button.png -------------------------------------------------------------------------------- /msx/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx/_inc/a-button.png -------------------------------------------------------------------------------- /msx/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx/_inc/b-button.png -------------------------------------------------------------------------------- /msx/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx/_inc/bg.jpg -------------------------------------------------------------------------------- /msx/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx/_inc/marker.png -------------------------------------------------------------------------------- /msx/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx/_inc/x-button.png -------------------------------------------------------------------------------- /msx/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx/_inc/y-button.png -------------------------------------------------------------------------------- /msx1/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx1/_inc/a-button.png -------------------------------------------------------------------------------- /msx1/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx1/_inc/b-button.png -------------------------------------------------------------------------------- /msx1/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx1/_inc/bg.jpg -------------------------------------------------------------------------------- /msx1/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx1/_inc/x-button.png -------------------------------------------------------------------------------- /msx1/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx1/_inc/y-button.png -------------------------------------------------------------------------------- /msx2+/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx2+/_inc/a-button.png -------------------------------------------------------------------------------- /msx2+/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx2+/_inc/b-button.png -------------------------------------------------------------------------------- /msx2+/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx2+/_inc/bg.jpg -------------------------------------------------------------------------------- /msx2+/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx2+/_inc/marker.png -------------------------------------------------------------------------------- /msx2+/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx2+/_inc/x-button.png -------------------------------------------------------------------------------- /msx2+/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx2+/_inc/y-button.png -------------------------------------------------------------------------------- /msx2/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx2/_inc/a-button.png -------------------------------------------------------------------------------- /msx2/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx2/_inc/b-button.png -------------------------------------------------------------------------------- /msx2/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx2/_inc/bg.jpg -------------------------------------------------------------------------------- /msx2/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx2/_inc/marker.png -------------------------------------------------------------------------------- /msx2/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx2/_inc/x-button.png -------------------------------------------------------------------------------- /msx2/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msx2/_inc/y-button.png -------------------------------------------------------------------------------- /msxturbor/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msxturbor/_inc/a-button.png -------------------------------------------------------------------------------- /msxturbor/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msxturbor/_inc/b-button.png -------------------------------------------------------------------------------- /msxturbor/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msxturbor/_inc/bg.jpg -------------------------------------------------------------------------------- /msxturbor/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msxturbor/_inc/marker.png -------------------------------------------------------------------------------- /msxturbor/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msxturbor/_inc/x-button.png -------------------------------------------------------------------------------- /msxturbor/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/msxturbor/_inc/y-button.png -------------------------------------------------------------------------------- /n64/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/n64/_inc/a-button.png -------------------------------------------------------------------------------- /n64/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/n64/_inc/b-button.png -------------------------------------------------------------------------------- /n64/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/n64/_inc/bg.jpg -------------------------------------------------------------------------------- /n64/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/n64/_inc/marker.png -------------------------------------------------------------------------------- /n64/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/n64/_inc/x-button.png -------------------------------------------------------------------------------- /n64/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/n64/_inc/y-button.png -------------------------------------------------------------------------------- /n64dd/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/n64dd/_inc/a-button.png -------------------------------------------------------------------------------- /n64dd/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/n64dd/_inc/b-button.png -------------------------------------------------------------------------------- /n64dd/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/n64dd/_inc/bg.jpg -------------------------------------------------------------------------------- /n64dd/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/n64dd/_inc/marker.png -------------------------------------------------------------------------------- /n64dd/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/n64dd/_inc/x-button.png -------------------------------------------------------------------------------- /n64dd/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/n64dd/_inc/y-button.png -------------------------------------------------------------------------------- /namco/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/namco/_inc/bg.jpg -------------------------------------------------------------------------------- /namco/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/namco/_inc/marker.png -------------------------------------------------------------------------------- /namco2x6/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/namco2x6/_inc/bg.jpg -------------------------------------------------------------------------------- /namco2x6/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/namco2x6/_inc/marker.png -------------------------------------------------------------------------------- /naomi/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/naomi/_inc/a-button.png -------------------------------------------------------------------------------- /naomi/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/naomi/_inc/b-button.png -------------------------------------------------------------------------------- /naomi/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/naomi/_inc/bg.jpg -------------------------------------------------------------------------------- /naomi/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/naomi/_inc/marker.png -------------------------------------------------------------------------------- /naomi/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/naomi/_inc/x-button.png -------------------------------------------------------------------------------- /naomi/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/naomi/_inc/y-button.png -------------------------------------------------------------------------------- /naomi2/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/naomi2/_inc/a-button.png -------------------------------------------------------------------------------- /naomi2/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/naomi2/_inc/b-button.png -------------------------------------------------------------------------------- /naomi2/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/naomi2/_inc/bg.jpg -------------------------------------------------------------------------------- /naomi2/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/naomi2/_inc/marker.png -------------------------------------------------------------------------------- /naomi2/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/naomi2/_inc/x-button.png -------------------------------------------------------------------------------- /naomi2/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/naomi2/_inc/y-button.png -------------------------------------------------------------------------------- /nds/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nds/_inc/a-button.png -------------------------------------------------------------------------------- /nds/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nds/_inc/b-button.png -------------------------------------------------------------------------------- /nds/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nds/_inc/bg.jpg -------------------------------------------------------------------------------- /nds/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nds/_inc/marker.png -------------------------------------------------------------------------------- /nds/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nds/_inc/x-button.png -------------------------------------------------------------------------------- /nds/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nds/_inc/y-button.png -------------------------------------------------------------------------------- /neogeo/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/neogeo/_inc/a-button.png -------------------------------------------------------------------------------- /neogeo/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/neogeo/_inc/b-button.png -------------------------------------------------------------------------------- /neogeo/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/neogeo/_inc/bg.jpg -------------------------------------------------------------------------------- /neogeo/_inc/listsystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/neogeo/_inc/listsystem.png -------------------------------------------------------------------------------- /neogeo/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/neogeo/_inc/marker.png -------------------------------------------------------------------------------- /neogeo/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/neogeo/_inc/x-button.png -------------------------------------------------------------------------------- /neogeo/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/neogeo/_inc/y-button.png -------------------------------------------------------------------------------- /neogeocd/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/neogeocd/_inc/a-button.png -------------------------------------------------------------------------------- /neogeocd/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/neogeocd/_inc/b-button.png -------------------------------------------------------------------------------- /neogeocd/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/neogeocd/_inc/bg.jpg -------------------------------------------------------------------------------- /neogeocd/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/neogeocd/_inc/marker.png -------------------------------------------------------------------------------- /neogeocd/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/neogeocd/_inc/x-button.png -------------------------------------------------------------------------------- /neogeocd/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/neogeocd/_inc/y-button.png -------------------------------------------------------------------------------- /nes/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nes/_inc/a-button.png -------------------------------------------------------------------------------- /nes/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nes/_inc/b-button.png -------------------------------------------------------------------------------- /nes/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nes/_inc/bg.jpg -------------------------------------------------------------------------------- /nes/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nes/_inc/marker.png -------------------------------------------------------------------------------- /nes/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nes/_inc/x-button.png -------------------------------------------------------------------------------- /nes/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nes/_inc/y-button.png -------------------------------------------------------------------------------- /ngp/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ngp/_inc/a-button.png -------------------------------------------------------------------------------- /ngp/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ngp/_inc/b-button.png -------------------------------------------------------------------------------- /ngp/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ngp/_inc/bg.jpg -------------------------------------------------------------------------------- /ngp/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ngp/_inc/marker.png -------------------------------------------------------------------------------- /ngp/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ngp/_inc/x-button.png -------------------------------------------------------------------------------- /ngp/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ngp/_inc/y-button.png -------------------------------------------------------------------------------- /ngpc/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ngpc/_inc/a-button.png -------------------------------------------------------------------------------- /ngpc/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ngpc/_inc/b-button.png -------------------------------------------------------------------------------- /ngpc/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ngpc/_inc/bg.jpg -------------------------------------------------------------------------------- /ngpc/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ngpc/_inc/marker.png -------------------------------------------------------------------------------- /ngpc/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ngpc/_inc/x-button.png -------------------------------------------------------------------------------- /ngpc/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ngpc/_inc/y-button.png -------------------------------------------------------------------------------- /nichibutsu/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nichibutsu/_inc/bg.jpg -------------------------------------------------------------------------------- /nichibutsu/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nichibutsu/_inc/marker.png -------------------------------------------------------------------------------- /nintendo/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nintendo/_inc/bg.jpg -------------------------------------------------------------------------------- /nintendo/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nintendo/_inc/marker.png -------------------------------------------------------------------------------- /nmk/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nmk/_inc/bg.jpg -------------------------------------------------------------------------------- /nmk/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/nmk/_inc/marker.png -------------------------------------------------------------------------------- /odyssey2/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/odyssey2/_inc/a-button.png -------------------------------------------------------------------------------- /odyssey2/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/odyssey2/_inc/b-button.png -------------------------------------------------------------------------------- /odyssey2/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/odyssey2/_inc/bg.jpg -------------------------------------------------------------------------------- /odyssey2/_inc/marker-eu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/odyssey2/_inc/marker-eu.png -------------------------------------------------------------------------------- /odyssey2/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/odyssey2/_inc/marker.png -------------------------------------------------------------------------------- /odyssey2/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/odyssey2/_inc/x-button.png -------------------------------------------------------------------------------- /odyssey2/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/odyssey2/_inc/y-button.png -------------------------------------------------------------------------------- /openbor/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/openbor/_inc/bg.jpg -------------------------------------------------------------------------------- /openbor/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/openbor/_inc/marker.png -------------------------------------------------------------------------------- /pc/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc/_inc/a-button.png -------------------------------------------------------------------------------- /pc/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc/_inc/b-button.png -------------------------------------------------------------------------------- /pc/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc/_inc/bg.jpg -------------------------------------------------------------------------------- /pc/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc/_inc/marker.png -------------------------------------------------------------------------------- /pc/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc/_inc/x-button.png -------------------------------------------------------------------------------- /pc/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc/_inc/y-button.png -------------------------------------------------------------------------------- /pc88/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc88/_inc/a-button.png -------------------------------------------------------------------------------- /pc88/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc88/_inc/b-button.png -------------------------------------------------------------------------------- /pc88/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc88/_inc/bg.jpg -------------------------------------------------------------------------------- /pc88/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc88/_inc/marker.png -------------------------------------------------------------------------------- /pc88/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc88/_inc/x-button.png -------------------------------------------------------------------------------- /pc88/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc88/_inc/y-button.png -------------------------------------------------------------------------------- /pc98/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc98/_inc/a-button.png -------------------------------------------------------------------------------- /pc98/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc98/_inc/b-button.png -------------------------------------------------------------------------------- /pc98/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc98/_inc/bg.jpg -------------------------------------------------------------------------------- /pc98/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc98/_inc/marker.png -------------------------------------------------------------------------------- /pc98/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc98/_inc/x-button.png -------------------------------------------------------------------------------- /pc98/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pc98/_inc/y-button.png -------------------------------------------------------------------------------- /pce-cd/_inc/a-button-us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pce-cd/_inc/a-button-us.png -------------------------------------------------------------------------------- /pce-cd/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pce-cd/_inc/a-button.png -------------------------------------------------------------------------------- /pce-cd/_inc/b-button-us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pce-cd/_inc/b-button-us.png -------------------------------------------------------------------------------- /pce-cd/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pce-cd/_inc/b-button.png -------------------------------------------------------------------------------- /pce-cd/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pce-cd/_inc/bg.jpg -------------------------------------------------------------------------------- /pce-cd/_inc/buttonBG-jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pce-cd/_inc/buttonBG-jp.png -------------------------------------------------------------------------------- /pce-cd/_inc/marker-us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pce-cd/_inc/marker-us.png -------------------------------------------------------------------------------- /pce-cd/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pce-cd/_inc/marker.png -------------------------------------------------------------------------------- /pce-cd/_inc/x-button-us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pce-cd/_inc/x-button-us.png -------------------------------------------------------------------------------- /pce-cd/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pce-cd/_inc/x-button.png -------------------------------------------------------------------------------- /pce-cd/_inc/y-button-us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pce-cd/_inc/y-button-us.png -------------------------------------------------------------------------------- /pce-cd/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pce-cd/_inc/y-button.png -------------------------------------------------------------------------------- /pcengine/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pcengine/_inc/a-button.png -------------------------------------------------------------------------------- /pcengine/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pcengine/_inc/b-button.png -------------------------------------------------------------------------------- /pcengine/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pcengine/_inc/bg.jpg -------------------------------------------------------------------------------- /pcengine/_inc/marker-us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pcengine/_inc/marker-us.png -------------------------------------------------------------------------------- /pcengine/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pcengine/_inc/marker.png -------------------------------------------------------------------------------- /pcengine/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pcengine/_inc/x-button.png -------------------------------------------------------------------------------- /pcengine/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pcengine/_inc/y-button.png -------------------------------------------------------------------------------- /pcfx/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pcfx/_inc/a-button.png -------------------------------------------------------------------------------- /pcfx/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pcfx/_inc/b-button.png -------------------------------------------------------------------------------- /pcfx/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pcfx/_inc/bg.jpg -------------------------------------------------------------------------------- /pcfx/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pcfx/_inc/marker.png -------------------------------------------------------------------------------- /pcfx/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pcfx/_inc/x-button.png -------------------------------------------------------------------------------- /pcfx/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pcfx/_inc/y-button.png -------------------------------------------------------------------------------- /pet/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pet/_inc/a-button.png -------------------------------------------------------------------------------- /pet/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pet/_inc/b-button.png -------------------------------------------------------------------------------- /pet/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pet/_inc/bg.jpg -------------------------------------------------------------------------------- /pet/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pet/_inc/marker.png -------------------------------------------------------------------------------- /pet/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pet/_inc/x-button.png -------------------------------------------------------------------------------- /pet/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pet/_inc/y-button.png -------------------------------------------------------------------------------- /pico8/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pico8/_inc/a-button.png -------------------------------------------------------------------------------- /pico8/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pico8/_inc/b-button.png -------------------------------------------------------------------------------- /pico8/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pico8/_inc/bg.jpg -------------------------------------------------------------------------------- /pico8/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pico8/_inc/marker.png -------------------------------------------------------------------------------- /pico8/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pico8/_inc/x-button.png -------------------------------------------------------------------------------- /pico8/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pico8/_inc/y-button.png -------------------------------------------------------------------------------- /ports/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ports/_inc/a-button.png -------------------------------------------------------------------------------- /ports/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ports/_inc/b-button.png -------------------------------------------------------------------------------- /ports/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ports/_inc/bg.jpg -------------------------------------------------------------------------------- /ports/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ports/_inc/x-button.png -------------------------------------------------------------------------------- /ports/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ports/_inc/y-button.png -------------------------------------------------------------------------------- /ps2/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ps2/_inc/a-button.png -------------------------------------------------------------------------------- /ps2/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ps2/_inc/b-button.png -------------------------------------------------------------------------------- /ps2/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ps2/_inc/bg.jpg -------------------------------------------------------------------------------- /ps2/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ps2/_inc/marker.png -------------------------------------------------------------------------------- /ps2/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ps2/_inc/x-button.png -------------------------------------------------------------------------------- /ps2/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ps2/_inc/y-button.png -------------------------------------------------------------------------------- /ps3/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ps3/_inc/a-button.png -------------------------------------------------------------------------------- /ps3/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ps3/_inc/b-button.png -------------------------------------------------------------------------------- /ps3/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ps3/_inc/bg.jpg -------------------------------------------------------------------------------- /ps3/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ps3/_inc/marker.png -------------------------------------------------------------------------------- /ps3/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ps3/_inc/x-button.png -------------------------------------------------------------------------------- /ps3/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ps3/_inc/y-button.png -------------------------------------------------------------------------------- /psikyo/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psikyo/_inc/bg.jpg -------------------------------------------------------------------------------- /psikyo/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psikyo/_inc/marker.png -------------------------------------------------------------------------------- /psp/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psp/_inc/a-button.png -------------------------------------------------------------------------------- /psp/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psp/_inc/b-button.png -------------------------------------------------------------------------------- /psp/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psp/_inc/bg.jpg -------------------------------------------------------------------------------- /psp/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psp/_inc/marker.png -------------------------------------------------------------------------------- /psp/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psp/_inc/x-button.png -------------------------------------------------------------------------------- /psp/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psp/_inc/y-button.png -------------------------------------------------------------------------------- /pspminis/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pspminis/_inc/a-button.png -------------------------------------------------------------------------------- /pspminis/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pspminis/_inc/b-button.png -------------------------------------------------------------------------------- /pspminis/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pspminis/_inc/bg.jpg -------------------------------------------------------------------------------- /pspminis/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pspminis/_inc/marker.png -------------------------------------------------------------------------------- /pspminis/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pspminis/_inc/x-button.png -------------------------------------------------------------------------------- /pspminis/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pspminis/_inc/y-button.png -------------------------------------------------------------------------------- /psvita/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psvita/_inc/a-button.png -------------------------------------------------------------------------------- /psvita/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psvita/_inc/b-button.png -------------------------------------------------------------------------------- /psvita/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psvita/_inc/bg.jpg -------------------------------------------------------------------------------- /psvita/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psvita/_inc/marker.png -------------------------------------------------------------------------------- /psvita/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psvita/_inc/x-button.png -------------------------------------------------------------------------------- /psvita/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psvita/_inc/y-button.png -------------------------------------------------------------------------------- /psx/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psx/_inc/a-button.png -------------------------------------------------------------------------------- /psx/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psx/_inc/b-button.png -------------------------------------------------------------------------------- /psx/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psx/_inc/bg.jpg -------------------------------------------------------------------------------- /psx/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psx/_inc/marker.png -------------------------------------------------------------------------------- /psx/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psx/_inc/x-button.png -------------------------------------------------------------------------------- /psx/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/psx/_inc/y-button.png -------------------------------------------------------------------------------- /pygame/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/pygame/_inc/marker.png -------------------------------------------------------------------------------- /samcoupe/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/samcoupe/_inc/bg.jpg -------------------------------------------------------------------------------- /samcoupe/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/samcoupe/_inc/marker.png -------------------------------------------------------------------------------- /sammy/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sammy/_inc/a-button.png -------------------------------------------------------------------------------- /sammy/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sammy/_inc/b-button.png -------------------------------------------------------------------------------- /sammy/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sammy/_inc/bg.jpg -------------------------------------------------------------------------------- /sammy/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sammy/_inc/marker.png -------------------------------------------------------------------------------- /sammy/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sammy/_inc/x-button.png -------------------------------------------------------------------------------- /sammy/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sammy/_inc/y-button.png -------------------------------------------------------------------------------- /satellaview/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/satellaview/_inc/bg.jpg -------------------------------------------------------------------------------- /satellaview/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/satellaview/_inc/marker.png -------------------------------------------------------------------------------- /saturn/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/saturn/_inc/a-button.png -------------------------------------------------------------------------------- /saturn/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/saturn/_inc/b-button.png -------------------------------------------------------------------------------- /saturn/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/saturn/_inc/bg.jpg -------------------------------------------------------------------------------- /saturn/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/saturn/_inc/marker.png -------------------------------------------------------------------------------- /saturn/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/saturn/_inc/x-button.png -------------------------------------------------------------------------------- /saturn/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/saturn/_inc/y-button.png -------------------------------------------------------------------------------- /scummvm/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/scummvm/_inc/a-button.png -------------------------------------------------------------------------------- /scummvm/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/scummvm/_inc/b-button.png -------------------------------------------------------------------------------- /scummvm/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/scummvm/_inc/bg.jpg -------------------------------------------------------------------------------- /scummvm/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/scummvm/_inc/marker.png -------------------------------------------------------------------------------- /scummvm/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/scummvm/_inc/x-button.png -------------------------------------------------------------------------------- /scummvm/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/scummvm/_inc/y-button.png -------------------------------------------------------------------------------- /scv/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/scv/_inc/bg.jpg -------------------------------------------------------------------------------- /scv/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/scv/_inc/marker.png -------------------------------------------------------------------------------- /sdlpop/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sdlpop/_inc/a-button.png -------------------------------------------------------------------------------- /sdlpop/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sdlpop/_inc/b-button.png -------------------------------------------------------------------------------- /sdlpop/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sdlpop/_inc/bg.jpg -------------------------------------------------------------------------------- /sdlpop/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sdlpop/_inc/marker.png -------------------------------------------------------------------------------- /sdlpop/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sdlpop/_inc/x-button.png -------------------------------------------------------------------------------- /sdlpop/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sdlpop/_inc/y-button.png -------------------------------------------------------------------------------- /sega/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sega/_inc/a-button.png -------------------------------------------------------------------------------- /sega/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sega/_inc/b-button.png -------------------------------------------------------------------------------- /sega/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sega/_inc/bg.jpg -------------------------------------------------------------------------------- /sega/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sega/_inc/marker.png -------------------------------------------------------------------------------- /sega/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sega/_inc/x-button.png -------------------------------------------------------------------------------- /sega/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sega/_inc/y-button.png -------------------------------------------------------------------------------- /sega32x/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sega32x/_inc/a-button.png -------------------------------------------------------------------------------- /sega32x/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sega32x/_inc/b-button.png -------------------------------------------------------------------------------- /sega32x/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sega32x/_inc/bg.jpg -------------------------------------------------------------------------------- /sega32x/_inc/buttonBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sega32x/_inc/buttonBG.png -------------------------------------------------------------------------------- /sega32x/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sega32x/_inc/marker.png -------------------------------------------------------------------------------- /sega32x/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sega32x/_inc/x-button.png -------------------------------------------------------------------------------- /sega32x/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sega32x/_inc/y-button.png -------------------------------------------------------------------------------- /segacd/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segacd/_inc/a-button.png -------------------------------------------------------------------------------- /segacd/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segacd/_inc/b-button.png -------------------------------------------------------------------------------- /segacd/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segacd/_inc/bg.jpg -------------------------------------------------------------------------------- /segacd/_inc/buttonBG-eu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segacd/_inc/buttonBG-eu.png -------------------------------------------------------------------------------- /segacd/_inc/buttonBG-jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segacd/_inc/buttonBG-jp.png -------------------------------------------------------------------------------- /segacd/_inc/buttonBG-us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segacd/_inc/buttonBG-us.png -------------------------------------------------------------------------------- /segacd/_inc/buttonBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segacd/_inc/buttonBG.png -------------------------------------------------------------------------------- /segacd/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segacd/_inc/marker.png -------------------------------------------------------------------------------- /segacd/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segacd/_inc/x-button.png -------------------------------------------------------------------------------- /segacd/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segacd/_inc/y-button.png -------------------------------------------------------------------------------- /segastv/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segastv/_inc/a-button.png -------------------------------------------------------------------------------- /segastv/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segastv/_inc/b-button.png -------------------------------------------------------------------------------- /segastv/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segastv/_inc/bg.jpg -------------------------------------------------------------------------------- /segastv/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segastv/_inc/marker.png -------------------------------------------------------------------------------- /segastv/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segastv/_inc/x-button.png -------------------------------------------------------------------------------- /segastv/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/segastv/_inc/y-button.png -------------------------------------------------------------------------------- /seibukaihatsu/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/seibukaihatsu/_inc/bg.jpg -------------------------------------------------------------------------------- /semicom/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/semicom/_inc/a-button.png -------------------------------------------------------------------------------- /semicom/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/semicom/_inc/b-button.png -------------------------------------------------------------------------------- /semicom/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/semicom/_inc/bg.jpg -------------------------------------------------------------------------------- /semicom/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/semicom/_inc/marker.png -------------------------------------------------------------------------------- /semicom/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/semicom/_inc/x-button.png -------------------------------------------------------------------------------- /semicom/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/semicom/_inc/y-button.png -------------------------------------------------------------------------------- /sg-1000/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sg-1000/_inc/a-button.png -------------------------------------------------------------------------------- /sg-1000/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sg-1000/_inc/b-button.png -------------------------------------------------------------------------------- /sg-1000/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sg-1000/_inc/bg.jpg -------------------------------------------------------------------------------- /sg-1000/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sg-1000/_inc/marker.png -------------------------------------------------------------------------------- /sg-1000/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sg-1000/_inc/x-button.png -------------------------------------------------------------------------------- /sg-1000/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sg-1000/_inc/y-button.png -------------------------------------------------------------------------------- /sgb/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sgb/_inc/a-button.png -------------------------------------------------------------------------------- /sgb/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sgb/_inc/b-button.png -------------------------------------------------------------------------------- /sgb/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sgb/_inc/bg.jpg -------------------------------------------------------------------------------- /sgb/_inc/gameboyOverlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sgb/_inc/gameboyOverlay.png -------------------------------------------------------------------------------- /sgb/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sgb/_inc/marker.png -------------------------------------------------------------------------------- /sgb/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sgb/_inc/x-button.png -------------------------------------------------------------------------------- /sgb/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sgb/_inc/y-button.png -------------------------------------------------------------------------------- /snes-msu1/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snes-msu1/_inc/a-button.png -------------------------------------------------------------------------------- /snes-msu1/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snes-msu1/_inc/b-button.png -------------------------------------------------------------------------------- /snes-msu1/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snes-msu1/_inc/bg.jpg -------------------------------------------------------------------------------- /snes-msu1/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snes-msu1/_inc/marker.png -------------------------------------------------------------------------------- /snes-msu1/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snes-msu1/_inc/x-button.png -------------------------------------------------------------------------------- /snes-msu1/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snes-msu1/_inc/y-button.png -------------------------------------------------------------------------------- /snes/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snes/_inc/a-button.png -------------------------------------------------------------------------------- /snes/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snes/_inc/b-button.png -------------------------------------------------------------------------------- /snes/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snes/_inc/bg.jpg -------------------------------------------------------------------------------- /snes/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snes/_inc/marker.png -------------------------------------------------------------------------------- /snes/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snes/_inc/x-button.png -------------------------------------------------------------------------------- /snes/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snes/_inc/y-button.png -------------------------------------------------------------------------------- /snk/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snk/_inc/a-button.png -------------------------------------------------------------------------------- /snk/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snk/_inc/b-button.png -------------------------------------------------------------------------------- /snk/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snk/_inc/bg.jpg -------------------------------------------------------------------------------- /snk/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snk/_inc/marker.png -------------------------------------------------------------------------------- /snk/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snk/_inc/x-button.png -------------------------------------------------------------------------------- /snk/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/snk/_inc/y-button.png -------------------------------------------------------------------------------- /solarus/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/solarus/_inc/a-button.png -------------------------------------------------------------------------------- /solarus/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/solarus/_inc/b-button.png -------------------------------------------------------------------------------- /solarus/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/solarus/_inc/bg.jpg -------------------------------------------------------------------------------- /solarus/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/solarus/_inc/marker.png -------------------------------------------------------------------------------- /splash.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/splash.mp4 -------------------------------------------------------------------------------- /sufami/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sufami/_inc/a-button.png -------------------------------------------------------------------------------- /sufami/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sufami/_inc/b-button.png -------------------------------------------------------------------------------- /sufami/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sufami/_inc/bg.jpg -------------------------------------------------------------------------------- /sufami/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sufami/_inc/marker.png -------------------------------------------------------------------------------- /sufami/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sufami/_inc/x-button.png -------------------------------------------------------------------------------- /sufami/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/sufami/_inc/y-button.png -------------------------------------------------------------------------------- /supergrafx/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/supergrafx/_inc/bg.jpg -------------------------------------------------------------------------------- /supervision/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/supervision/_inc/bg.jpg -------------------------------------------------------------------------------- /supracan/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/supracan/_inc/bg.jpg -------------------------------------------------------------------------------- /supracan/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/supracan/_inc/marker.png -------------------------------------------------------------------------------- /switch/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/switch/_inc/a-button.png -------------------------------------------------------------------------------- /switch/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/switch/_inc/b-button.png -------------------------------------------------------------------------------- /switch/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/switch/_inc/bg.jpg -------------------------------------------------------------------------------- /switch/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/switch/_inc/marker.png -------------------------------------------------------------------------------- /switch/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/switch/_inc/x-button.png -------------------------------------------------------------------------------- /switch/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/switch/_inc/y-button.png -------------------------------------------------------------------------------- /taito/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/taito/_inc/a-button.png -------------------------------------------------------------------------------- /taito/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/taito/_inc/b-button.png -------------------------------------------------------------------------------- /taito/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/taito/_inc/bg.jpg -------------------------------------------------------------------------------- /taito/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/taito/_inc/marker.png -------------------------------------------------------------------------------- /taito/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/taito/_inc/x-button.png -------------------------------------------------------------------------------- /taito/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/taito/_inc/y-button.png -------------------------------------------------------------------------------- /technos/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/technos/_inc/bg.jpg -------------------------------------------------------------------------------- /technos/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/technos/_inc/marker.png -------------------------------------------------------------------------------- /tecmo/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/tecmo/_inc/bg.jpg -------------------------------------------------------------------------------- /tecmo/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/tecmo/_inc/marker.png -------------------------------------------------------------------------------- /ti99/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ti99/_inc/bg.jpg -------------------------------------------------------------------------------- /ti99/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/ti99/_inc/marker.png -------------------------------------------------------------------------------- /tic80/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/tic80/_inc/a-button.png -------------------------------------------------------------------------------- /tic80/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/tic80/_inc/b-button.png -------------------------------------------------------------------------------- /tic80/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/tic80/_inc/bg.jpg -------------------------------------------------------------------------------- /tic80/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/tic80/_inc/marker.png -------------------------------------------------------------------------------- /tic80/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/tic80/_inc/x-button.png -------------------------------------------------------------------------------- /tic80/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/tic80/_inc/y-button.png -------------------------------------------------------------------------------- /toaplan/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/toaplan/_inc/bg.jpg -------------------------------------------------------------------------------- /toaplan/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/toaplan/_inc/marker.png -------------------------------------------------------------------------------- /triforce/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/triforce/_inc/bg.jpg -------------------------------------------------------------------------------- /triforce/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/triforce/_inc/marker.png -------------------------------------------------------------------------------- /universal/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/universal/_inc/bg.jpg -------------------------------------------------------------------------------- /vectrex/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/vectrex/_inc/bg.jpg -------------------------------------------------------------------------------- /vectrex/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/vectrex/_inc/marker.png -------------------------------------------------------------------------------- /videopacplus/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/videopacplus/_inc/bg.jpg -------------------------------------------------------------------------------- /virtualboy/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/virtualboy/_inc/bg.jpg -------------------------------------------------------------------------------- /visco/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/visco/_inc/a-button.png -------------------------------------------------------------------------------- /visco/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/visco/_inc/b-button.png -------------------------------------------------------------------------------- /visco/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/visco/_inc/bg.jpg -------------------------------------------------------------------------------- /visco/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/visco/_inc/marker.png -------------------------------------------------------------------------------- /visco/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/visco/_inc/x-button.png -------------------------------------------------------------------------------- /visco/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/visco/_inc/y-button.png -------------------------------------------------------------------------------- /vpinball/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/vpinball/_inc/bg.jpg -------------------------------------------------------------------------------- /vpinball/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/vpinball/_inc/marker.png -------------------------------------------------------------------------------- /vsc/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/vsc/_inc/a-button.png -------------------------------------------------------------------------------- /vsc/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/vsc/_inc/b-button.png -------------------------------------------------------------------------------- /vsc/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/vsc/_inc/bg.jpg -------------------------------------------------------------------------------- /vsc/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/vsc/_inc/marker.png -------------------------------------------------------------------------------- /vsc/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/vsc/_inc/x-button.png -------------------------------------------------------------------------------- /vsc/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/vsc/_inc/y-button.png -------------------------------------------------------------------------------- /wii/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/wii/_inc/a-button.png -------------------------------------------------------------------------------- /wii/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/wii/_inc/b-button.png -------------------------------------------------------------------------------- /wii/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/wii/_inc/bg.jpg -------------------------------------------------------------------------------- /wii/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/wii/_inc/marker.png -------------------------------------------------------------------------------- /wii/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/wii/_inc/x-button.png -------------------------------------------------------------------------------- /wii/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/wii/_inc/y-button.png -------------------------------------------------------------------------------- /wiiu/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/wiiu/_inc/a-button.png -------------------------------------------------------------------------------- /wiiu/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/wiiu/_inc/b-button.png -------------------------------------------------------------------------------- /wiiu/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/wiiu/_inc/bg.jpg -------------------------------------------------------------------------------- /wiiu/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/wiiu/_inc/marker.png -------------------------------------------------------------------------------- /wiiu/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/wiiu/_inc/x-button.png -------------------------------------------------------------------------------- /wiiu/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/wiiu/_inc/y-button.png -------------------------------------------------------------------------------- /windows/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/windows/_inc/marker.png -------------------------------------------------------------------------------- /wonderswan/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/wonderswan/_inc/bg.jpg -------------------------------------------------------------------------------- /x1/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/x1/_inc/a-button.png -------------------------------------------------------------------------------- /x1/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/x1/_inc/b-button.png -------------------------------------------------------------------------------- /x1/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/x1/_inc/bg.jpg -------------------------------------------------------------------------------- /x1/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/x1/_inc/marker.png -------------------------------------------------------------------------------- /x1/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/x1/_inc/x-button.png -------------------------------------------------------------------------------- /x1/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/x1/_inc/y-button.png -------------------------------------------------------------------------------- /x68000/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/x68000/_inc/a-button.png -------------------------------------------------------------------------------- /x68000/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/x68000/_inc/b-button.png -------------------------------------------------------------------------------- /x68000/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/x68000/_inc/bg.jpg -------------------------------------------------------------------------------- /x68000/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/x68000/_inc/marker.png -------------------------------------------------------------------------------- /x68000/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/x68000/_inc/x-button.png -------------------------------------------------------------------------------- /x68000/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/x68000/_inc/y-button.png -------------------------------------------------------------------------------- /xbox/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/xbox/_inc/a-button.png -------------------------------------------------------------------------------- /xbox/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/xbox/_inc/b-button.png -------------------------------------------------------------------------------- /xbox/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/xbox/_inc/bg.jpg -------------------------------------------------------------------------------- /xbox/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/xbox/_inc/marker.png -------------------------------------------------------------------------------- /xbox/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/xbox/_inc/x-button.png -------------------------------------------------------------------------------- /xbox/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/xbox/_inc/y-button.png -------------------------------------------------------------------------------- /xbox360/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/xbox360/_inc/bg.jpg -------------------------------------------------------------------------------- /xbox360/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/xbox360/_inc/marker.png -------------------------------------------------------------------------------- /xegs/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/xegs/_inc/a-button.png -------------------------------------------------------------------------------- /xegs/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/xegs/_inc/b-button.png -------------------------------------------------------------------------------- /xegs/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/xegs/_inc/bg.jpg -------------------------------------------------------------------------------- /xegs/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/xegs/_inc/marker.png -------------------------------------------------------------------------------- /xegs/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/xegs/_inc/x-button.png -------------------------------------------------------------------------------- /xegs/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/xegs/_inc/y-button.png -------------------------------------------------------------------------------- /zx81/_inc/a-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/zx81/_inc/a-button.png -------------------------------------------------------------------------------- /zx81/_inc/b-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/zx81/_inc/b-button.png -------------------------------------------------------------------------------- /zx81/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/zx81/_inc/bg.jpg -------------------------------------------------------------------------------- /zx81/_inc/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/zx81/_inc/marker.png -------------------------------------------------------------------------------- /zx81/_inc/x-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/zx81/_inc/x-button.png -------------------------------------------------------------------------------- /zx81/_inc/y-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/zx81/_inc/y-button.png -------------------------------------------------------------------------------- /zxspectrum/_inc/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/20GotoTen/es-theme-retrofix/0e3ee10a53e2f046c9a2e7a53de4696da6d1f67b/zxspectrum/_inc/bg.jpg --------------------------------------------------------------------------------