| Commit message (Expand) | Author | Age | Files | Lines |
* | -emu/schedule.cpp: Restore timers expiring at the same time in the order they... |  Vas Crabb | 12 days | 1 | -2/+10 |
* | emu/schedule.cpp: Mark one path as EXPECTED |  AJR | 2024-10-30 | 1 | -1/+1 |
* | schedule/timer: be more consistent with s32 param |  hap | 2023-12-11 | 1 | -3/+3 |
* | -Lua engine: run everything in coroutines. (#11019) |  Vas Crabb | 2023-03-25 | 1 | -5/+4 |
* | Revert "emu_timer adjust(): set enable flag to false if timer isn't running" |  hap | 2022-11-01 | 1 | -2/+2 |
* | Revert "emu_timer: undo prev commit, add running() getter and change some ena... |  hap | 2022-11-01 | 1 | -1/+1 |
* | emu_timer: undo prev commit, add running() getter and change some enabled() c... |  hap | 2022-10-25 | 1 | -1/+1 |
* | emu_timer adjust(): set enable flag to false if timer isn't running |  hap | 2022-10-24 | 1 | -2/+2 |
* | schedule: rename add_scheduling_quantum to add_quantum, added perfect_quatum ... |  hap | 2022-09-02 | 1 | -53/+49 |
* | More scheduler optimisation, Visual Studio build fixes, and cleanup. |  Vas Crabb | 2022-06-17 | 1 | -71/+110 |
* | emu/schedule.cpp: Fixed regressions with some temporary timers. |  Vas Crabb | 2022-06-16 | 1 | -3/+8 |
* | Optimisation, and baby steps towards untangling stuff: |  Vas Crabb | 2022-06-16 | 1 | -58/+111 |
* | emu/schedule.cpp: Reduced spam from use of synchronize() - it serves a purpos... |  Vas Crabb | 2022-06-04 | 1 | -8/+11 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -108/+19 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -19/+16 |
* | -osd: Clean up inline maths utilities. |  Vas Crabb | 2021-01-18 | 1 | -1/+1 |
* | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -1/+1 |
* | emu: correct some file headers (nw) |  hap | 2020-06-19 | 1 | -1/+1 |
* | save/restore otuput values in save states |  Vas Crabb | 2019-12-13 | 1 | -4/+3 |
* | schedule: pick some really low-hanging fruit (nw) |  Vas Crabb | 2019-11-15 | 1 | -43/+52 |
* | assert aborts on failure - abort is not an exception. conditional noexcept i... |  Vas Crabb | 2019-11-10 | 1 | -3/+3 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -3/+3 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 1 | -21/+5 |
* | don't try to update m_totalcycles on devices with a zero clock, as it will cr... |  smf- | 2018-07-29 | 1 | -1/+5 |
* | Revert part of 20b5f5d0e6f73b9ce6fffa4fc5dbe3f2b83d2a27 |  smf- | 2018-07-29 | 1 | -26/+25 |
* | Fix setting sample rate back to zero & crash for synchronous streams when rat... |  smf- | 2018-07-29 | 1 | -25/+26 |
* | Revert part of 20b5f5d0e6f73b9ce6fffa4fc5dbe3f2b83d2a27 |  Olivier Galibert | 2018-07-29 | 1 | -26/+25 |
* | vgmplay: start all clocks at zero and reset all sound chips on a song change ... |  smf- | 2018-07-27 | 1 | -25/+26 |
* | Kludge some absolute tag lookups in the core that can't really be helped (nw) |  AJR | 2018-05-21 | 1 | -1/+1 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
* | Stop save and load logging timers unless VERBOSE is set. [smf] |  smf- | 2017-12-20 | 1 | -2/+6 |
* | Fix scheduler overflow when a device executes for more cycles than there are ... |  AJR | 2017-06-27 | 1 | -1/+9 |
* | Retired min/max in attotime.h, in favor of std::[min|max]() |  Nathan Woods | 2017-05-25 | 1 | -4/+4 |
* | RIP timer_pulse (nw) |  AJR | 2017-05-20 | 1 | -12/+0 |
* | Check for callback name being a null pointer before sending it to %s. (nw) |  Ted Green | 2017-05-05 | 1 | -1/+4 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -5/+5 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -5/+5 |
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -2/+2 |
* | - removed FUNC_NULL macro |  Miodrag Milanovic | 2016-07-01 | 1 | -3/+8 |
* | Iterate over devices C++11 style |  AJR | 2016-04-18 | 1 | -8/+7 |
* | Iterate over core classes C++11 style |  AJR | 2016-03-31 | 1 | -3/+3 |
* | * Support *n conversion in stream_format/string_format |  Vas Crabb | 2016-03-01 | 1 | -1/+1 |
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -1/+1 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -4/+4 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -4/+4 |
* | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -58/+58 |
* | Some cleanups and init fixes with help of ReSharper C++ (nw) |  Miodrag Milanovic | 2015-11-11 | 1 | -3/+3 |
* | These are not needed with official tools (nw) |  Miodrag Milanovic | 2015-11-10 | 1 | -12/+0 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+996 |