attempt at fixing Linux linking error
This commit is contained in:
@@ -4,5 +4,4 @@
|
|||||||
#include <array>
|
#include <array>
|
||||||
|
|
||||||
namespace Netplay {
|
namespace Netplay {
|
||||||
bool connected = false;
|
|
||||||
}
|
}
|
||||||
@@ -3,5 +3,4 @@
|
|||||||
#include <PIF.hpp>
|
#include <PIF.hpp>
|
||||||
|
|
||||||
namespace Netplay {
|
namespace Netplay {
|
||||||
extern bool connected;
|
|
||||||
}
|
}
|
||||||
@@ -328,11 +328,11 @@ void PIF::EepromWrite(const u8* cmd, u8* res, const Mem& mem) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void PIF::UpdateController() {
|
void PIF::UpdateController() {
|
||||||
if(Netplay::connected) {
|
//if(Netplay::connected) {
|
||||||
Util::panic("Netplay!!!");
|
// Util::panic("Netplay!!!");
|
||||||
} else {
|
//} else {
|
||||||
PollController();
|
PollController();
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
void PIF::DoPIFHLE(Mem& mem, Registers& regs, bool pal, CICType cicType) {
|
void PIF::DoPIFHLE(Mem& mem, Registers& regs, bool pal, CICType cicType) {
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
#include <Netplay.hpp>
|
#include <Netplay.hpp>
|
||||||
|
|
||||||
namespace Netplay {
|
namespace Netplay {
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user