This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
MochaLite
Watch
2
Star
0
Fork
0
You've already forked MochaLite
mirror of
https://github.com/wiiu-env/MochaLite.git
synced
2024-11-01 02:25:10 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5b57caecee
MochaLite
/
ios_mcp
/
source
/
ipc.h
8 lines
77 B
C
Raw
Normal View
History
Unescape
Escape
first release
2016-12-12 19:31:02 +01:00
#
ifndef _IPC_H_
#
define _IPC_H_
void
ipc_init
(
)
;
wip commit of the FAT32 nativ USB support NOTE: This is a work in progress commit. It includes debug and test functions and some features that existed before might not even work. It is not finished and not very well tested. So it's warning to NOT use this for everyday playing! This is target for developers to look some stuff up that I was working on. See also my post on gbatemp for more information.
2017-02-07 18:15:16 +01:00
void
ipc_deinit
(
)
;
first release
2016-12-12 19:31:02 +01:00
#
endif
Reference in New Issue
Copy Permalink