core_timing: remove user data value
This commit is contained in:
parent
91290b9be4
commit
f34d3d7e84
15 changed files with 79 additions and 104 deletions
|
@ -18,9 +18,7 @@ constexpr auto INCREMENT_TIME{5ms};
|
|||
DeviceSession::DeviceSession(Core::System& system_)
|
||||
: system{system_}, thread_event{Core::Timing::CreateEvent(
|
||||
"AudioOutSampleTick",
|
||||
[this](std::uintptr_t, s64 time, std::chrono::nanoseconds) {
|
||||
return ThreadFunc();
|
||||
})} {}
|
||||
[this](s64 time, std::chrono::nanoseconds) { return ThreadFunc(); })} {}
|
||||
|
||||
DeviceSession::~DeviceSession() {
|
||||
Finalize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue