Integrate 3ds_pxi and 3ds_sm
This commit is contained in:
13
sysmodules/pxi/source/receiver.h
Normal file
13
sysmodules/pxi/source/receiver.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
receiver.h:
|
||||
Fetches replies coming from Process9, writing them in the appropriate buffer.
|
||||
|
||||
(c) TuxSH, 2016-2017
|
||||
This is part of 3ds_pxi, which is licensed under the MIT license (see LICENSE for details).
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
|
||||
void receiver(void);
|
||||
Reference in New Issue
Block a user