#include "globals.h" StoredBuffer gStoredTVBuffer __attribute__((section(".data"))) = {}; StoredBuffer gStoredDRCBuffer __attribute__((section(".data"))) = {}; std::vector> gLoadedPlugins __attribute__((section(".data"))); std::vector gTrampData __attribute__((section(".data"))); std::set> gLoadedData __attribute__((section(".data"))); std::set> gLoadOnNextLaunch __attribute__((section(".data"))); std::mutex gLoadedDataMutex __attribute__((section(".data"))); std::map gUsedRPLs __attribute__((section(".data"))); std::vector gAllocatedAddresses __attribute__((section(".data"))); bool gNotificationModuleLoaded __attribute__((section(".data"))) = false;