mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-21 10:48:16 -05:00
Add performance statistics to status bar
This commit is contained in:
@ -13,6 +13,8 @@
|
||||
|
||||
namespace GPU {
|
||||
|
||||
constexpr float SCREEN_REFRESH_RATE = 60;
|
||||
|
||||
// Returns index corresponding to the Regs member labeled by field_name
|
||||
// TODO: Due to Visual studio bug 209229, offsetof does not return constant expressions
|
||||
// when used with array elements (e.g. GPU_REG_INDEX(memory_fill_config[0])).
|
||||
|
Reference in New Issue
Block a user