diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-03-31 20:31:05 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-03-31 20:31:05 +0200 |
| commit | a386ef64f6376b3ef8434a6cdf456495287fcbca (patch) | |
| tree | e2da9f72ce0a565b4fac2fc8be19ab3497286b36 /base/base.c | |
| parent | d5486a5af100fb37fac08b60d862ac14943853ce (diff) | |
currently 90% working
Diffstat (limited to 'base/base.c')
| -rw-r--r-- | base/base.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/base/base.c b/base/base.c index 4c6fbe3..91555ef 100644 --- a/base/base.c +++ b/base/base.c @@ -85,7 +85,9 @@ int main(int argc, char **argv) { reset_profiling_data(); #endif render_callback(); +// #ifndef PERF_TEST apply_phosphor_decay(); +// #endif update_keyboard_state(); update_modifier_state(); update_mouse_state(); @@ -112,7 +114,7 @@ int main(int argc, char **argv) { mkfw_swap_buffers(); #endif } - + shutdown_callback(); #ifdef PROFILER overlay_shutdown(); #endif |
