0x0wl

citra

Sep 12th, 2015
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. local citra_path = "D:\\3DS\\citra\\citra-qt.exe"
  2. local dist_folder = "D:\\3DS\\lpp-3ds\\"
  3. local dist_path = dist_folder .. "lpp-3ds.3dsx"
  4.  
  5. return {
  6.   name = "LPP/Citra",
  7.   description = "Debug LPP w/ citra-qt",
  8.   api = {"lpp","baselib"},
  9.  
  10.   frun = function(self,wfilename)
  11.     CommandLineRun(citra_path .. " " .. dist_path, dist_folder)
  12.   end,
  13. }
Advertisement
Add Comment
Please, Sign In to add comment