hos: add bc based mem mode support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2018 naehrwert
|
||||
* Copyright (c) 2018-2025 CTCaer
|
||||
* Copyright (c) 2018-2026 CTCaer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms and conditions of the GNU General Public License,
|
||||
@@ -63,9 +63,10 @@ enum {
|
||||
|
||||
typedef struct _exo_ctxt_t
|
||||
{
|
||||
u32 hos_revision;
|
||||
bool no_user_exceptions;
|
||||
bool user_pmu;
|
||||
u32 hos_revision;
|
||||
bool no_user_exceptions;
|
||||
bool user_pmu;
|
||||
bool *force_mem_mode;
|
||||
bool *usb3_force;
|
||||
bool *cal0_blank;
|
||||
bool *cal0_allow_writes_sys;
|
||||
|
||||
Reference in New Issue
Block a user