mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 04:08:19 -05:00
Remove memory allocations in some hot paths
This commit is contained in:
@ -63,7 +63,6 @@ struct ChCommand {
|
||||
};
|
||||
|
||||
using ChCommandHeaderList = std::vector<ChCommandHeader>;
|
||||
using ChCommandList = std::vector<ChCommand>;
|
||||
|
||||
struct ThiRegisters {
|
||||
u32_le increment_syncpt{};
|
||||
|
Reference in New Issue
Block a user