shadPS4/src/version.h

7 lines
117 B
C
Raw Normal View History

2023-09-29 07:40:30 +02:00
#pragma once
#include <string>
#include <string_view>
namespace Emulator {
2023-10-09 15:54:10 +02:00
constexpr char VERSION[] = "0.0.2 WIP";
2023-09-29 07:40:30 +02:00
}