Skip to content

Commit

Permalink
the warriors plugin release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Jul 8, 2022
1 parent ec70081 commit dab621f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,13 @@ jobs:
tag: thesuffering
artifacts: data/Archives/TheSuffering.WidescreenFix.zip

- uses: ./.github/workflows/release_tag
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_list: ${{ format('{0},{1}', github.event.inputs.tag_list, inputs.tag_list) }}
tag: thewarriors
artifacts: data/Archives/TheWarriors.PPSSPP.FusionMod.zip

- uses: ./.github/workflows/release_tag
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/thewarriors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: thewarriors

on:
workflow_dispatch:

jobs:
call-workflow-passing-data:
uses: ThirteenAG/WidescreenFixesPack/.github/workflows/all.yml@master
with:
tag_list: thewarriors
project: /t:TheWarriors_PPSSPP_FusionMod
1 change: 1 addition & 0 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ project "TheWarriors.PPSSPP.FusionMod"
targetextension ".prx"
setbuildpaths_psp("Z:/WFP/Games/PPSSPP/", "PPSSPPWindows64.exe", "memstick/PSP/PLUGINS/TheWarriors.PPSSPP.FusionMod/", "%{wks.location}/../external/pspsdk/bin/vsmake", "%{wks.location}/../source/%{prj.name}/", "TheWarriors.PPSSPP.FusionMod")
writemakefile_psp("TheWarriors.PPSSPP.FusionMod")
writeghaction("thewarriors", "TheWarriors.PPSSPP.FusionMod")
project "TonyHawksAmericanWasteland.WidescreenFix"
setpaths("Z:/WFP/Games/Tony Hawks/Tony Hawk's American Wasteland/", "Game/THAW.exe", "Game/scripts/")
writeghaction("thaw", "TonyHawksAmericanWasteland.WidescreenFix")
Expand Down

2 comments on commit dab621f

@DonelBueno
Copy link

@DonelBueno DonelBueno commented on dab621f Jul 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the 60 fps patch supposed to work? I'm asking because the default option for it is "off/0" and when it's enabled, although the framecounter shows 60 fps and the gamespeed is normal, the game still looks like 30 fps.

@ThirteenAG
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the 60 fps patch supposed to work? I'm asking because the default option for it is "off/0" and when it's enabled, although the framecounter shows 60 fps and the gamespeed is normal, the game still looks like 30 fps.

¯_(ツ)_/¯

Please sign in to comment.