mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 14:53:18 +00:00
v0.0.1 release files
This commit is contained in:
parent
c9d2c92001
commit
1395fd4939
5 changed files with 52 additions and 3 deletions
7
src/version.h
Normal file
7
src/version.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
namespace Emulator {
|
||||
constexpr char VERSION[] = "0.0.1";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue