ROM Hack Overclock SX OS

VIPlaine1

Active Member
OP
Newcomer
Joined
Jul 15, 2017
Messages
40
Trophies
0
Age
27
XP
669
Country
United States
Overclock your SX OS, just extract the zip to the root of the sd card, for 60fps modding just drop the exefs patches to SXOS folder and titles too just the same way you do it in atmosphere. Also go to sys-clk editor to enable it
Overclock for SX OS.zip is just the sys.clk and the other one is Sys.clk+ Reverse NX.
Just download the second one for thinking to much
 

Attachments

  • Overclock For SX OS.zip
    1 MB · Views: 6,592
  • Sys.clk + ReverseNX for SXOS.zip
    905.4 KB · Views: 2,856
Last edited by VIPlaine1,

MSearles

Well-Known Member
Member
Joined
Jan 4, 2016
Messages
595
Trophies
0
Age
36
XP
2,649
Country
United States
Just a short Public Service Announcement for our users, particularly the ones who like their Homebrew on Nintendo platforms. The Homebrew community tends to be positive and participating in it is a recipe for a good time, but no group of people is free of bad actors with too much time on their hands. We have reason to believe that in the near future we'll see a lot of suspicious uploads of innocent-looking applications that are actually concealed console brickers and viruses. We came across a disconcerting threat against our site, among others, made by a Wii malware creator.

The safety of our users is our number one priority, so we strongly urge forum-goers to be weary of applications uploaded to the site recently, particularly if they come from relatively new accounts. We apologise for this inconvenience, but sadly there is little we can do besides staying vigilant and dealing swiftly with any and all suspicious content.

Stay safe, and keep on Tempin'!
 

stewacide

Well-Known Member
Member
Joined
Jun 22, 2018
Messages
247
Trophies
0
Age
40
XP
672
Country
Canada
Is the included sys_clk_editor the regular release or customized for this? (i.e. can I still use it in Atmosphere + sys_clk)
 

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,265
Trophies
3
XP
12,026
Country
Poland
So it's easy to check. Just download regular sys-clk instead of this pack with random stuff and OC profiles for some games set to 1785/921/1600 for all modes.

--------------------- MERGED ---------------------------

And I don't know why is there ReverseNX, when in this configuration it won't work with any CFW...
 
Last edited by masagrator,

Unkouh

New Member
Newbie
Joined
Sep 7, 2019
Messages
3
Trophies
0
Age
109
Location
Not Found
Website
twitter.com
XP
152
Country
Chile
File structure

Code:
+---config
|   \---sys-clk
|           config.ini
|           log.flag
|        
+---SaltySD
|   |   saltysd_core.elf
|   |   saltysd_proc.elf
|   |
|   +---flags
|   |   \---ReverseNX
|   |           createdock.flag
|   |           titleid.flag
|   |        
|   \---plugins
|       |   ReverseNX.elf
|       |
|       +---01009CC00E224000
|       |   |   ReverseNX.elf
|       |   |
|       |   \---ReverseNX
|       |           docked.flag
|       |        
|       \---ReverseNX
|               docked.flag
|            
+---switch
|   |   ReverseNX-Tool.nro
|   |
|   \---sys-clk-Editor
|           sys-clk-Editor.nro
|        
\---SXOS
    +---exefs_patches
    |   \---FireEmblem3Houses-60FPS
    |           47CA26D2AA77D0BAED0DB5064019F600.ips
    |           CECF500CEA4C214C46ABD94D133939C4.ips
    |        
    \---titles
        \---00FF0000636C6BFF
            |   exefs.nsp
            |
            \---flags
                    boot2.flag

Sys-clk/config.ini

Code:
; Example #1: BOTW

; Overclock CPU when docked

; Overclock MEM to docked clocks when handheld

;The Legend of Zelda: Breath of the Wild

[01007EF00011E000]
handheld_charging_cpu=1785
handheld_mem=1600
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
docked_gpu=921
docked_mem=1600
docked_cpu=1785
handheld_charging_usb_cpu=1785
handheld_charging_usb_gpu=921
handheld_charging_usb_mem=1600

; Example #2: Picross

; Underclock to save battery

