mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
rename the net interface files. it's a start I guess.
This commit is contained in:
parent
027c93b207
commit
7a12237cec
@ -31,8 +31,8 @@ set(SOURCES_QT_SDL
|
||||
ROMInfoDialog.cpp
|
||||
RAMInfoDialog.cpp
|
||||
TitleManagerDialog.cpp
|
||||
LAN_PCap.cpp
|
||||
LAN_Socket.cpp
|
||||
Net_PCap.cpp
|
||||
Net_Slirp.cpp
|
||||
LocalMP.cpp
|
||||
OSD_shaders.h
|
||||
font.h
|
||||
|
@ -24,8 +24,8 @@
|
||||
#include "Config.h"
|
||||
#include "main.h"
|
||||
|
||||
#include "LAN_Socket.h"
|
||||
#include "LAN_PCap.h"
|
||||
#include "Net_Slirp.h"
|
||||
#include "Net_PCap.h"
|
||||
#include "Wifi.h"
|
||||
|
||||
#include "MPSettingsDialog.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <string.h>
|
||||
#include <pcap/pcap.h>
|
||||
#include "Wifi.h"
|
||||
#include "LAN_PCap.h"
|
||||
#include "Net_PCap.h"
|
||||
#include "Config.h"
|
||||
#include "Platform.h"
|
||||
#include "main.h"
|
@ -22,7 +22,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "Wifi.h"
|
||||
#include "LAN_Socket.h"
|
||||
#include "Net_Slirp.h"
|
||||
#include "FIFO.h"
|
||||
#include "Platform.h"
|
||||
|
@ -38,8 +38,8 @@
|
||||
#include "Config.h"
|
||||
#include "main.h"
|
||||
#include "CameraManager.h"
|
||||
#include "LAN_Socket.h"
|
||||
#include "LAN_PCap.h"
|
||||
#include "Net_Slirp.h"
|
||||
#include "Net_PCap.h"
|
||||
#include "LocalMP.h"
|
||||
#include "SPI_Firmware.h"
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
#include "Config.h"
|
||||
#include "main.h"
|
||||
|
||||
#include "LAN_Socket.h"
|
||||
#include "LAN_PCap.h"
|
||||
#include "Net_Slirp.h"
|
||||
#include "Net_PCap.h"
|
||||
#include "Wifi.h"
|
||||
|
||||
#include "WifiSettingsDialog.h"
|
||||
|
Loading…
Reference in New Issue
Block a user