Super Mario Odyssey and Building the YUZU Emulator from Source Code Tutorial
Super Mario Odyssey And Building the YUZU Emulator from Source Code Tutorial.
Discord
https://discord.gg/tcRxXyy
Many thanks to Jack42 for help with this tutorial.
All my video's are done in realtime.
Copy and paste this text to a text file.
A GUI to do this is available on my Discord Server linked here
The GUI is called YUZU Builder. you will need the files below installed to get the GUI to work.
join my discord server https://discord.gg/6TxE94e
I am going to show the manual way to build YUZU.
download the CMAKE here https://cmake.org/download/
Download Git installer here https://git-scm.com/downloads
Download Visual Studio here https://visualstudio.microsoft.com/downloads/
Install the CMAKE Gui.
Install Git installer.
Install Visual Studio and update it, i have already done so to save time in the video.
Browse to a location you want to start at, i will use the folder i created with my last video.
C:\YUZU Builds
hold down shift key and right click mouse and select open command window here.
Note to windows 10 users you may have to use the process i will link to below to get this option to display.
https://www.itprotoday.com/management-mobility/add-open-command-window-here-windows-10-context-menu
copy the text below, and then paste it to the command window via cntrl v to bring that line of text into command window
git clone --recursive https://github.com/yuzu-emu/yuzu.git
cd yuzu
git remote add upstream https://www.github.com/bunnei/yuzu
git fetch upstream
git merge upstream/ignore-asserts
git remote set-url upstream https://github.com/DarkLordZach/yuzu
git fetch upstream
git merge upstream/ldg-1
Now i will create a folder called build and run the CMAKE GUI.
make sure your CMAKE configuration matches mine.
After the Generate button is pressed the YUZU building files for Visual Studio are created.
So now i will exit CMAKE and double click the YUZU file to bring the projects into Visual Studio.
Take note of the settings here this is critical.
Now we will run the exe we just built.
The Unknown 12th man out, see ya next time.....
Видео Super Mario Odyssey and Building the YUZU Emulator from Source Code Tutorial автора Уроки Java и Visual Studio для начинающих
Видео Super Mario Odyssey and Building the YUZU Emulator from Source Code Tutorial автора Уроки Java и Visual Studio для начинающих
Информация
4 декабря 2023 г. 16:05:07
00:52:49
Похожие видео