[TEST] Rework Android CPU affinity/ threading 2

This commit is contained in:
CamilleLaVey
2026-07-29 00:27:04 -04:00
parent 5157251457
commit c51b9fed0f
6 changed files with 64 additions and 8 deletions
@@ -529,7 +529,8 @@ private:
u64 frame_tick = 0;
u64 last_sampler_gc_frame = (std::numeric_limits<u64>::max)();
Common::ThreadWorker texture_decode_worker{1, "TextureDecoder"};
Common::ThreadWorker texture_decode_worker{1, "TextureDecoder", {},
Common::ThreadPlacement::Background};
std::vector<std::unique_ptr<AsyncDecodeContext>> async_decodes;
std::deque<PendingUnswizzle> unswizzle_queue;