TuxSH
676bbf0d88
Moved config file to INI, and more
...
- Add support for saving screen filters color temperature and NTP timezone offset (you still need to go to misc->save config)
- some advanced options moved to "in ini file only"; "patch games" is now enabled by default
- ntp: fix support for UTC+12 to +14
- remove deprecated custom svc 0x2e
2022-03-28 20:30:02 +01:00
TuxSH
bc6e14ada7
ntp: more precise & also set system time
...
System time is what System Settings (only) changes; user time seems to be set periodically by HM.
2022-03-16 22:19:49 +00:00
TuxSH
44c1711805
Update copyright years
2022-03-13 18:00:00 +00:00
TuxSH
26ea031f0e
Merge pull request #1623 from s5bug/master
...
Fix various things about the cheat system
2022-03-08 23:50:20 +00:00
George-lewis
e9b8b0daef
Add ASCII View to Rosalina Process List ( #1703 )
2022-03-07 20:47:06 +00:00
Aly
84e64220ab
Actually check whether float instructions should execute
2021-04-10 13:49:48 -07:00
Aly
a3be4673b1
Fix float mode checking for arithmetic operators
2021-04-10 12:38:37 -07:00
Aly
9e3e01b6ac
Fix conditional mode checking for the conditional operators
2021-04-10 12:17:41 -07:00
TuxSH
3afecb064c
rosalina: fix #1573
2021-01-27 23:22:09 +00:00
TuxSH
7a0ff659a8
rosalina: simplify SysConfigMenu_ToggleWireless
2021-01-27 23:14:59 +00:00
TuxSH
be6d64260c
rosalina: fix bug where config file wasn't closed nor truncated
2021-01-16 21:26:37 +00:00
TuxSH
505a17bba1
rosalina: add DSP firm dumping option
2021-01-16 21:16:32 +00:00
TuxSH
2a947b5c42
rosalina: split ntp and timeoffset nullification
...
- NTP option doesn't require a reboot to take effect anymore and behaves as if you'd used System Settings, taking effect immediately. This is the proper way to do it, and is easier to use.
- Timeoffset nullification kept as a separate option for compatibility. RTC is supposed to be somehwat monotonic; using this option causes issues with SpotPass. IMHO GodMode9 should parse the cfg save file and do things *properly*
2021-01-13 23:55:55 +00:00
Chris Feger
ebeef7ab7f
Special case for final line read ( #1473 )
...
Fixes cheat files without a trailing newline
2020-07-30 05:22:57 +02:00
iomintz
3fd9cacb6d
fix typo in screen filters menu
...
Ember is 1200K, not 2700K.
2020-07-17 08:56:10 +00:00
TuxSH
184f4587fb
rosalina: minor menu changes
2020-07-15 22:24:08 +01:00
TuxSH
2af05220c2
rosalina: properly rewrite luminance-setting menu, etc.
2020-07-14 22:10:13 +01:00
TuxSH
768e587b76
sysmodules: introduce "luma shared config", rewrite ndmu workaround
2020-07-12 19:36:18 +01:00
TuxSH
dc67d438dc
rosalina: properly restore screen filters when lid is reopened
2020-07-10 22:58:07 +01:00
TuxSH
e69f89a0d4
Change screen filters presets (adding more) menu & print CCT. Fixes #1442 .
...
Most new presets come from 8bitwonder
2020-07-05 20:54:27 +01:00
TuxSH
0471002d4c
rosalina: ntp: use PTMSYSM_SetRtcTime
2020-05-18 22:43:00 +01:00
TuxSH
9097276a06
rosalina: refactor menu handling
2020-05-17 16:42:44 +01:00
TuxSH
a21eee9207
rosalina/pm: remove fs patch, use pm instead
2020-05-15 22:15:55 +01:00
TuxSH
71cddef78f
rosalina: cleanup variable names
2020-05-15 20:00:13 +01:00
TuxSH
a2313d1c03
Fix latest commit
2020-05-15 02:06:52 +01:00
TuxSH
d3e62df769
rosalina: implement dirty hb chainload
2020-05-10 02:58:21 +01:00
TuxSH
44cd3928fb
rosalina & pm: properly shutdown when debugger, input redir (but not both) and force connection are enabled
2020-04-28 01:31:29 +01:00
TuxSH
8c54613e44
rosalina/sysconfig: fix handling of disconnected routers in wifi forcing + handle leak
2020-04-28 00:05:55 +01:00
TuxSH
7dfa83b8c0
rosalina: fix gdb/input redir hanging if no internet & fix recovering from failures
2020-04-27 21:58:40 +01:00
TuxSH
b551061264
rosalina/sysconfig: fix wifi forcing, including a regression from v10.1.1
2020-04-27 20:00:41 +01:00
TuxSH
2b23be8f44
rosalina/cheats: fix v10.1.1 regression where cheats were not working at all. Fixes #1404
2020-04-27 17:59:51 +01:00
TuxSH
1d8b793cf7
rosalina: don't keep an ac:u handle. Partially fixes the shutdown issue
2020-04-26 20:55:52 +01:00
TuxSH
b313a4aa2f
rosalina: remove all remaining refs to __syscalls (which we don't init)
2020-04-26 12:07:17 +01:00
TuxSH
37c5c6f049
cheats: don't use rand()
2020-04-26 11:47:15 +01:00
TuxSH
a6d92ed8fe
cheats: use pm:dbg new commands to get the application's title ID
2020-04-26 11:27:55 +01:00
TuxSH
a0d4b96915
Fix stack overflow in ProcessListMenu_DumpMemory
2020-04-25 22:48:31 +01:00
TuxSH
31891efbca
Current year is 2020
2020-04-25 13:42:10 +01:00
TuxSH
58f3edda12
ARM => Arm
2020-04-25 13:17:23 +01:00
TuxSH
5c16836626
ntp: change ip to time.windows.com, apparently not blocked in China
2020-04-18 00:29:37 +01:00
TuxSH
68b670f94f
Merge branch 'master' into toggle-power-button
2020-04-17 00:36:07 +02:00
TuxSH
a67e8e60c6
rosalina: screen_filter: save up around 10K using this simple trick
2020-04-16 19:50:18 +01:00
PabloMK7
5edfbfc1f7
Fix stack overflow on screen filters
2019-12-17 15:00:37 +01:00
TuxSH
dfd50d9d75
Merge pull request #1298 from LiquidFenrir/force-wifi
...
add wifi connection forcing to rosalina
2019-11-05 00:15:41 +00:00
nathan hitch
e8493d18c5
Add ability to offset ntp by any amount of minutes
2019-09-16 17:13:23 +09:30
TuxSH
a2e46919c1
Merge pull request #1305 from piepie62/master
...
Fix off-by-one error with extra cheat page
2019-08-12 21:11:21 +02:00
piepie62
a4befc29c8
Fix off-by-one error with extra cheat page
2019-08-12 00:58:16 -04:00
LiquidFenrir
93e87284aa
follow changes in ctrulib PR
2019-07-23 00:13:17 +02:00
LiquidFenrir
236dbb043c
add wifi connection forcing to rosalina
...
breaks regular auto connect until reboot
allows connecting to a wifi without internet (for example, for transferring stuff with 3dslink or ftpd/3DShell)
2019-07-21 19:05:37 +02:00
selabnayr
3061001fb1
Switch to updating all 4 bytes of the IRQ mask, on the suggestion of profi200.
2019-07-05 15:37:54 -07:00
selabnayr
0bc51d5c34
Add an entry to the System Configuration menu to toggle disabling a short press of the power button triggering a software closure.
2019-07-05 15:04:38 -07:00