record raw events everywhere
Some checks are pending
record-daemon / Build, check and test (push) Waiting to run
Some checks are pending
record-daemon / Build, check and test (push) Waiting to run
This commit is contained in:
@@ -6,7 +6,6 @@ use serde::{Deserialize, Serialize};
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::config::Settings;
|
||||
use crate::lqp::GameEvent;
|
||||
use crate::recording::RecordingResult;
|
||||
use crate::state::DaemonStatus;
|
||||
use crate::timeline::RecordingMetadata;
|
||||
@@ -153,7 +152,10 @@ pub enum IpcNotification {
|
||||
},
|
||||
|
||||
/// Game event received.
|
||||
GameEvent { event: Box<GameEvent> },
|
||||
GameEvent {
|
||||
event_type: String,
|
||||
raw_data: serde_json::Value,
|
||||
},
|
||||
|
||||
/// Daemon status changed.
|
||||
StatusChanged { status: DaemonStatus },
|
||||
|
||||
Reference in New Issue
Block a user