Commit Graph

  • 2838e41819 Add defines for atmosphere git revision. Michael Scire 2018-11-13 12:42:35 -0800
  • 8550f722ca fatal: Implement basic text rendering. Michael Scire 2018-11-13 06:03:30 -0800
  • 9f6ff2ed6e Fatal: Implement basic background drawing. Michael Scire 2018-11-12 22:26:13 -0800
  • 164fb96da0 Update changelog.md for 0.7.5 0.7.5 Michael Scire 2018-11-11 20:14:20 -0800
  • 31c1338dba Bump version number to 0.7.5 Michael Scire 2018-11-11 20:04:18 -0800
  • 7d729e1836 creport: Add another code region locating improvement. Michael Scire 2018-11-11 20:00:04 -0800
  • 36530a5501 creport: Improve code region list (as N did in 6.1.0) Michael Scire 2018-11-11 19:52:19 -0800
  • d1fcd35dec Add appveyor.yml Sun 2018-11-11 19:23:15 -0800
  • 1aba87ef76
    Update README.md hexkyz 2018-11-12 01:56:33 +0000
  • b19e50e720 fusee: Implement DRAM training: hexkyz 2018-11-12 01:55:16 +0000
  • caf9d11c8c fatal: Finish CheckRepairStatus Michael Scire 2018-11-10 13:38:17 -0800
  • f7a7ce1847 fatal: Fix FatalType_ErrorReport fallthrough Michael Scire 2018-11-10 13:17:13 -0800
  • 893bad0db2 fatal: Mostly implement CheckRepairStatus Michael Scire 2018-11-10 13:15:48 -0800
  • 29833539bb fatal: Split out fatal from User, stub CheckRepairStatus Michael Scire 2018-11-10 12:56:43 -0800
  • f914edeebd fatal: Implement configuration based on settings Michael Scire 2018-11-10 12:38:24 -0800
  • 5f3187300d fatal: Skeleton ScreenDrawing code Michael Scire 2018-11-10 11:59:55 -0800
  • 5d5f8ad3d5 fatal: Finish StopSoundTask Michael Scire 2018-11-10 04:07:26 -0800
  • f8abd2b402 fatal: Implement the first half of StopSoundTask Michael Scire 2018-11-10 03:51:19 -0800
  • 6335d21901 fatal: SleepThread takes ns, not ticks Michael Scire 2018-11-10 03:22:21 -0800
  • 5649b6d63f fatal: Implement BacklightControlTask Michael Scire 2018-11-10 03:16:13 -0800
  • e96eaa3d7c fatal: Implement AdjustClockTask Michael Scire 2018-11-10 03:05:14 -0800
  • aa86d1abfa fatal: Implement PowerControlTask Michael Scire 2018-11-10 02:42:07 -0800
  • 1228cd6903 fatal: misc cleanup, verified to reboot on hardware Michael Scire 2018-11-10 02:21:29 -0800
  • 6f240b1665 fatal: Add missing bpcInitialize() call. Michael Scire 2018-11-10 01:47:02 -0800
  • 13e5043d64 fatal: Implement PowerButtonObserveTask Michael Scire 2018-11-10 01:41:47 -0800
  • b771c42f7f fatal: Implement StateTransitionStopTask Michael Scire 2018-11-10 01:19:52 -0800
  • 4d1481e2eb fatal: Write ErrorReportTask Michael Scire 2018-11-10 01:04:40 -0800
  • 21b0f228b6 fatal: Skeleton tasks, write ThrowFatalImpl. Michael Scire 2018-11-10 00:54:12 -0800
  • b9091e9466 fatal: Implement fatal:p, fatal:u stub. Michael Scire 2018-11-10 00:11:38 -0800
  • a520481168
    Merge pull request #261 from HylianMedia/master SciresM 2018-11-09 18:14:17 -0800
  • 8daa2da97c
    Update Changelog for 0.7.4 Hylian 2018-11-09 11:26:04 -0600
  • bb29a2458f Bump version to 0.7.4 0.7.4 Michael Scire 2018-11-08 16:36:22 -0800
  • ce1a6a68bf fs.mitm/loader: Fix crashes when launching too many processes. Michael Scire 2018-11-08 16:02:04 -0800
  • cf510ad9bf pm: Only register privileged processes with FS as needed Michael Scire 2018-11-08 05:28:52 -0800
  • 9898a01d3b Add current branch to make dist zip name Michael Scire 2018-11-08 01:27:36 -0800
  • 54a22797a7 Make libstratosphere a submodule Michael Scire 2018-11-08 01:24:40 -0800
  • 5ef01edab5 Delete libstratosphere in prep for submodule Michael Scire 2018-11-08 01:12:30 -0800
  • 3b8bb325e8 pm: Use non-system event for process tracking. Michael Scire 2018-11-07 23:43:59 -0800
  • 6538554485 libstratosphere: add ReadOnlySystemEvent helper Michael Scire 2018-11-07 23:20:48 -0800
  • 9b1a2451b0 libstratosphere: Add thread primitive, WaitableManager->RequestStop() Michael Scire 2018-11-07 23:18:46 -0800
  • e65bee0d6a libstratosphere: Implement message queues Michael Scire 2018-11-03 22:05:42 -0700
  • 8426a4dc77 libstrat: Use iterators when looping deferred waitables Michael Scire 2018-11-07 22:59:30 -0800
  • 147f3c690a libstrat: Significantly cleanup waitable manager result handling. Michael Scire 2018-11-07 22:40:19 -0800
  • bac81f4ccc libstrat: fix potential oob deref in WaitableManager (closes #256) Michael Scire 2018-11-07 19:09:58 -0800
  • 2894989eb7 libstrat: improve waitable manager cancelsync semantics Michael Scire 2018-11-07 12:42:06 -0800
  • 952ee4227d libstrat: update curthreadhandle for libnx 1.5.0 Michael Scire 2018-11-05 22:56:04 -0800
  • 9142e90a04 libstratosphere: Use intraprocess event signaling for new waitable management Michael Scire 2018-11-05 18:35:21 -0800
  • 3ed239296a libstrat: Allow nullptr buffers if 0 size. (closes #255) Michael Scire 2018-11-04 21:52:26 -0800
  • 78a47dba6d fs.mitm: Cache IStorageInterfaces, store meta on SD instead of memory. Michael Scire 2018-11-04 13:56:07 -0800
  • 5d0aabaa44 fs.mitm: Fix romfs detection on SD Michael Scire 2018-11-04 12:48:14 -0800
  • e786bc7e9a fs.mitm: Only create storage interface when needed. Michael Scire 2018-11-04 12:45:29 -0800
  • 158f7224a7 set.mitm: fixup NPDM json. Michael Scire 2018-10-31 02:07:35 -0700
  • 865ca76772
    Merge pull request #215 from npdmfixup/npdmfixup SciresM 2018-10-31 18:03:32 +0900
  • b8f93562c0
    Merge branch 'master' into npdmfixup SciresM 2018-10-31 18:02:07 +0900
  • ef5c7d6bab Fix make dist zip to launch set_mitm. (Thanks @bakugo). Michael Scire 2018-10-30 16:39:20 -0700
  • be044e691c libstrat: delete old ipc templating. Michael Scire 2018-10-30 15:57:15 -0700
  • 536b89efae Add boost as submodule TuxSH 2018-10-30 23:44:52 +0100
  • 44175058f6 libstrat: mark ServiceObjectHolder functions const Michael Scire 2018-10-30 12:23:21 -0700
  • 7309c7f358 atmosphere: improve makefile dependencies Michael Scire 2018-10-30 11:25:21 -0700
  • 6336089b63 libstrat: remove unused struct in serializer Michael Scire 2018-10-30 06:34:10 -0700
  • 6ef34d80a0 libstrat: automatically detect+format rawdata structs correctly. Michael Scire 2018-10-30 06:29:30 -0700
  • 2f7224edce fs.mitm: increase thread count back to 5. Michael Scire 2018-10-29 23:41:18 -0700
  • c49cfbd6af loader: update for libstratosphere refactor Michael Scire 2018-10-29 22:33:56 -0700
  • 8b71378920 atmosphere: add set.mitm to make dist target Michael Scire 2018-10-29 22:18:59 -0700
  • bbffbd654f set.mitm: Split out from fs.mitm Michael Scire 2018-10-29 22:18:04 -0700
  • 4cdd9aa8f1 libstratosphere: Fix uninitialized memory bug. Michael Scire 2018-10-29 22:17:41 -0700
  • 23a85a7c24 fs.mitm: split out set.mitm Michael Scire 2018-10-29 22:14:34 -0700
  • 3dc679215b fs.mitm: Remove debugging options Michael Scire 2018-10-29 17:38:24 -0700
  • aef7d36300 fs.mitm: update for libstratosphere refactor Michael Scire 2018-10-29 17:30:39 -0700
  • 887b4e0275 pm: update for libstratosphere refactor Michael Scire 2018-10-29 17:29:35 -0700
  • 9a8c70ed68 sm: Update for libstratosphere refactor Michael Scire 2018-10-29 17:28:37 -0700
  • 058f735031 libstratosphere: refactor everything Michael Scire 2018-10-29 17:25:36 -0700
  • 46cc5c7aa2 libstrat: mark ServiceObjectHolder functions const Michael Scire 2018-10-30 12:23:21 -0700
  • 353cdcb9b5 atmosphere: improve makefile dependencies Michael Scire 2018-10-30 11:25:21 -0700
  • 8681c7c676
    Update Makefile Pika 2018-10-30 10:50:22 -0400
  • e16dc80515
    atmosphere: finish adding set.mitm to dist target Pika 2018-10-30 10:48:59 -0400
  • 110cace034 libstrat: remove unused struct in serializer Michael Scire 2018-10-30 06:34:10 -0700
  • 830fa886ed libstrat: automatically detect+format rawdata structs correctly. Michael Scire 2018-10-30 06:29:30 -0700
  • f4b09ebef7 fs.mitm: increase thread count back to 5. Michael Scire 2018-10-29 23:41:18 -0700
  • 0d60faeedd loader: update for libstratosphere refactor Michael Scire 2018-10-29 22:33:56 -0700
  • 0fa99168f4 atmosphere: add set.mitm to make dist target Michael Scire 2018-10-29 22:18:59 -0700
  • cb2408a343 set.mitm: Split out from fs.mitm Michael Scire 2018-10-29 22:18:04 -0700
  • 5ef17d7518 libstratosphere: Fix uninitialized memory bug. Michael Scire 2018-10-29 22:17:41 -0700
  • ce2e7778c1 fs.mitm: split out set.mitm Michael Scire 2018-10-29 22:14:34 -0700
  • 139107282b fs.mitm: Remove debugging options Michael Scire 2018-10-29 17:38:24 -0700
  • 472e37fb24 fs.mitm: update for libstratosphere refactor Michael Scire 2018-10-29 17:30:39 -0700
  • 511566467e pm: update for libstratosphere refactor Michael Scire 2018-10-29 17:29:35 -0700
  • f3a32f11ad sm: Update for libstratosphere refactor Michael Scire 2018-10-29 17:28:37 -0700
  • ba5c5a5823 libstratosphere: refactor everything Michael Scire 2018-10-29 17:25:36 -0700
  • 5c147e5188 loader: add SetExternalContentSource extension misson20000 2018-10-25 12:52:01 -0700
  • 18f51e9b2e loader: add NpdmUtils function for invalidating the cache for a specific title misson20000 2018-10-10 20:46:43 -0700
  • 376feb63bd loader: make ShouldOverrideContents take a tid argument misson20000 2018-10-10 20:45:54 -0700
  • a502d31cd1 Add Question Issue Template Michael Scire 2018-10-25 13:52:55 -0700
  • afbf57c222 Add Feature Request Issue Template Michael Scire 2018-10-25 13:47:13 -0700
  • b62329bd5b Add bug report issue template Michael Scire 2018-10-25 13:42:25 -0700
  • 1f564faaed loader: add SetExternalContentSource extension misson20000 2018-10-25 12:52:01 -0700
  • 6b617bff92 loader: add NpdmUtils function for invalidating the cache for a specific title misson20000 2018-10-10 20:46:43 -0700
  • 84e63b438f loader: make ShouldOverrideContents take a tid argument misson20000 2018-10-10 20:45:54 -0700
  • de688ee17a Update changelog.md Hylian 2018-10-24 16:25:59 -0500
  • b7c7759535
    Update changelog.md Hylian 2018-10-24 16:25:59 -0500