A simple NES emulator
Run the following command to compile the code:
g++ -o olcExampleProgram Emulator.cpp -lX11 -lGL -lpthread -lpng -lstdc++fs -std=c++17
Now execute the executable
./olcExampleProgram
It will ask for the file name. Type smb.nes
to play Super Mario!
Get a linux system and run the above commands