mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-02 18:29:41 +00:00
Signals can throw exceptions.
This commit is contained in:
parent
ad45dadb0b
commit
6d7fc70810
@ -14,7 +14,7 @@ namespace EightBit {
|
|||||||
|
|
||||||
[[nodiscard]] constexpr auto cycles() const noexcept { return m_cycles; }
|
[[nodiscard]] constexpr auto cycles() const noexcept { return m_cycles; }
|
||||||
|
|
||||||
void tick(int extra = 1) noexcept {
|
void tick(int extra = 1) {
|
||||||
for (int i = 0; i < extra; ++i) {
|
for (int i = 0; i < extra; ++i) {
|
||||||
++m_cycles;
|
++m_cycles;
|
||||||
Ticked.fire();
|
Ticked.fire();
|
||||||
|
Loading…
Reference in New Issue
Block a user