This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Luma3DS-3GX/sysmodules/pxi/source/receiver.h

14 lines
271 B
C
Raw Normal View History

2017-11-02 15:11:55 +01:00
/*
receiver.h:
Fetches replies coming from Process9, writing them in the appropriate buffer.
2020-04-25 14:26:21 +02:00
(c) TuxSH, 2016-2020
2017-11-02 15:11:55 +01:00
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);