spu: Speed hacks - Do not starve PPU threads

optionally hint to the OS scheduler to give less attention to SPUs

ui: Add speed 'hacks' as configurable options
This commit is contained in:
kd-11 2017-04-23 23:09:27 +03:00
parent 4b5a30f53d
commit df7b466656
7 changed files with 82 additions and 2 deletions

View file

@ -258,6 +258,9 @@ protected:
// Thread finalization (called after on_task)
virtual void on_exit() {}
// Called once upon thread spawn within the thread's own context
virtual void on_spawn() {}
public:
// ID initialization
virtual void on_init(const std::shared_ptr<void>& _this)