errors.h 293 B

12345678910111213
  1. // Copyright 2019 yuzu emulator team
  2. // Licensed under GPLv2 or any later version
  3. // Refer to the license.txt file included.
  4. #pragma once
  5. #include "core/hle/result.h"
  6. namespace Service::HID {
  7. constexpr ResultCode ERR_NPAD_NOT_CONNECTED{ErrorModule::HID, 710};
  8. } // namespace Service::HID