raicool / ctr-plugin

Basic Mario Kart 7 plugin that citra supports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ctr-plugin

Basic Mario Kart 7 plugin that citra supports

mpv-shot0019

Requirements

Building

Windows

  • launch devkitPro's msys2 shell from devkitPro/msys2/msys2_shell.bat
  • set directory to root of ctr-plugin
  • run sh build with some optional parameters:
    • clean: deletes CMakeFiles folder
    • nobuild: do not run cmake generation or make
    • copy: copies bin/plugin.3gx to citra (environment var CITRA_DATA must be set to citra's appdata folder, otherwise you must supply the path)
    • run-nogui: runs mariokart7 from citra.exe (environment var CITRA must be set to citra.exe's path, otherwise you must supply the path)
    • run-qt: runs mariokart7 from citra.exe (environment var CITRA_QT must be set to citra-qt.exe's path, otherwise you must supply the path)

Linux

  • idk how this os works

About

Basic Mario Kart 7 plugin that citra supports


Languages

Language:C++ 89.9%Language:C 7.9%Language:Shell 1.8%Language:CMake 0.4%