File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11using _Microsoft . Android . Resource . Designer ;
22using Android . Content ;
33using Refresher . Core . Pipelines ;
4+ using Refresher . Core . Pipelines . Lbp ;
45using SCEToolSharp ;
56
67using ConditionalAttribute = System . Diagnostics . ConditionalAttribute ;
@@ -21,7 +22,8 @@ protected override void OnCreate(Bundle? savedInstanceState)
2122 if ( mainContent == null )
2223 throw new Exception ( "Main content not found" ) ;
2324
24- this . AddButtonForPipeline < PS3PatchPipeline > ( mainContent , "Patch a PS3 game" ) ;
25+ this . AddButtonForPipeline < LbpPS3PatchPipeline > ( mainContent , "Patch LBP1/2/3 for PS3" ) ;
26+ this . AddButtonForPipeline < PS3PatchPipeline > ( mainContent , "Patch any PS3 game" ) ;
2527 #if DEBUG
2628 this . AddButtonForPipeline < ExamplePipeline > ( mainContent , "Example Pipeline" ) ;
2729 this . AddSceToolSharpTestButton ( mainContent ) ;
You can’t perform that action at this time.
0 commit comments