mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-27 00:30:34 +00:00
Fix #145
This commit is contained in:
parent
c0084c145b
commit
26b66bb0d6
@ -13,6 +13,10 @@ and this project roughly adheres to [Semantic Versioning](https://semver.org/spe
|
||||
128-pixel gaps are no longer available due to
|
||||
libretro limits on how many core option values can be defined.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an issue where the emulated console could not connect to the network.
|
||||
|
||||
## [1.0.1] - 2024-01-12
|
||||
|
||||
### Fixed
|
||||
|
@ -134,7 +134,7 @@ bool MelonDsDs::CoreState::LanInit() noexcept {
|
||||
|
||||
// LAN::PCap may already be initialized if we're using direct mode,
|
||||
// as it was necessary to query the available interfaces for the core options
|
||||
switch (NetworkMode()) {
|
||||
switch (Config.NetworkMode()) {
|
||||
#ifdef HAVE_NETWORKING_DIRECT_MODE
|
||||
case MelonDsDs::NetworkMode::Direct: {
|
||||
const LAN_PCap::AdapterData* adapter = SelectNetworkInterface(LAN_PCap::Adapters, LAN_PCap::NumAdapters);
|
||||
|
Loading…
Reference in New Issue
Block a user