Skip to content

Commit

Permalink
Add assets/vfpu to Windows installer generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Sep 8, 2023
1 parent 16e8ba2 commit 8dbc1e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ppsspp.iss
Expand Up @@ -78,6 +78,7 @@ Source: "assets\themes\*.*"; DestDir: "{app}\assets\themes"
Source: "assets\debugger\*"; DestDir: "{app}\assets\debugger"; Flags: recursesubdirs
Source: "assets\lang\*.ini"; DestDir: "{app}\assets\lang"
Source: "assets\flash0\font\*.*"; DestDir: "{app}\assets\flash0\font"
Source: "assets\vfpu\*.*"; DestDir: "{app}\assets\vfpu"
Source: "dx9sdk\8.1\Redist\D3D\x64\d3dcompiler_47.dll"; DestDir: "{app}"
Source: "dx9sdk\8.1\Redist\D3D\x86\d3dcompiler_47.dll"; DestName: "d3dcompiler_47.x86.dll"; DestDir: "{app}"

Expand Down

0 comments on commit 8dbc1e7

Please sign in to comment.