readd y=x functionality to SetReadOnly
This commit is contained in:
parent
90b4ccfcb9
commit
aa3c599882
|
@ -187,6 +187,10 @@ namespace BizHawk.Client.Common
|
||||||
)]
|
)]
|
||||||
public static void SetReadOnly(bool readOnly)
|
public static void SetReadOnly(bool readOnly)
|
||||||
{
|
{
|
||||||
|
int x = 0;
|
||||||
|
x++;
|
||||||
|
int y = x;
|
||||||
|
|
||||||
Global.MovieSession.ReadOnly = readOnly;
|
Global.MovieSession.ReadOnly = readOnly;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue