strat: fix board namespacing for nintendo::nx
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <vapours.hpp>
|
||||
#include <stratosphere/pwm/pwm_types.hpp>
|
||||
|
||||
namespace ams::pwm::driver::board::nintendo_nx {
|
||||
namespace ams::pwm::driver::board::nintendo::nx {
|
||||
|
||||
void Initialize();
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
namespace ams::pwm::driver::board {
|
||||
|
||||
using namespace ams::pwm::driver::board::nintendo_nx;
|
||||
using namespace ams::pwm::driver::board::nintendo::nx;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user