[Project64] Add GetPlugins to N64 system

This commit is contained in:
zilmar 2016-08-07 16:50:06 +10:00
parent 1e6c6ed707
commit d3970065fc
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ public:
void SetCheatsSlectionChanged(bool changed) { m_CheatsSlectionChanged = changed; }
bool HasCheatsSlectionChanged(void) const { return m_CheatsSlectionChanged; }
uint32_t GetButtons(int32_t Control) const { return m_Buttons[Control]; }
CPlugins * GetPlugins() { return m_Plugins; }
//Variable used to track that the SP is being handled and stays the same as the real SP in sync core
#ifdef TEST_SP_TRACKING