PSP net code first pass
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Copyright (c) 2026 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "networkpsp.h"
|
||||
|
||||
#define networkPlatformInit networkPspInit
|
||||
#define networkPlatformUpdate networkPspUpdate
|
||||
#define networkPlatformDispose networkPspDispose
|
||||
#define networkPlatformIsConnected networkPspIsConnected
|
||||
#define networkPlatformRequestConnection networkPspRequestConnection
|
||||
#define networkPlatformHTTPRequest networkPspHTTPRequest
|
||||
Reference in New Issue
Block a user