Commit Graph

  • db19fa0f7f loader: Use result definitions instead of magic numbers Michael Scire 2019-03-28 15:06:50 -07:00
  • 2678735f73 stratosphere: migrate result headers to libstrat Michael Scire 2019-03-28 14:23:34 -07:00
  • 23424629c9 BCT.md: Atmosphere -> Atmosphère for consistency with other docs. (#490) thedax 2019-03-28 13:52:37 -04:00
  • f2433824ba fs.mitm: fix missing include in fs_shim.c Michael Scire 2019-03-28 10:51:51 -07:00
  • d00b183f92 fs.mitm: Implement DirectorySaveDataFileSystem. Michael Scire 2019-03-28 10:43:33 -07:00
  • 994d7d5429 loader: same heap size change for gcc 8.3.0 compat Michael Scire 2019-03-26 20:56:04 -07:00
  • eb90603f18 pm: increase heap size (fixes fs reliability issues with gcc 8.3.0) Michael Scire 2019-03-26 17:47:29 -07:00
  • 2d27dab6ab ams: bump version to 0.8.6 0.8.6 Michael Scire 2019-03-26 11:54:56 -07:00
  • 325c71b1b4 ams_mitm: fix erroneous comment due to copy-paste. Michael Scire 2019-03-26 12:02:51 -07:00
  • f9c9c1048e fs.mitm: prefer official web content to hbl_html Michael Scire 2019-03-26 11:53:30 -07:00
  • 4ccb39a228 ams_mitm: add ns:web mitm for HBL web support Michael Scire 2019-03-26 11:35:50 -07:00
  • ad8acaefec fs.mitm: fix some filesystem issues Michael Scire 2019-03-26 09:05:19 -07:00
  • 106ae81614 fatal: improve start address detection Michael Scire 2019-03-26 09:04:32 -07:00
  • 93745dc40c docs: update, add 0.8.6 changelog ahead of release Michael Scire 2019-03-25 17:46:02 -07:00
  • 3316820f86 pm: use fixed-sized buf + scoped lock (gcc 8.3 compat) Michael Scire 2019-03-25 17:12:19 -07:00
  • f4950ff26e dmnt-cheat: Add support for saving/restoring cheat toggle state Michael Scire 2019-03-25 10:35:08 -07:00
  • 20ba6432b9 set.mitm: fix 1.0.0 compat (closes #459) Michael Scire 2019-03-24 14:41:49 -07:00
  • a611027eeb Add info to set_mitm docs, clean up loader docs (#488) BlockBuilder57 2019-03-24 17:39:16 -05:00
  • 1a82b407a4 sept-sign: remove += for compatibility Michael Scire 2019-03-24 08:26:14 -07:00
  • dc1db0dc72 loader: Ensure code:/ unmounts if mounted. Michael Scire 2019-03-23 18:27:53 -07:00
  • 047f3b653e fs.mitm: also give choinx access to boot1 (closes #485) Michael Scire 2019-03-23 16:33:49 -07:00
  • 79244078a6 fs.mitm: make HBL web content work (verified on hw) Michael Scire 2019-03-22 16:54:37 -08:00
  • fce2099d7d fs.mitm: fix error in FsPathUtils::VerifyPath Michael Scire 2019-03-22 15:06:50 -07:00
  • 22d4de27f1 fs.mitm: fix null deref Michael Scire 2019-03-22 14:49:07 -07:00
  • 9d5ca47ac8 fs.mitm: Add Hbl Web override support, also support choinx" Michael Scire 2019-03-22 12:38:23 -07:00
  • c1588d0300 fs.mitm: Implement path normalization Michael Scire 2019-03-22 11:52:03 -07:00
  • b62014554c fs.mitm: Implement SubDirectoryFileSystem Michael Scire 2019-03-22 11:28:09 -07:00
  • afcaf20020 fs.mitm: ProxyFile, ProxyDirectory, ProxyFileSystem Michael Scire 2019-03-22 10:20:36 -07:00
  • bcf20b4441 fs.mitm: implement ifilesystem wrapper Michael Scire 2019-03-22 09:51:47 -07:00
  • c8a4a6dc58 fs.mitm: fix inverted ifile condition Michael Scire 2019-03-22 08:58:08 -07:00
  • 634ce933be fs.mitm: start implementation of IFileSystem api. Michael Scire 2019-03-22 08:49:10 -07:00
  • ca42a9daec hbl: change default to every_app=true, change default override key Michael Scire 2019-03-22 07:13:49 -07:00
  • 9e1e9ff8c0 loader: separate override_any_app (deprecate =app) Michael Scire 2019-03-22 06:59:28 -07:00
  • 761c383958 Fix spelling mistake (#483) zkitX 2019-03-21 06:09:44 -04:00
  • 48e4688c13 loader: begin needed support for HBL to use web browser commands Michael Scire 2019-03-20 07:53:56 -07:00
  • 7ddaad615b loader; suppress gcc warning TuxSH 2019-03-19 21:29:31 +01:00
  • a5854afd2f Update BCT.md to bring it into the modern age. (#482) thedax 2019-03-19 05:46:12 -04:00
  • db3c5cf20f loader: fix ldr:ro unmap semantics for < 3.0.0 Michael Scire 2019-03-16 19:14:51 -07:00
  • e7f941fa3d Update cheat docs with latest opcodes (#479) tslater2006 2019-03-16 00:20:20 -05:00
  • 51fa778fb2 loader/ams_mitm: Change Down -> Held in API Michael Scire 2019-03-15 21:28:38 -07:00
  • 35167da6dd loader: Actually use hidKeysHeld Michael Scire 2019-03-15 19:51:00 -07:00
  • 2a973b9e16 dmnt-cheat: extend StoreRegisterToAddressOpcode some more Michael Scire 2019-03-15 19:24:23 -07:00
  • 83626923cf loader/ams_mitm: hidKeysHeld, not hidKeysDown (and remove workaround) Michael Scire 2019-03-15 18:34:55 -07:00
  • 7551bebb88 dmnt-cheat: Fix a few bugs in vm. Michael Scire 2019-03-15 18:29:43 -07:00
  • 433b01aaf8 dmnt-cheat: add other register source to new condition opcode Michael Scire 2019-03-15 13:52:11 -07:00
  • da664b49ad dmnt-cheat: amend inline docs Michael Scire 2019-03-15 13:46:53 -07:00
  • 5d79952bdd dmnt-cheat: Add register conditional vm instruction Michael Scire 2019-03-15 13:45:35 -07:00
  • e5ecd243f2 dmnt-cheat: Implement real workaround for 6.0.0+ kernel bug Michael Scire 2019-03-15 03:30:51 -07:00
  • 274035edd6 Add 64-bit IDA binaries to gitignore Michael Scire 2019-03-15 00:25:24 -07:00
  • 60776e8111 loader: fix ldr:ro mapping error on < 3.0.0 Michael Scire 2019-03-15 00:25:09 -07:00
  • 3fcad4bc65 exo: fix SE driver coherency bug (closes #384) Michael Scire 2019-03-14 13:07:54 -07:00
  • 991fe78740 creport/fatal: fix time-retrieval functionality Michael Scire 2019-03-14 09:16:55 -07:00
  • aac64b1ded dmnt-cheat: workaround for 6.0.0+ kernel bug. Michael Scire 2019-03-14 09:15:10 -07:00
  • b6d3df3335 fs_mitm: Fix mismatched new[] / delete (#389) Léo Lam 2019-03-08 16:25:33 +01:00
  • 66560d0a7b fs.mitm: fix two cases of inverted logic Michael Scire 2019-03-07 19:53:21 -08:00
  • b42d16cf1c Atmosphere: Bump version to 0.8.5 0.8.5 Michael Scire 2019-03-07 10:27:22 -08:00
  • bcdf32b214 0.8.5: amend changelog Michael Scire 2019-03-07 10:26:53 -08:00
  • 9c3728c8f2 Add 0.8.5 changelog ahead of release, fix keypress docs. Michael Scire 2019-03-07 04:12:21 -08:00
  • 23fff1e8fd Add cheats.md Michael Scire 2019-03-07 03:51:18 -08:00
  • a553fbcdd1 docs: add dmnt.md Michael Scire 2019-03-07 02:51:26 -08:00
  • e62606d276 fatal: only set display magnification on 3.0.0+ Michael Scire 2019-03-06 14:39:48 -08:00
  • e25d83f701 fss: seems ext_csd is not initialized by then Michael Scire 2019-03-06 08:34:33 -08:00
  • ed37c149d1 fss: how many commits does it take to fix one line of code? Michael Scire 2019-03-06 05:56:58 -08:00
  • 7c8d126f23 fusee-secondary: fix previous generalization Michael Scire 2019-03-06 05:55:35 -08:00
  • c9b88f0404 fusee: dynamically read NAND num_sectors (thanks @shchmue!) Michael Scire 2019-03-06 05:40:32 -08:00
  • e24d7a1fd2 default-settings: Language. Michael Scire 2019-03-06 00:21:24 -08:00
  • d756f2fc0d dmnt-cheat: make cheats default toggle configurable Michael Scire 2019-03-06 00:20:17 -08:00
  • 4d0ab41e6e dmnt-cheat: Fix debug event management Michael Scire 2019-03-05 23:58:36 -08:00
  • 512dbc3a24 dmnt: prevent lag on game thread-spawning Michael Scire 2019-03-05 18:57:50 -08:00
  • a3d44e37b5 dmnt-cheat: *properly* update frozen address values on write Michael Scire 2019-03-05 11:56:17 -08:00
  • 18e4d80073 dmnt-cheat: update frozen address values on write Michael Scire 2019-03-05 11:44:24 -08:00
  • e5bedd52ac fusee-secondary: add content type to content headers Michael Scire 2019-03-05 10:53:17 -08:00
  • 37025258c6 ams.tma: restore tma code to debugger_dev branch debugger_dev Michael Scire 2019-03-05 08:48:21 -08:00
  • a38927ec04 fatal: remove debugging log that slipped through Michael Scire 2019-03-05 07:52:42 -08:00
  • fbddf090a4 dmnt: only initialize HID once Michael Scire 2019-03-05 07:50:50 -08:00
  • b4b1208222 stratosphere: fix svcExitThread usage Michael Scire 2019-03-05 07:50:27 -08:00
  • 4e95397ed5 dmnt-cheat: const correctness Michael Scire 2019-03-05 01:40:49 -08:00
  • 853a57e4d4 dmnt-cheat: Support nested conditionals in VM Michael Scire 2019-03-05 01:39:20 -08:00
  • 8c86074da2 dmnt-cheat: Add opcode to store register to memory Michael Scire 2019-03-05 01:20:18 -08:00
  • 88a6ef4cd7 ams: default USB 3.0 off (some users see issues) Michael Scire 2019-03-05 00:56:17 -08:00
  • 7d2dd628ba dmnt-cheat: multi-nybble opcodes, update libstrat Michael Scire 2019-03-05 00:53:45 -08:00
  • 7e93ca0977 dmnt: give hid access Michael Scire 2019-03-04 22:40:35 -08:00
  • eddbd7c072 dmnt-cheat: output value on EnableFrozenAddress Michael Scire 2019-03-04 22:17:18 -08:00
  • e734a5412a dmnt-cheat: Implement frozen addresses Michael Scire 2019-03-04 22:13:43 -08:00
  • 7ddb0da5f6 dmnt-cheat: Implement cheat management service commands Michael Scire 2019-03-04 21:11:12 -08:00
  • 862aa73783 Add maximum instruction opcode bounds check (thanks hthh) Michael Scire 2019-03-04 20:24:49 -08:00
  • 34af93b72f dmnt-cheat: implement cheat loading from SD Michael Scire 2019-03-04 20:13:52 -08:00
  • 5ef3ca9364 fs.mitm: make prodinfo backups actually work Michael Scire 2019-03-04 19:05:52 -08:00
  • 37d3577028 dmnt: allow disabling cheats via title-specific button combo Michael Scire 2019-03-04 06:55:37 -08:00
  • ef68881e5c dmnt-cheat: Implement memory service cmds Michael Scire 2019-03-04 05:56:44 -08:00
  • e8a5aa81f4 dmnt-cheat: fix decode error, add debug logging Michael Scire 2019-03-04 01:41:01 -08:00
  • f2f25dd5ed atmosphere: launch tma (fixes home button) Michael Scire 2019-03-03 23:53:53 -08:00
  • 8d140d835a dmnt-cheat: fix compat Michael Scire 2019-03-03 23:42:52 -08:00
  • afae7eaa11 dmnt-cheat: finish vm instruction decoder Michael Scire 2019-03-03 09:09:21 -08:00
  • af70a4a3a3 dmnt-cheat: skeleton decode, fix missing libnx call Michael Scire 2019-03-03 06:44:21 -08:00
  • bc6ad53018 dmnt-cheat: Implement remaining VM opcodes Michael Scire 2019-03-03 06:29:48 -08:00
  • a3fc2c95b8 dmnt-cheat: Add new, better math instruction to vm Michael Scire 2019-02-27 19:30:29 -08:00
  • 68af2c1c2a dmnt-cheat: Implement static math opcode. Michael Scire 2019-02-27 18:46:53 -08:00
  • 2552c0327c dmnt-cheat: Begin implementing Cheat VM. Michael Scire 2019-02-27 18:33:07 -08:00
  • f5ac895062 dmnt-cheat: revise cheatentry definition Michael Scire 2019-02-27 04:47:43 -08:00