minkcv offers version 0.4.1 of " Vapor Spec ", port of the virtual machine " Vapor Spec " for the nintendo Switch.

Vapor Spec for Nintendo Switch

Vapor Spec for Nintendo Switch Homebrew.

Vapor Spec is a virtual game platform. You can develop games for Windows, Linux, and the Nintendo Switch.
Building the Vapor Spec platform for the Switch

You can skip this and go to the section below.

See the devkitPro Getting Started page.

Install dependencies

pacman -S devkitA64 libnx switch-tools switch-sdl2

then, after cloning this repo,

$ cd vm-switch
$ make

Should produce vm-switch.nro for switch homebrew.
Running Vapor Spec on the Switch

See the Releases Section for download all the necessary files.

Put the vm-switch.nro and the vaporspec folder in your SD card.

The SD card should now look like this:

switch /
vm-switch.nro
vaporspec /
gamelist.txt
pong.bin
(other game files)

You can add other games by adding a line in gamelist.txt with the following items separated by semicolons.

The name of the game
The filename of the game binary
The filename of the game rom (optional)

Example gamelist.txt (note the last semicolon is still required even when no rom is used):

pong; pong.bin ;;
March, mars.bin; mars.rom;
tetris; tetris.bin ;;

I AM NOT RESPONSIBLE FOR DAMAGE OR DATA LOSS ON YOUR NINTENDO SWITCH

Download https://github.com/minkcv/vm-switch

via https://www.nintendomax.com/viewtopic.php?f=168&t=16886