Address comments
This commit is contained in:
parent
b3e2a6d58f
commit
b638819345
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ namespace Ryujinx.Common
|
|||
public class ReactiveObject<T>
|
||||
{
|
||||
private ReaderWriterLock _readerWriterLock = new ReaderWriterLock();
|
||||
private bool _isInitialized = false;
|
||||
private T _value;
|
||||
private bool _isInitialized = false;
|
||||
private T _value;
|
||||
|
||||
public event EventHandler<ReactiveEventArgs<T>> Event;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue