System: Move COM init to common code

This commit is contained in:
Stenzek
2024-04-25 12:56:02 +10:00
parent 425235fd31
commit 7548113afd
5 changed files with 25 additions and 18 deletions

View File

@ -490,10 +490,10 @@ void UpdateDiscordPresence(bool update_session_time);
namespace Internal {
/// Called on process startup.
bool ProcessStartup();
bool CPUThreadInitialize();
/// Called on process shutdown.
void ProcessShutdown();
void CPUThreadShutdown();
/// Polls input, updates subsystems which are present while paused/inactive.
void IdlePollUpdate();