Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local citra_path = "D:\\3DS\\citra\\citra-qt.exe"
- local dist_folder = "D:\\3DS\\lpp-3ds\\"
- local dist_path = dist_folder .. "lpp-3ds.3dsx"
- return {
- name = "LPP/Citra",
- description = "Debug LPP w/ citra-qt",
- api = {"lpp","baselib"},
- frun = function(self,wfilename)
- CommandLineRun(citra_path .. " " .. dist_path, dist_folder)
- end,
- }
Advertisement
Add Comment
Please, Sign In to add comment