[0100BA0003EEA000]
handheld_cpu=816
handheld_gpu=153.6
handheld_mem=800

;Assassin's Creed® Ⅲ Remastered

[01007F600B134000]
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600
docked_cpu=1785
docked_gpu=921
docked_mem=1600

;Marvel Ultimate Alliance 3: The Black Order

[010060700AC50000]
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600
docked_cpu=1785
docked_gpu=921
docked_mem=1600

;NARUTO SHIPPUDEN™: Ultimate Ninja® STORM 3 Full Burst

[01006BB00800A000]
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=768
handheld_mem=1600
docked_cpu=1785
docked_gpu=921
docked_mem=1600

;Mortal Kombat 11

[0100F2200C984000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;Blade II - The Return of Evil

[01009CC00E224000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;GOD EATER™ 3

[01001C700873E000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_usb_cpu=0
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;Brothers

[01000D500D08A000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;MY HERO ONE'S JUSTICE

[010039000B68E000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;DRAGON QUEST BUILDERS 2

[010042000A986000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600
handheld_charging_usb_cpu=0

;One Piece Unlimited World Red Deluxe Edition

[0100574002AF4000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=768
handheld_mem=1600

;The Caligula Effect: Overdose

[010069100B7F0000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=768
handheld_mem=1600

;Saints Row: The Third - The Full Package

[0100DE600BEEE000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=768
handheld_mem=1600

;One Piece: Pirate Warriors 3 Deluxe Edition

[0100774009CF6000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_gpu=921
handheld_charging_official_cpu=1785
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;RESIDENT EVIL REVELATIONS

[0100643002136000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_charging_official_cpu=1785
handheld_cpu=1785
handheld_gpu=768
handheld_mem=1600

;Team Sonic Racing

[010092B0091D0000]
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600
docked_cpu=1785
docked_gpu=921
docked_mem=1600

;SWORD ART ONLINE: FATAL BULLET COMPLETE EDITION

[01005DF00DC26000]
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600
docked_cpu=1785
docked_gpu=921
docked_mem=1600

;Kill la Kill The Game - IF

[0100A3F00C536000]
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600
docked_cpu=1785
docked_gpu=921
docked_mem=1600

;Cuphead

[0100A5C00D162000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;Hellblade: Senua's Sacrifice

[010044500CF8E000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;RAD

[010024400C516000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;ASTRAL CHAIN

[01007300020FA000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_usb_cpu=1785
handheld_charging_usb_gpu=921
handheld_charging_usb_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;Xenoblade Chronicles 2

[0100E95004038000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_usb_cpu=1785
handheld_charging_usb_gpu=921
handheld_charging_usb_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;Fire Emblem: Three Houses

[010055D009F78000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_usb_cpu=1785
handheld_charging_usb_gpu=921
handheld_charging_usb_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;Spyro Reignited Trilogy

[010077B00E046000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_usb_cpu=1785
handheld_charging_usb_gpu=921
handheld_charging_usb_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;SINNER: Sacrifice for Redemption

[0100B16009C10000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_usb_cpu=1785
handheld_charging_usb_gpu=921
handheld_charging_usb_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;SUPER MARIO ODYSSEY

[0100000000010000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_usb_cpu=1785
handheld_charging_usb_gpu=921
handheld_charging_usb_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;Modern Combat Blackout

[0100D8700B712000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_usb_cpu=1785
handheld_charging_usb_gpu=921
handheld_charging_usb_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

;/hbg/ Shop

[05A654E263910000]
docked_cpu=1785
docked_gpu=921
docked_mem=1600
handheld_charging_cpu=1785
handheld_charging_gpu=921
handheld_charging_mem=1600
handheld_charging_usb_cpu=1785
handheld_charging_usb_gpu=921
handheld_charging_usb_mem=1600
handheld_charging_official_cpu=1785
handheld_charging_official_gpu=921
handheld_charging_official_mem=1600
handheld_cpu=1785
handheld_gpu=921
handheld_mem=1600

the File structure is weird

Edit: add config.ini file
 
Last edited by Unkouh,

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,265
Trophies
3
XP
12,026
Country
Poland
I replicated it with newest sys-clk from retronx releases. It's not working.
Tested on SX OS 2.8.
I used nxmtp to copy sysmodule to titles and delete log file from config/sys-clk. Go back to hbloader, used SX Reboot to go to SX OS. Then running AC3, close it and run again nxmtp.
And guess what?
No log file.

So - this is modified sys-clk or regular? If not regular, you should share source code.
Still I think you're a liar, because sys-clk doesn't contain any anty-SXOS code in it.
SX OS just doesn't support sysmodules.
 
Last edited by masagrator,
  • Like
Reactions: ELY_M

pohaxsf

Well-Known Member
Member
Joined
Jan 7, 2019
Messages
230
Trophies
0
Age
25
XP
369
Country
Greece
I replicated it with newest sys-clk from retronx releases. It's not working.
Tested on SX OS 2.8.
I used nxmtp to copy sysmodule to titles and delete log file from config/sys-clk. Go back to hbloader, used SX Reboot to go to SX OS. Then running AC3, close it and run again nxmtp.
And guess what?
No log file.

So - this is modified sys-clk or regular? If not regular, you should share source code.
Still I think you're a liar, because sys-clk doesn't contain any anty-SXOS code in it.
SX OS just doesn't support sysmodules.
its just some shiny quagsire 3DS CODE lmao and ur reversenx. lmao
 

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,265
Trophies
3
XP
12,026
Country
Poland
So i checked it with virustotal - clean report.
https://www.virustotal.com/gui/file...782a3eada568a34e434ba102a8ae3c8df9f/detection

Then I compared it with newest sys-clk. It's exactly the same as 0.12.3 release.
So pure lie.

--------------------- MERGED ---------------------------

its just some shiny quagsire 3DS CODE lmao and ur reversenx. lmao
There is not even reversenx, because it doesn't contain kip file. :D Every file is there, but not the most important one.

So I'm for deleting this thread and giving warning for OP.
 
Last edited by masagrator,

8BitWonder

Small Homebrew Dev
Member
Joined
Jan 23, 2016
Messages
2,489
Trophies
1
Location
47 4F 54 20 45 45 4D
XP
5,344
Country
United States
I replicated it with newest sys-clk from retronx releases. It's not working.
Tested on SX OS 2.8.
I used nxmtp to copy sysmodule to titles and delete log file from config/sys-clk. Go back to hbloader, used SX Reboot to go to SX OS. Then running AC3, close it and run again nxmtp.
And guess what?
No log file.

So - this is modified sys-clk or regular? If not regular, you should share source code.
Still I think you're a liar, because sys-clk doesn't contain any anty-SXOS code in it.
SX OS just doesn't support sysmodules.
It's identical to the 0.12.3 release.
Edit: Ninja'd

I'm honestly surprised it took until your comment for it to be pointed out that SXOS doesn't support loading custom sysmodules.

None of you should be expecting this to work.
 

VIPlaine1

Active Member
OP
Newcomer
Joined
Jul 15, 2017
Messages
40
Trophies
0
Age
27
XP
669
Country
United States
I replicated it with newest sys-clk from retronx releases. It's not working.
Tested on SX OS 2.8.
I used nxmtp to copy sysmodule to titles and delete log file from config/sys-clk. Go back to hbloader, used SX Reboot to go to SX OS. Then running AC3, close it and run again nxmtp.
And guess what?
No log file.

So - this is modified sys-clk or regular? If not regular, you should share source code.
Still I think you're a liar, because sys-clk doesn't contain any anty-SXOS code in it.
SX OS just doesn't support sysmodules.
After you reboot did you enable the module from the sys-slck editor?, after reboot to SXOS you have to enable it ,becauseif you didn't of course it not gonna work, also I never said it was a modified sys-clk
 
Last edited by VIPlaine1,

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,265
Trophies
3
XP
12,026
Country
Poland
In Atmosphere it's automatically enabled, so you forgot crucial part.

Now log is working.

So I'm sorry for treating you as a liar.

--------------------- MERGED ---------------------------

It looks like SX OS supports titles sysmodules, but they are disabled in memory by default.
 
Last edited by masagrator,
  • Like
Reactions: Reploid

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: roms wont boot with wood r4menu