mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-04 22:32:57 +12:00
IR: Proper error in SendIrnop
This commit is contained in:
parent
dc7f8a48bd
commit
2a0661f968
3 changed files with 14 additions and 8 deletions
|
@ -2,8 +2,9 @@
|
|||
|
||||
#include "result_cfg.hpp"
|
||||
#include "result_common.hpp"
|
||||
#include "result_kernel.hpp"
|
||||
#include "result_os.hpp"
|
||||
#include "result_fnd.hpp"
|
||||
#include "result_fs.hpp"
|
||||
#include "result_gsp.hpp"
|
||||
#include "result_gsp.hpp"
|
||||
#include "result_ir.hpp"
|
||||
#include "result_kernel.hpp"
|
||||
#include "result_os.hpp"
|
8
include/result/result_ir.hpp
Normal file
8
include/result/result_ir.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
#include "result_common.hpp"
|
||||
|
||||
DEFINE_HORIZON_RESULT_MODULE(Result::IR, IR);
|
||||
|
||||
namespace Result::IR {
|
||||
DEFINE_HORIZON_RESULT(NoDeviceConnected, 13, InvalidState, Status);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue