[Base] Optional Clock scaling bypass.
New cvar clock_no_scaling bypasses all time scaling code. Clock state is non dynamic. Timing is always derived from host.
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "xenia/base/cvar.h"
|
||||
|
||||
DECLARE_bool(clock_no_scaling);
|
||||
|
||||
namespace xe {
|
||||
|
||||
class Clock {
|
||||
|
||||
Reference in New Issue
Block a user