mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 07:39:49 -04:00
ams: various fixes to support booting debug configuration
This commit is contained in:
parent
85fd13f724
commit
6125f40bdb
7 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@ namespace ams::diag {
|
|||
|
||||
namespace impl {
|
||||
|
||||
constexpr inline size_t DebugPrintBufferLength = 0x80;
|
||||
constexpr inline size_t DebugPrintBufferLength = 0x100;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ namespace ams::powctl {
|
|||
namespace {
|
||||
|
||||
impl::SessionImpl &GetOpenSessionImpl(Session &session) {
|
||||
AMS_ASSERT(session.has_session);
|
||||
/* AMS_ASSERT(session.has_session); */
|
||||
auto &impl = GetReference(session.impl_storage);
|
||||
AMS_ASSERT(impl.IsOpen());
|
||||
return impl;
|
||||
|
|
|
@ -22,7 +22,7 @@ namespace ams::powctl {
|
|||
namespace {
|
||||
|
||||
impl::SessionImpl &GetOpenSessionImpl(Session &session) {
|
||||
AMS_ASSERT(session.has_session);
|
||||
/* AMS_ASSERT(session.has_session); */
|
||||
auto &impl = GetReference(session.impl_storage);
|
||||
AMS_ASSERT(impl.IsOpen());
|
||||
return impl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue