duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

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