Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-2pick
Commits
20bab3cb
Commit
20bab3cb
authored
Nov 18, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
5f2b8770
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
gframe/game.cpp
gframe/game.cpp
+1
-1
premake/gframe/ygopro.rc
premake/gframe/ygopro.rc
+4
-4
system.conf
system.conf
+1
-1
No files found.
gframe/game.cpp
View file @
20bab3cb
...
...
@@ -12,7 +12,7 @@
#include <sstream>
#include <regex>
unsigned
short
PRO_VERSION
=
0x134
6
;
unsigned
short
PRO_VERSION
=
0x134
7
;
namespace
ygo
{
...
...
premake/gframe/ygopro.rc
View file @
20bab3cb
1 ICON "ygopro.ico"
1 VERSIONINFO
FILEVERSION 1, 0, 34,
6
PRODUCTVERSION 1, 0, 34,
6
FILEVERSION 1, 0, 34,
7
PRODUCTVERSION 1, 0, 34,
7
FILEOS 0x4
FILETYPE 0x1
...
...
@@ -16,8 +16,8 @@ VALUE "InternalName", "KoishiPro"
VALUE "LegalCopyright", "Copyright (C) 2018 Nanahira"
VALUE "OriginalFilename", "ygopro.exe"
VALUE "ProductName", "KoishiPro"
VALUE "FileVersion", "1.034.
6
.Koishi"
VALUE "ProductVersion", "1.034.
6
.Koishi"
VALUE "FileVersion", "1.034.
7
.Koishi"
VALUE "ProductVersion", "1.034.
7
.Koishi"
END
END
BLOCK "VarFileInfo"
...
...
system.conf
View file @
20bab3cb
...
...
@@ -2,7 +2,7 @@
#nickname & gamename should be less than 20 characters
use_d3d
=
0
use_image_scale
=
1
pro_version
=
493
4
pro_version
=
493
5
antialias
=
2
errorlog
=
3
nickname
=
Komeiji
Koishi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment