Commit Graph

  • 57d03d6333
    Merge pull request #916 from LiquidFenrir/ramviewer-fix TuxSH 2017-12-17 03:31:36 +0100
  • 0075fe2aa0 work with processes with code starting at 0x14000000 LiquidFenrir 2017-12-16 19:26:55 +0100
  • d54417ac0a explicit casting LiquidFenrir 2017-12-16 19:26:27 +0100
  • 648801d432 make pressing X accidentally twice less punitive LiquidFenrir 2017-12-16 04:30:40 +0100
  • 2be2826b0b detect jumping address and change mode accordingly LiquidFenrir 2017-12-16 04:14:21 +0100
  • 37a9fa1bf4 work again with heapless processes, and show wether you're currently viewing heap or code on screen (apart from the address) LiquidFenrir 2017-12-14 17:03:13 +0100
  • 65af93c8ce other display for entering goto LiquidFenrir 2017-12-07 22:07:53 +0100
  • 8353b84944 fix dump filename LiquidFenrir 2017-12-07 20:07:44 +0100
  • d6a89db495 make use of values defined in draw.h LiquidFenrir 2017-12-07 19:56:36 +0100
  • f156aa8cdb add dumper mostly a copy of the screenshotting function/from #937 LiquidFenrir 2017-12-07 19:53:44 +0100
  • f9adbcc9d9 fix same-name variables LiquidFenrir 2017-12-07 18:23:29 +0100
  • cf8696ac70 Disable non-process memory access by default (see below), remove IDA 6.8 support... TuxSH 2017-11-26 02:18:59 +0100
  • 9c5766f649
    Merge pull request #945 from astronautlevel2/master Yuuki Hikari 2017-11-23 20:46:01 -0500
  • c9701f93b9 Switch to APT_ResetHardwareAsync() for reboot (Closes #831) Alex Taber 2017-11-23 20:32:26 -0500
  • 56e54cd110 Fix https://github.com/AuroraWright/Luma3DS/issues/921 Aurora Wright 2017-11-22 19:03:39 +0100
  • 55836b48af
    Merge pull request #942 from Nanquitas/watchpoint-fix TuxSH 2017-11-22 16:17:53 +0100
  • 09bfdb9ee1 removed unused variable Asuka Amari 2017-11-22 07:03:00 +0100
  • 1c2e8dec11 Fix the impossibility to set a second watchpoint Nanquitas 2017-11-22 03:37:23 +0100
  • 506b16db37 Fix watchpoints handling (huge thanks to @Nanquitas) TuxSH 2017-11-22 01:24:35 +0100
  • 8f03234e58 screenshots now use timestamps as name Asuka Amari 2017-11-18 16:37:35 +0100
  • 44b5e10323 Fix N3DS menu entry TuxSH 2017-11-10 20:51:52 +0100
  • 48303604b0 show address instead of offset when jumping LiquidFenrir 2017-11-05 06:56:54 +0100
  • ab2ddbc2ee fix visible blank if jumping too close to the end, the cursor won't be at the top to avoid the blank LiquidFenrir 2017-11-05 06:48:56 +0100
  • 9495bf30bf make jumping put the cursor at the top row downside: when jumping near the end, a blank is visible LiquidFenrir 2017-11-05 06:30:41 +0100
  • a4899a1bec Remove redundant variables in Makefile TuxSH 2017-11-03 19:03:17 +0100
  • 882c6cf0d4 show the "main" address to distinguish between heap and code LiquidFenrir 2017-11-03 02:19:15 +0100
  • a5e18c82d1 reset scrolling when changing modes to avoid problems when the sizes dont match LiquidFenrir 2017-11-03 02:15:28 +0100
  • 22a8661fe1 Always patch FS and P9, remove SM service checks TuxSH 2017-11-02 21:52:14 +0100
  • 8258a98647 Integrate 3ds_pxi and 3ds_sm TuxSH 2017-11-02 15:11:55 +0100
  • 76dde0e6db Add ram viewer/editor (#877) LiquidFenrir 2017-10-24 18:35:15 +0200
  • 1a39cb27e4
    fix discord invite link Ian Burgwin 2017-10-14 10:10:03 -0700
  • 95d2d0a6bd Update makefile Aurora Wright 2017-10-12 20:56:47 +0200
  • 98d4345858 Remove unneeded check Aurora Wright 2017-10-07 23:04:55 +0200
  • 1e4431dcc9 Fix ARM9 exceptions displaying ARM11-specific info Aurora Wright 2017-10-07 20:57:42 +0200
  • 348b175994 Fix some fault statuses overlapping to a new line Aurora Wright 2017-10-05 19:53:09 +0200
  • 76f057dafb Remove friends patch as it's useless Aurora Wright 2017-10-05 18:45:06 +0200
  • 188400c5a9 Use ctrulib functions for mcu/battery level Aurora Wright 2017-10-05 18:41:11 +0200
  • a74d9c6d3e Merge pull request #878 from Margen67/master Aurora 2017-10-03 01:19:26 +0200
  • f8bcfb2f58 Update README.md Margen67 2017-09-26 14:44:14 -0700
  • d63fc2bc82 Fix latest commit TuxSH 2017-09-24 19:31:38 +0200
  • 8e31784996 Fix thumb breakpoint handling TuxSH 2017-09-24 17:58:23 +0200
  • f27cdb4543 Also fix RBGA4 (untested) Aurora Wright 2017-09-23 22:32:05 +0200
  • a39adc8ac1 Merge pull request #869 from Streetwalrus/pxfmt Aurora 2017-09-23 22:27:24 +0200
  • 97bef66018 Fix RGB5_A1 conversion Dan Elkouby 2017-09-23 14:58:33 +0300
  • bb5518b0f6 Merge branch 'master' of https://github.com/AuroraWright/Luma3DS Aurora Wright 2017-09-22 18:05:10 +0200
  • ac73a96ce2 Set default firmSource for CTRNAND mounting in crypto.c, move CTRNAND mounting for SD mode to firm.c Aurora Wright 2017-09-22 18:05:03 +0200
  • 7075004e58 Merge pull request #866 from Margen67/master Ian Burgwin 2017-09-21 14:04:38 -0700
  • ddf8ba5116 Update ISSUE_TEMPLATE.md Margen67 2017-09-21 14:02:09 -0700
  • f46773ba64 Stub isTitleAllowed Aurora Wright 2017-09-20 01:02:14 +0200
  • f67d333457 Update fpdver Aurora Wright 2017-09-19 14:46:42 +0200
  • 4116c1e00f Update FIRM loading magic, only deinit LCDs if they are inited, fix ntrboot naming Aurora Wright 2017-09-07 05:24:43 +0200
  • bc1aa15dd7 Add more checks, make the emuNAND SD check only occur when emuNAND is being booted Aurora Wright 2017-08-28 14:46:18 +0200
  • ecd27f7eaa Fix diskio indentation Aurora Wright 2017-08-28 02:54:20 +0200
  • 618ce671ac Fix previous commit, deinit screens on ARM9 exception, add check for write protect switch on writing operations Aurora Wright 2017-08-28 02:40:05 +0200
  • 2a6a655804 Error if emuNAND is booted while the SD card is write protected Hikari-chin 2017-08-27 16:20:17 -0400
  • 33436ae2a6 Fix derp with previous commit Aurora Wright 2017-08-27 16:24:04 +0200
  • 9f2b66ac51 Merge branch 'master' of https://github.com/AuroraWright/Luma3DS Aurora Wright 2017-08-27 16:20:52 +0200
  • df93e4797e Refactor boot mode/firmlaunch detection, fix firmlaunch from FIRM boots Aurora Wright 2017-08-21 19:32:39 +0200
  • 538d1dec77 Minor style stuff Aurora Wright 2017-08-21 19:32:39 +0200
  • 2492c8273a Fix exception display TuxSH 2017-08-21 19:26:17 +0200
  • d358df48a6 Wait for ntrboot buttons not to be held Aurora Wright 2017-08-20 18:23:19 +0200
  • f619dafff1 Added displaying boot source and loader on the bottom screen in the config Aurora Wright 2017-08-20 17:00:47 +0200
  • 0419fc4e30 Reinstate ntrboot display in config Aurora Wright 2017-08-20 16:13:57 +0200
  • 13317b9548 Change ntrboot behavior, turn Luma into a chainloader when used as ntrboot FIRM as it can not be functional, disable FIRM protection when ran from ntrboot B9S Aurora Wright 2017-08-20 16:08:54 +0200
  • 18db70a669 Minor style stuff Aurora Wright 2017-08-19 02:41:44 +0200
  • f79923814d Detect NTRCARD and FIRM1 boot sources properly... TuxSH 2017-08-19 01:40:55 +0200
  • c92de03a5f Always erase exception dump in memory Aurora Wright 2017-08-17 17:38:27 +0200
  • 3f356da879 Merge branch 'master' of https://github.com/AuroraWright/Luma3DS Aurora Wright 2017-08-17 17:33:37 +0200
  • 9efac01c86 Fix derp Aurora Wright 2017-08-17 17:33:18 +0200
  • ca2622af7c Fix #778 TuxSH 2017-08-16 23:46:36 +0200
  • aa8e0bda8c Update FatFs to R0.13 Aurora Wright 2017-08-16 19:37:39 +0200
  • c79f11ee99 Change exception dump parser directory structure TuxSH 2017-08-16 19:23:04 +0200
  • 04d0770b90 Add missing info for data aborts in the exception parser and turn it into a pip module Aurora Wright 2017-08-16 18:59:12 +0200
  • fbf8a1b6d9 Minor code syntax stuff Aurora Wright 2017-08-16 18:02:35 +0200
  • a3cb6a622d Merge https://github.com/AuroraWright/Luma3DS/pull/793 , clarify the exception dumps' paths Aurora Wright 2017-08-16 16:55:07 +0200
  • 0790a3ceb3 Merge branch 'master' of https://github.com/AuroraWright/Luma3DS Aurora Wright 2017-08-16 15:50:06 +0200
  • 4fa12f90fc Fix derp Aurora Wright 2017-08-16 15:49:57 +0200
  • d5d56e7634 Merge pull request #790 from WinterMute/windows-path-fix TuxSH 2017-08-15 15:20:27 +0200
  • a964089df4 Merge pull request #792 from Nanquitas/master TuxSH 2017-08-15 15:20:17 +0200
  • 5fd5b4da89 Don't fix already transformed $DEVKITARM variable Dave Murphy 2017-08-15 11:19:00 +0100
  • 322a7050aa Fix #791 Hikari-chin 2017-08-15 09:01:48 -0400
  • b7f4ac02c8 Exceptions: display more infos on screen (status, far, access type) Nanquitas 2017-08-15 14:05:32 +0200
  • 009f61a8b6 Merge pull request #787 from Nanquitas/master TuxSH 2017-08-15 02:44:18 +0200
  • 26d0cafb39 exception_parser.py: display the fault status source Nanquitas 2017-08-15 00:51:20 +0200
  • bd1d4a77fe Merge pull request #783 from Nanquitas/patch-1 TuxSH 2017-08-14 19:04:15 +0200
  • f235bc83a8 Watchpoints: fix read DSCR to enable MonitorMode Nanquitas 2017-08-14 16:10:50 +0200
  • 9c6b540905 Do not hardcode FBs in ARM11, do not set FBs twice on screen init Aurora Wright 2017-08-13 17:36:31 +0200
  • d2e911a58e Merge pull request #781 from profi200/master TuxSH 2017-08-13 16:00:45 +0200
  • 9344a7b434 Fix default FB addresses TuxSH 2017-08-13 16:00:35 +0200
  • cd194fa5b2 Revert 9273a88d and make it not freeze the GPU/LCD hardware. profi200 2017-08-13 03:05:32 +0200
  • 49c0ab65df Check r0 and r1 too for firm0 detection Aurora Wright 2017-08-11 23:52:59 +0200
  • 8f9c1305e4 Reinstate unsupported loader error Aurora Wright 2017-08-11 23:48:32 +0200
  • d4193ec11d Attempt to detect booting from firm TuxSH 2017-08-11 23:33:21 +0200
  • 6b9b0472bc Merge pull request #775 from LiquidFenrir/nwmcheck TuxSH 2017-08-11 23:00:07 +0200
  • 7e74258363 check if nwm is running to fix https://github.com/AuroraWright/Luma3DS/issues/774 LiquidFenrir 2017-08-11 04:29:38 +0200
  • f6483ec602 Merge branch 'master' of https://github.com/AuroraWright/Luma3DS v8.1.1 Aurora Wright 2017-08-07 21:20:18 +0200
  • 36c1da1d61 Add mention of exheaders in the Enable game patching description Aurora Wright 2017-08-07 21:20:08 +0200
  • 6bcb1f8679 Merge pull request #763 from Streetwalrus/ir-title Stary 2001 2017-08-06 22:15:21 +0100
  • 62932a9639 Fix input redirection title index in the menu Dan Elkouby 2017-08-06 23:51:52 +0300
  • a4629e4b65 Cleaned up and rearranged the Rosalina menu in preparation for future features Hikari-chin 2017-07-23 22:44:14 -0400