pine_server.h (407B)
1 // SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team, Connor McLaughlin <stenzek@gmail.com> 2 // SPDX-License-Identifier: (GPL-3.0 OR PolyForm-Strict-1.0.0) 3 4 // A reference client implementation for interfacing with PINE is available here: 5 // https://code.govanify.com/govanify/pine/ 6 7 #pragma once 8 9 namespace PINEServer { 10 bool IsRunning(); 11 bool Initialize(u16 slot); 12 void Shutdown(); 13 } // namespace PINEServer