From 52f7324f3791d2efb929f2488fbe887e2e038475 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 13 Jul 2005 08:29:02 +0000 Subject: [PATCH] add SetupConcurrentRenderingThread --- stepmania/src/arch/ArchHooks/ArchHooks.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stepmania/src/arch/ArchHooks/ArchHooks.h b/stepmania/src/arch/ArchHooks/ArchHooks.h index 48916c9ff2..5cfe4ee014 100644 --- a/stepmania/src/arch/ArchHooks/ArchHooks.h +++ b/stepmania/src/arch/ArchHooks/ArchHooks.h @@ -26,6 +26,12 @@ public: virtual void BoostPriority() { } virtual void UnBoostPriority() { } + /* + * The priority of the concurrent rendering thread may need to be boosted + * on some schedulers. + */ + virtual void SetupConcurrentRenderingThread() { } + /* * Return the amount of time since the program started. (This may actually be * since the initialization of HOOKS.