Skip to content

Commit

Permalink
fix OsuPlayFinder
Browse files Browse the repository at this point in the history
  • Loading branch information
KedamaOvO committed Aug 14, 2020
1 parent 6defaa6 commit 571548f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Memory/OsuPlayFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ internal class OsuPlayFinder : OsuFinderBase
{
#region Address Arguments

//0xA1,0,0,0,0,0x8D,0x56,0x08,0xE8,0,0,0,0,0x83,0x7f,0x04,0x00
private static readonly string s_acc_pattern = "\xa1\x0\x0\x0\x0\x8d\x56\x08\xe8\x0\x0\x0\x0\x83\x7f\x04\x00";
private static readonly string s_acc_mask = "x????xxxx????xxxx";
//0xA1,0,0,0,0,0x8D,0x56,0x0C,0xE8,0x00,0x00,0x00,0x00,0x8B,0x47,0x04
private static readonly string s_acc_pattern = "\xA1\x0\x0\x0\x0\x8D\x56\x0C\xE8\x00\x00\x00\x00\x8B\x47\x04";
private static readonly string s_acc_mask = "x????xxxx????xxx";

//0x73,0x7a,0x8b,0x0d,0x0,0x0,0x0,0x0,0x85,0xc9,0x74,0x1f
private static readonly string s_acc_pattern_fallback = "\x73\x7a\x8b\x0d\x0\x0\x0\x0\x85\xc9\x74\x1f\x8d\x55\xf0";
Expand Down
2 changes: 1 addition & 1 deletion OsuRTDataProviderPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class OsuRTDataProviderPlugin : Plugin
{
public const string PLUGIN_NAME = "OsuRTDataProvider";
public const string PLUGIN_AUTHOR = "KedamaOvO";
public const string VERSION = "1.6.4";
public const string VERSION = "1.6.5";

private PluginConfigurationManager m_config_manager;

Expand Down

0 comments on commit 571548f

Please sign in to comment.