Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOProUnity_V2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
MyCard
YGOProUnity_V2
Commits
f21817f7
Commit
f21817f7
authored
Jun 26, 2025
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix getPtrString
parent
b98dc68d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Assets/SibylSystem/coreWrapper.cs
Assets/SibylSystem/coreWrapper.cs
+1
-0
No files found.
Assets/SibylSystem/coreWrapper.cs
View file @
f21817f7
...
...
@@ -1190,6 +1190,7 @@ namespace Percy
var
s
=
Encoding
.
UTF8
.
GetBytes
(
path
);
var
ptrFileName
=
Marshal
.
AllocHGlobal
(
s
.
Length
+
1
);
Marshal
.
Copy
(
s
,
0
,
ptrFileName
,
s
.
Length
);
Marshal
.
WriteByte
(
ptrFileName
,
s
.
Length
,
0
);
return
ptrFileName
;
}
...
...
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