ROM Hack Overclock SX OS

VIPlaine1

Active Member
OP
Newcomer
Joined
Jul 15, 2017
Messages
40
Trophies
0
Age
28
XP
679
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,657
  • Sys.clk + ReverseNX for SXOS.zip
    905.4 KB · Views: 2,919
Last edited by VIPlaine1,

MSearles

Well-Known Member
Member
Joined
Jan 4, 2016
Messages
603
Trophies
1
Age
37
XP
2,920
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
41
XP
682
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,760
Trophies
3
XP
13,280
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
110
Location
Not Found
Website
twitter.com
XP
162
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,760
Trophies
3
XP
13,280
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
26
XP
379
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,760
Trophies
3
XP
13,280
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,508
Trophies
1
Location
47 4F 54 20 45 45 4D
XP
5,779
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
28
XP
679
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,760
Trophies
3
XP
13,280
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
  • ow4aroff @ ow4aroff:
    шо шо? )
  • IC_ @ IC_:
    @lapot2 Żubrówka. (The vodka)
    +1
  • lapot2 @ lapot2:
    @IC_,
    I mistook you for another guy :D
  • IC_ @ IC_:
    Or also Żubr (the beer)
  • IC_ @ IC_:
    We need more people in the GBAtemp Polish group.
  • lapot2 @ lapot2:
    @IC_,
    I don't drink, by the way:rofl:
  • IC_ @ IC_:
    Then what do you do instead in Russia?
    +1
  • lapot2 @ lapot2:
    @IC_,
    We fuck women and build rockets:rofl2:
  • IC_ @ IC_:
    @lapot2 Those with Slavic blood probably all need to be intoxicated in order to build anything:lol:
  • lapot2 @ lapot2:
    and the Poles seem to like it when the Germans forcefully enter them from behind.

    but in general, stop these jokes of yours, or I will morally humiliate you in a way that no one has ever humiliated you in any other way.
  • lapot2 @ lapot2:
    We all didn't come to this chat to argue
  • lapot2 @ lapot2:
    By the way, Poles are also Slavs, if anything :rofl2:
    +1
  • IC_ @ IC_:
    @lapot2 That's what I mean, it's popular humor here that all construction working is done drunk. I don't know how exactly it is in your country.
    Darn, a little humor and you're already talking about humiliation and our history with Germany. Didn't intend to argue with anyone, either.
  • Skv0ra @ Skv0ra:
    @IC_,
    its not just popular humor, but a cold wet fact
    +1
  • Skelletonike @ Skelletonike:
    I make fun of everyone, especially 'muricans though.
  • lapot2 @ lapot2:
    work can be done in a drunken state everywhere, but this does not mean that workers are not punished for this.

    as for construction work - the lower class of society usually works there, because the work is simple and the lower class agrees to do such work cheaper than professionals.
    but they often do it poorly.
  • lapot2 @ lapot2:
    in any society and country there are both normal people and morons.
    You don't need to judge everyone by just one cross-section of morons
  • lapot2 @ lapot2:
    Personally, I don't like that we are considered alcoholics.
    All my friends either don't drink at all, or drink once or twice a year on big holidays.
  • lapot2 @ lapot2:
    and certainly none of them drink beer or other low-alcohol drinks every day instead of water
  • Skelletonike @ Skelletonike:
    microsoft is really releasing oblivion remastered on the ps5... Welp, RIP xbox.
  • Sicklyboy @ Sicklyboy:
    I love how gaming has reached the state where half of the market is just "the same game you played 20 years ago but with a new controller"
    +2
  • Delta984 @ Delta984:
    good afternoon
    +1
  • BigOnYa @ BigOnYa:
    @Skelletonike, Xbox won't die, they are already designing a new model and handhelds. But they have become more of a game publisher company, in fact they the number 1 in sales, game publisher, since last December.
  • Sicklyboy @ Sicklyboy:
    @Delta984, good afternoon to you too!
  • Sicklyboy @ Sicklyboy:
    @BigOnYa, I've never been less interested in xbox lol
    Sicklyboy @ Sicklyboy: @BigOnYa, I've never been less interested in xbox lol