Commit Graph

  • bf55423903
    gspgpu: Add gspHasGpuRight fincs 2020-06-14 01:19:13 +0200
  • 5ac710a0a2
    console: Adjust for wide mode fincs 2020-06-13 22:49:52 +0200
  • d521c99769
    gfx: Add support for the top screen's 800px high resolution mode (!!!) fincs 2020-06-13 22:48:36 +0200
  • 09d629aa85
    gspPresentBuffer: stride is u32 fincs 2020-06-13 21:57:09 +0200
  • 6ef91576ae
    Overhaul gspgpu/gfx code, see details: fincs 2020-06-13 20:04:36 +0200
  • 26f5f7eb33 Fix travis oreo639 2020-06-12 20:47:57 -0700
  • 7131d475a8 Fix travis oreo639 2020-06-12 20:47:57 -0700
  • 9c1c847388
    Introduce syncArbitrateAddress/WithTimeout (replaces __sync_get_arbiter) fincs 2020-06-12 20:40:47 +0200
  • 528f8feb0b
    Add gspGetBytesPerPixel (replaces internal function) fincs 2020-06-12 19:24:15 +0200
  • 6c0f7ac99c
    threadCreate: correct misleading parameter name fincs 2020-06-12 14:31:42 +0200
  • f49efc3cc7
    Add support for userAppInit/userAppExit (backported from libnx) fincs 2020-06-12 14:16:46 +0200
  • 8e3c9f9784
    Minor internal cleanup fincs 2020-06-12 14:15:18 +0200
  • 1442eef9e4
    Update travis config again fincs 2020-06-11 20:01:32 +0200
  • ea57fb8821
    apt: Revamp chainload handling, see details: fincs 2020-06-11 16:28:57 +0200
  • 80fad02255
    Add travis badge fincs 2020-06-11 03:43:39 +0200
  • 08bff23736
    Attempt to fix travis fincs 2020-06-11 03:38:42 +0200
  • 5986713066
    apt: Refactor sleep/home state handling to be more intuitive, see details: fincs 2020-06-11 03:02:24 +0200
  • b48b5da211
    apt: Add APT_LockTransition, use it in aptWaitForWakeUp fincs 2020-06-10 21:46:48 +0200
  • 6ce690828c
    apt: Remove aptLaunchLibraryApplet's return value/hidden aptMainLoop call fincs 2020-06-10 20:14:01 +0200
  • ac8656f8b2
    apt: Implement screen capture for libapplet transitions (+ related cleanup) fincs 2020-06-10 19:47:17 +0200
  • 7171a87d53
    Miscellaneous APT fixes and cleanup, see details: fincs 2020-06-10 02:08:01 +0200
  • 59b8fd8283
    apt: Simplify event thread exit handling code fincs 2020-06-09 18:01:11 +0200
  • 36b618e3bb
    ndspChnReset: Bump syncCount in order to force the DSP to reset the channel fincs 2020-06-08 00:24:24 +0200
  • beaebaaf26
    Update readme (again) with clarification fincs 2020-06-02 18:01:22 +0200
  • 34f690d9d0
    Update documentation url fincs 2020-06-02 17:31:47 +0200
  • 80be51e93b
    Fix decompress out-of-bounds access (#463) mtheall 2020-06-01 03:03:12 -0500
  • a56ddd0731 Fix decompress out-of-bounds access Michael Theall 2020-05-31 19:25:33 -0500
  • 8f06d03ca6 update Changelog and version for next release v1.9.0 Dave Murphy 2020-05-27 15:39:15 +0100
  • 26e4f20078 increase decompress buffer size Dave Murphy 2020-05-27 15:38:31 +0100
  • 59e12a1b5e Fix stat for romfs:/ Michael Theall 2020-05-26 20:34:08 -0500
  • bf16d77ea8 Fix stat for romfs:/ Michael Theall 2020-05-26 20:34:08 -0500
  • 2e48185aed
    Fix the typo for consoleClear() (#460) Glazed_Belmont 2020-05-25 20:48:11 -0400
  • 025db15da7
    Fix the typo for consoleClear() Glazed_Belmont 2020-05-25 20:40:29 -0400
  • aefdcf203d implement lstat with stat Dave Murphy 2020-05-25 01:37:25 +0100
  • aa1ab10ee1 Add mtime to stat piepie62 2020-05-20 00:05:19 -0400
  • 0053d8d076 Add ptm rtc time commands TuxSH 2020-05-17 18:17:38 +0100
  • 47e6268e23 Add ptm rtc time commands TuxSH 2020-05-17 18:17:38 +0100
  • e3be4b8678 Add sleep state FSM handling service commands TuxSH 2020-05-17 01:53:18 +0100
  • e12d3f042d Add sleep state FSM handling service commands TuxSH 2020-05-17 01:53:18 +0100
  • 1bafb08f34 Add hidKeysDownRepeat TuxSH 2020-05-14 20:01:30 +0100
  • 6ef1dd9d4a Add hidKeysDownRepeat TuxSH 2020-05-14 20:01:30 +0100
  • 69483a473a Revamp mappableAlloc TuxSH 2020-05-13 19:01:56 +0100
  • 6433798f06 Revamp mappableAlloc TuxSH 2020-05-13 19:01:56 +0100
  • c9326f6bce
    hid: add hidWaitForAnyEvent, allow user to override irrst usage check (#454) TuxSH 2020-05-13 22:09:55 +0100
  • 56cf58c020 Add hidWaitForAnyEvent TuxSH 2020-05-13 20:23:05 +0100
  • e86e906895 next version is 1.8.0 v1.8.0 Dave Murphy 2020-05-10 00:20:46 +0100
  • 48f330e56a add changelog entry for 1.8.0 Dave Murphy 2020-05-09 23:49:36 +0100
  • ed59061172 add changelog entry for 1.7.0 Dave Murphy 2020-05-09 23:47:43 +0100
  • 9d27eb80de APT workaround when Home Menu is not launched, etc. TuxSH 2020-05-09 22:34:23 +0100
  • e0466b76c6 APT workaround when Home Menu is not launched, etc. TuxSH 2020-05-09 22:34:23 +0100
  • 8d64007d70
    Weaken more init/env functions (#451) TuxSH 2020-05-09 18:22:51 +0100
  • 65ff0a1fcc Change allocateHeaps logic to properly handle appmemtype 5 TuxSH 2020-05-09 02:27:03 +0100
  • 58c1baea21 Weaken more init/env functions TuxSH 2020-05-09 14:42:05 +0100
  • d1b51f78a1 Change allocateHeaps logic to properly handle appmemtype 5 TuxSH 2020-05-09 02:27:03 +0100
  • 1389fcdfcd
    gdbhio: Avoid using reserved st_* identifiers for custom types fincs 2020-05-08 03:29:05 +0200
  • b03b64dd09
    Add MEMPERM_READWRITE and MEMPERM_READEXECUTE fincs 2020-05-08 03:16:30 +0200
  • 750bceebf2
    Add FSPXI interfaces (#446) Chris Feger 2020-05-07 20:20:48 -0400
  • 711a2d88ce Spaces->tabs & hash buffer->void* piepie62 2020-05-07 19:56:23 -0400
  • 4ba61a3e52 Remove now-unused #undefs piepie62 2020-05-07 17:17:08 -0400
  • abe477b763 Add several names to unknown commands piepie62 2020-05-06 22:18:18 -0400
  • 7d1e1e93c4 Add fspxi to 3ds.h piepie62 2020-05-06 13:18:51 -0400
  • 70dc0b0451 Revert C-only feature piepie62 2020-05-05 12:52:11 -0400
  • 4bdcb8209a Change Unknown0x56's out to array with static size piepie62 2020-05-04 21:00:55 -0400
  • b918abab12 Forgotten u8*->void* change piepie62 2020-04-30 15:25:39 -0400
  • 06c1624f4c Make changes as requested by @fincs piepie62 2020-04-30 15:18:22 -0400
  • 8a68d99f0a Add FSPXI interfaces piepie62 2020-04-30 01:59:39 -0400
  • b161b7e578 Add GSPGPU_ResetGpuCore TuxSH 2020-05-06 20:13:16 +0100
  • 51c0bdfc90 Add gpu hw init on (0x2A07) TuxSH 2020-05-06 20:11:30 +0100
  • 9fd0867181 Add GSPGPU_ResetGpuCore TuxSH 2020-05-06 20:13:16 +0100
  • 6d13a6fa8c Add gpu hw init on (0x2A07) TuxSH 2020-05-06 20:11:30 +0100
  • 6f34257b57 Make initSystem and __ctru_exit weak. Use asm macros TuxSH 2020-05-06 01:15:11 +0100
  • 8d4db932e4 Make initSystem and __ctru_exit weak. Use asm macros TuxSH 2020-05-06 01:15:11 +0100
  • 92ddd9e9b3
    gfxWriteFramebufferInfo: use correct atomic update code fincs 2020-05-04 21:17:21 +0200
  • 98664af53c
    Clean up and optimize LightLock_Lock fincs 2020-05-04 18:34:13 +0200
  • fddc517a6b Fix srv/srvpm sysver checks: TuxSH 2020-05-02 13:10:10 +0100
  • 3c330c59d8 Fix srv/srvpm sysver checks: TuxSH 2020-05-02 13:10:10 +0100
  • 1ca796b3a3 Add invalid glyph index protection piepie62 2020-04-23 22:12:31 -0400
  • 01864e1075 Add invalid glyph index protection piepie62 2020-04-23 22:12:31 -0400
  • 175dd62a90
    Add archive STDIO device driver (#443) v1.7.0 Chris Feger 2020-04-15 18:06:36 -0400
  • 87734ae8d9 cam: Fix CAMU_GetLatestVsyncTiming zhupengfei 2020-03-01 17:29:27 +0800
  • 7956f6ba24 services/mvd: Remove redundant conditional in mvdstdRenderVideoFrame() Lioncash 2019-11-22 13:50:57 -0500
  • 0e4d8fbd05 servicers/fs: Remove redundant conditional in FSUSER_OpenArchive() Lioncash 2019-11-22 13:48:00 -0500
  • 6bca5af849
    Make the FIONBIO ioctl actually work. (#441) Patrik Rak 2020-04-15 10:09:17 +0200
  • 8cd1263f48
    cam: Fix CAMU_GetLatestVsyncTiming zhupengfei 2020-03-01 17:29:27 +0800
  • 74cbb85c8e Only exempt the SDMC archive from the custom session piepie62 2020-02-26 16:28:06 -0700
  • d1addf37b0 Push accidentally unsaved changes piepie62 2020-02-26 15:18:06 -0700
  • 7aab54af30 Add preliminary archive stdio device support piepie62 2020-02-26 15:02:55 -0700
  • 1eebce1c2b
    Make the FIONBIO ioctl actually work. Patrik Rak 2019-12-11 09:17:13 +0100
  • 244cc5228b services/mvd: Remove redundant conditional in mvdstdRenderVideoFrame() Lioncash 2019-11-22 13:50:57 -0500
  • 7d8765101b servicers/fs: Remove redundant conditional in FSUSER_OpenArchive() Lioncash 2019-11-22 13:48:00 -0500
  • 8566366b02 Fix dspInit() error handling in ndspInit(). Patrik Rak 2019-10-04 14:03:37 +0200
  • 90016af3fa
    Fix dspInit() error handling in ndspInit(). Patrik Rak 2019-10-04 14:03:37 +0200
  • 8acc1871bc Add AC commands that allow forcing a wifi connection (#438) LiquidFenrir 2019-09-21 02:49:41 +0200
  • 926279465a put functions in command id order in ac.C LiquidFenrir 2019-07-23 09:33:16 +0200
  • 61a3d26624 make bitmask values use BIT macro LiquidFenrir 2019-07-23 09:31:56 +0200
  • ac50872910 spaces -> tab, missed one. LiquidFenrir 2019-07-23 09:31:30 +0200
  • 1483c03d7b space -> tabs and switch from a void* buffer to a struct of the right size LiquidFenrir 2019-07-23 00:11:44 +0200
  • b305b1e12b u8* -> void* and spaces -> tabs LiquidFenrir 2019-07-21 22:52:13 +0200
  • 723fb3111f these make the connection reliable somehow LiquidFenrir 2019-07-21 18:59:47 +0200
  • 4218915eb9 Add necessary ac functions for rosalina's wifi connection forcing feature LiquidFenrir 2019-07-21 18:04:02 +0200