Write textures in separate thread; fixes perf

This commit is contained in:
2024-11-11 19:27:23 -05:00
parent f22a74b036
commit d306f19297
5 changed files with 167 additions and 75 deletions
+1 -1
View File
@@ -11,8 +11,8 @@ mod app;
mod audio;
mod controller;
mod emulator;
mod graphics;
mod input;
mod renderer;
#[derive(Parser)]
struct Args {