Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-core
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
nanahira
ygopro-core
Commits
4c3538b5
Commit
4c3538b5
authored
Jan 12, 2025
by
Chen Bill
Committed by
GitHub
Jan 12, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix parameter name (#707)
parent
4c881b4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ocgapi.cpp
ocgapi.cpp
+2
-2
No files found.
ocgapi.cpp
View file @
4c3538b5
...
@@ -41,8 +41,8 @@ uint32_t read_card(uint32_t code, card_data* data) {
...
@@ -41,8 +41,8 @@ uint32_t read_card(uint32_t code, card_data* data) {
}
}
return
creader
(
code
,
data
);
return
creader
(
code
,
data
);
}
}
uint32_t
handle_message
(
void
*
pduel
,
uint32_t
m
sg
_type
)
{
uint32_t
handle_message
(
void
*
pduel
,
uint32_t
m
essage
_type
)
{
return
mhandler
((
intptr_t
)
pduel
,
m
sg
_type
);
return
mhandler
((
intptr_t
)
pduel
,
m
essage
_type
);
}
}
byte
*
default_script_reader
(
const
char
*
script_name
,
int
*
slen
)
{
byte
*
default_script_reader
(
const
char
*
script_name
,
int
*
slen
)
{
FILE
*
fp
;
FILE
*
fp
;
...
...
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