mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 05:45:46 +00:00
Add performance statistics to status bar
This commit is contained in:
parent
1772c9f5a0
commit
3a9447bc16
11 changed files with 159 additions and 3 deletions
|
@ -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])).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue