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
0
Merge Requests
0
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
YGOPRO-520DIY
ygopro
Commits
e05a3d96
Commit
e05a3d96
authored
Apr 02, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add premake5 for lua memory
parent
54e75245
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ocgcore
ocgcore
+1
-1
premake5.lua
premake5.lua
+2
-0
No files found.
ocgcore
@
c839efc3
Subproject commit c
a5bd0f5e1b4113d7e046d8228b70fc2281d08eb
Subproject commit c
839efc376239d72400ee84c42851d8ad76b5535
premake5.lua
View file @
e05a3d96
...
...
@@ -100,6 +100,7 @@ boolOptions = {
"no-lua-safe"
,
"message-debug"
,
"no-side-check"
,
"log-lua-memory-size"
,
}
for
_
,
boolOption
in
ipairs
(
boolOptions
)
do
...
...
@@ -112,6 +113,7 @@ numberOptions = {
"min-deck"
,
"max-extra"
,
"max-side"
,
"lua-memory-size"
,
}
for
_
,
numberOption
in
ipairs
(
numberOptions
)
do
...
...
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