loader: fix compilation and revert to ocs unlock uv table (worked before)

This commit is contained in:
souldbminersmwc
2025-11-30 16:49:51 -05:00
parent ebda409cb0
commit c11c13dfd5
5 changed files with 30 additions and 39 deletions

View File

@@ -472,10 +472,10 @@ namespace ams::ldr::oc::pcv::erista {
// using namespace pcv::erista;
//
// #define WRITE_PARAM_ALL_REG(TABLE, PARAM, VALUE) \
// TABLE->burst_regs.PARAM = VALUE; \
// TABLE->shadow_regs_ca_train.PARAM = VALUE; \
// TABLE->shadow_regs_quse_train.PARAM = VALUE; \
// #define WRITE_PARAM_ALL_REG(TABLE, PARAM, VALUE) // note: add backslashes to make the macro definition work
// TABLE->burst_regs.PARAM = VALUE;
// TABLE->shadow_regs_ca_train.PARAM = VALUE;
// TABLE->shadow_regs_quse_train.PARAM = VALUE;
// TABLE->shadow_regs_rdwr_train.PARAM = VALUE;
//
#define GET_CYCLE(PARAM) ((u32)((double)(PARAM) / (1000000.0 / 1600000.0)))