Skip to content

Commit

Permalink
ScreencapRawWithGzip
Browse files Browse the repository at this point in the history
  • Loading branch information
moomiji committed Aug 7, 2024
1 parent 3c7e01f commit db537c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MaaFramework.Binding.UnitTests/Test_IMaaController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class Test_IMaaController
{
#if MAA_NATIVE
{
MaaTypes.Native, new MaaAdbController(Common.AdbPath, Common.Address, s_inputPreset | AdbControllerTypes.ScreencapRawByNetcat, Common.AdbConfig, Common.AgentPath, LinkOption.None)
MaaTypes.Native, new MaaAdbController(Common.AdbPath, Common.Address, s_inputPreset | AdbControllerTypes.ScreencapRawWithGzip, Common.AdbConfig, Common.AgentPath, LinkOption.None)
},
#endif
};
Expand Down

0 comments on commit db537c3

Please sign in to comment.