Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
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
nanahira
ygopro
Commits
e49f4546
Commit
e49f4546
authored
Dec 31, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:Fluorohydride/ygopro
parents
7a732afb
2f0cae84
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
211 additions
and
19 deletions
+211
-19
gframe/config.h
gframe/config.h
+4
-4
lflist.conf
lflist.conf
+206
-15
strings.conf
strings.conf
+1
-0
No files found.
gframe/config.h
View file @
e49f4546
...
@@ -73,12 +73,12 @@ extern char** environ;
...
@@ -73,12 +73,12 @@ extern char** environ;
#include "../ocgcore/ocgapi.h"
#include "../ocgcore/ocgapi.h"
template
<
size_t
N
,
typename
...
TR
>
template
<
size_t
N
,
typename
...
TR
>
inline
int
myswprintf
(
wchar_t
(
&
buf
)[
N
],
const
wchar_t
*
fmt
,
TR
&&
...
args
)
{
inline
int
myswprintf
(
wchar_t
(
&
buf
)[
N
],
const
wchar_t
*
fmt
,
TR
...
args
)
{
return
std
::
swprintf
(
buf
,
N
,
fmt
,
std
::
forward
<
TR
>
(
args
)
...);
return
std
::
swprintf
(
buf
,
N
,
fmt
,
args
...);
}
}
template
<
size_t
N
,
typename
...
TR
>
template
<
size_t
N
,
typename
...
TR
>
inline
int
mysnprintf
(
char
(
&
buf
)[
N
],
const
char
*
fmt
,
TR
&&
...
args
)
{
inline
int
mysnprintf
(
char
(
&
buf
)[
N
],
const
char
*
fmt
,
TR
...
args
)
{
return
std
::
snprintf
(
buf
,
N
,
fmt
,
std
::
forward
<
TR
>
(
args
)
...);
return
std
::
snprintf
(
buf
,
N
,
fmt
,
args
...);
}
}
inline
FILE
*
mywfopen
(
const
wchar_t
*
filename
,
const
char
*
mode
)
{
inline
FILE
*
mywfopen
(
const
wchar_t
*
filename
,
const
char
*
mode
)
{
...
...
lflist.conf
View file @
e49f4546
This diff is collapsed.
Click to expand it.
strings.conf
View file @
e49f4546
...
@@ -1286,3 +1286,4 @@
...
@@ -1286,3 +1286,4 @@
!
setname
0
x1d7
艾克莉西娅 エクレシア
!
setname
0
x1d7
艾克莉西娅 エクレシア
!
setname
0
x1d8
耀圣 エルフェンノーツ
!
setname
0
x1d8
耀圣 エルフェンノーツ
!
setname
0
x1d9
磁力 マグネット
!
setname
0
x1d9
磁力 マグネット
!
setname
0
x1da
世界末日 エンド・オブ・ザ・ワールド
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