This website requires JavaScript.
Explore
Help
Sign in
7cc5c4f330d47060
/
geode
Watch
1
Star
0
Fork
You've already forked geode
0
mirror of
https://github.com/geode-sdk/geode.git
synced
2024-11-22 23:48:08 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
9d4e6ba0e4
geode
/
loader
/
launcher
/
mac
/
Bootstrapper.cpp
4 lines
82 B
C++
Raw
Normal View
History
Unescape
Escape
Change geode loading order, auto updating not implemented yet
2023-07-08 09:38:09 -04:00
extern
"
C
"
void
fake
(
)
;
macos fixes and implemented the bootstrapper without testing
2022-10-08 05:41:36 -04:00
__attribute__
(
(
constructor
)
)
void
_entry
(
)
{
Change geode loading order, auto updating not implemented yet
2023-07-08 09:38:09 -04:00
fake
(
)
;
macos fixes and implemented the bootstrapper without testing
2022-10-08 05:41:36 -04:00
}
Reference in a new issue
Copy permalink