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

rc_version.c (157B)


      1 #include "rc_version.h"
      2 
      3 uint32_t rc_version(void)
      4 {
      5   return RCHEEVOS_VERSION;
      6 }
      7 
      8 const char* rc_version_string(void)
      9 {
     10   return RCHEEVOS_VERSION_STRING;
     11 }