mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
core_timing: remove user data value
This commit is contained in:
parent
84a1054801
commit
b9545c5a0e
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