Commit Graph

  • 76ef8e637e Fix merge messages Andrea Ciliberti 2023-05-04 14:20:12 +0200
  • a3fc356d6a Merge branch 'improve/api' into feat/flush-swap-screen-traits Andrea Ciliberti 2023-05-04 14:17:44 +0200
  • eb8eaa506f HID Touch and Circlepad refactor + new example Andrea Ciliberti 2023-05-02 21:15:46 +0200
  • 661e68d5ca
    add touch screen example #119 Lena 2023-05-02 19:16:39 +0200
  • b47228fef1 Fix doctest Andrea Ciliberti 2023-04-17 15:45:31 +0200
  • 09d52eac36 Fix doctest fmt Andrea Ciliberti 2023-04-17 15:42:06 +0200
  • 97fce222dc Rename MiiIndex to Index Andrea Ciliberti 2023-04-17 15:03:50 +0200
  • c7e6437278 Rename N3DS to Old3DS Andrea Ciliberti 2023-04-17 15:00:15 +0200
  • 9b95c883e9 Renamed init functions to new Andrea Ciliberti 2023-04-06 09:59:55 +0200
  • 3e349f8591 Fix mutability issues after merge of master Ian Chamberlain 2023-04-14 15:08:37 -0400
  • d8af910ed5 Update gfx.rs Meziu 2023-04-12 11:39:34 +0200
  • 9a98f3233c Update flush_buffer docs Meziu 2023-04-11 20:21:14 +0200
  • fcdb18449b Explicit DPAD nomenclature Andrea Ciliberti 2023-04-11 12:58:02 +0200
  • d3808d05af Undo double flush in example Andrea Ciliberti 2023-04-06 12:14:39 +0200
  • 9eecd1796c Fmt and clippy Andrea Ciliberti 2023-04-06 11:48:58 +0200
  • 19349dbc83 Renamed SystemModel enum variants Andrea Ciliberti 2023-04-06 11:46:08 +0200
  • bc82d20a9d Use usize in RawFrameBuffer Andrea Ciliberti 2023-04-06 11:32:28 +0200
  • ae90fc3e6e Derive traits and Screen changes Andrea Ciliberti 2023-04-06 11:22:23 +0200
  • ff08dd9545 Renamed init functions to new Andrea Ciliberti 2023-04-06 09:59:55 +0200
  • 7e74e2d5de
    Merge pull request #109 from rust3ds/fix/build-doctests Meziu 2023-04-17 14:53:01 +0200
  • 7d70add8f3
    Fix mutability issues after merge of master #109 Ian Chamberlain 2023-04-14 15:08:37 -0400
  • a111268771
    Merge branch 'master' into fix/build-doctests Ian Chamberlain 2023-04-14 14:50:58 -0400
  • 3a8b05054f
    Update cargo-3ds hash to latest Ian Chamberlain 2023-04-14 14:50:45 -0400
  • b239fb8d9f
    Update doc comments and bitmap example Ian Chamberlain 2023-04-14 13:34:10 -0400
  • a417218182
    On second thought, it seems better to reuse traits Ian Chamberlain 2023-04-12 11:26:43 -0400
  • 0ef017cf4d
    Do some cleanup and fix swap trait impls Ian Chamberlain 2023-04-12 11:16:23 -0400
  • 7ac47b8838
    Merge branch 'improve/api' into feat/flush-swap-screen-traits Ian Chamberlain 2023-04-12 11:11:12 -0400
  • 683fad4aee
    Initial pass of Swap/Flush traits for screens Ian Chamberlain 2023-04-12 11:06:20 -0400
  • 71ad3e9462
    Update gfx.rs Meziu 2023-04-12 11:39:34 +0200
  • 80efa807b1
    Update flush_buffer docs Meziu 2023-04-11 20:21:14 +0200
  • 8821ed4326 Explicit DPAD nomenclature Andrea Ciliberti 2023-04-11 12:58:02 +0200
  • a0e36f3753 fmt Andrea Ciliberti 2023-04-08 20:21:38 +0200
  • ef4ea1797a Compilation error only if feature is set Andrea Ciliberti 2023-04-08 20:20:01 +0200
  • 93fdaffa6b fmt Andrea Ciliberti 2023-04-08 15:04:42 +0200
  • a2a990b715 Compilation error when romfs can't be found Andrea Ciliberti 2023-04-08 14:17:08 +0200
  • bca9aa7918 fmt Andrea Ciliberti 2023-04-05 20:41:31 +0200
  • 7aef0de46b Update for linker-fix-3ds rename Andrea Ciliberti 2023-04-05 20:35:13 +0200
  • 7eaf973f3f
    Merge pull request #117 from rust3ds/feature/romfs-comp-error Meziu 2023-04-08 20:59:47 +0200
  • 5a21920530 fmt #117 Andrea Ciliberti 2023-04-08 20:21:38 +0200
  • d3134f68f6 Compilation error only if feature is set Andrea Ciliberti 2023-04-08 20:20:01 +0200
  • 696072adf6 Update ctru-sys version used at ctru-rs #110 TechiePi 2023-04-08 17:43:34 +0200
  • 34c896e78e Improve clang_args of bindgen-ctru-sys TechiePi 2023-04-08 17:40:56 +0200
  • 8eb3b1592d Update ctru-sys version TechiePi 2023-04-08 17:40:09 +0200
  • 57628db81b
    Merge branch 'rust3ds:master' into docs/improve-docs-v3 TechiePi 2023-04-08 17:38:20 +0200
  • 27e636ed60 Update libctru to the latest version TechiePi 2023-04-08 15:47:55 +0200
  • 78ba904ac0 fmt Andrea Ciliberti 2023-04-08 15:04:42 +0200
  • 8334221f52 Compilation error when romfs can't be found Andrea Ciliberti 2023-04-08 14:17:08 +0200
  • 9098ad14a9
    Merge pull request #114 from rust3ds/fix/renamed-dependency Meziu 2023-04-07 20:28:37 +0200
  • 8af343edc4
    Merge pull request #115 from rust3ds/fix/channel-mutability Meziu 2023-04-06 13:30:39 +0200
  • f37ccaea13 Undo double flush in example Andrea Ciliberti 2023-04-06 12:14:39 +0200
  • ef074a66ad Fmt and clippy Andrea Ciliberti 2023-04-06 11:48:58 +0200
  • 31ad7cbf8e Renamed SystemModel enum variants Andrea Ciliberti 2023-04-06 11:46:08 +0200
  • e06114d081 Use usize in RawFrameBuffer Andrea Ciliberti 2023-04-06 11:32:28 +0200
  • fe29c25c35 Derive traits and Screen changes Andrea Ciliberti 2023-04-06 11:22:23 +0200
  • 5257d16aee Renamed init functions to new Andrea Ciliberti 2023-04-06 09:59:55 +0200
  • 8e3017b725 Fix examples #115 Andrea Ciliberti 2023-04-05 21:05:45 +0200
  • 1e4002604f Fixed mutability for all modules Andrea Ciliberti 2023-04-05 20:58:23 +0200
  • 12f3d8ad40 Ask for mut references in Channel Andrea Ciliberti 2023-04-05 20:44:15 +0200
  • ca3a2de6a6 fmt #114 Andrea Ciliberti 2023-04-05 20:41:31 +0200
  • 5ad6708bb6 Update for linker-fix-3ds rename Andrea Ciliberti 2023-04-05 20:35:13 +0200
  • 02017316f3
    Merge pull request #112 from rust3ds/fix/license Meziu 2023-04-05 20:29:00 +0200
  • d82ba96152
    Restore copyright label #112 Meziu 2023-04-05 20:28:11 +0200
  • 27d8558274 Rename org Andrea Ciliberti 2023-04-05 13:49:26 +0200
  • a71e131849 Add license file Andrea Ciliberti 2023-04-05 13:47:00 +0200
  • 581c62dd49 Fix licensing issues Andrea Ciliberti 2023-04-05 13:45:59 +0200
  • 16e40d0a16 Add `default-members` to Cargo.toml TechiePi 2023-04-05 00:08:46 +0200
  • 025d60356d Add `bindgen-ctru-sys` package and update bindings TechiePi 2023-04-04 18:49:41 +0200
  • c40cf5a94e
    Deduplicate warnings from lint vs build jobs Ian Chamberlain 2023-04-03 14:14:56 -0400
  • 0f2add4c6d
    Try to fix PATH for devkitarm tools Ian Chamberlain 2023-04-03 14:01:02 -0400
  • 336887aa18
    Clear -Dwarnings flag from toolchain Ian Chamberlain 2023-04-03 13:52:54 -0400
  • 271dba9fd8
    Fix hash for installing cargo-3ds Ian Chamberlain 2023-04-03 13:27:17 -0400
  • 38d89bd170
    Checkout branch before trying to use its code Ian Chamberlain 2023-04-03 13:25:07 -0400
  • cabd3acf1a
    Try using a composite action instead of workflow Ian Chamberlain 2023-04-03 13:22:20 -0400
  • 131a535826
    Add basic CODEOWNERS file Ian Chamberlain 2023-04-03 13:13:43 -0400
  • 6c6c094399
    Fix build errors in FS examples Ian Chamberlain 2023-04-03 13:13:14 -0400
  • 158e6a5924
    Set up reusable workflow and add doctests Ian Chamberlain 2023-04-03 13:12:40 -0400
  • 474cb2e0c9
    Merge pull request #107 from rust3ds/improve/api Meziu 2023-04-03 13:17:41 +0200
  • 855dc46a92
    Merge pull request #101 from rust3ds/feature/check-libctru-version Ian Chamberlain 2023-04-01 09:53:29 -0400
  • 294284ef65 Better swkbd names #107 Andrea Ciliberti 2023-03-31 23:54:49 +0200
  • bae2cc6488 Better names for cam service Andrea Ciliberti 2023-03-31 23:50:16 +0200
  • 1383e753ee Inequivocable From impls Andrea Ciliberti 2023-03-31 23:46:20 +0200
  • 0b295ce0f6
    Merge pull request #104 from rust3ds/improve/ndsp Meziu 2023-03-31 20:28:36 +0200
  • 9cd9c1eec4 Standardise SWKBD to C-NO-OUT Andrea Ciliberti 2023-03-31 19:02:59 +0200
  • 6a5b01d1ad Revert swkbd changes Andrea Ciliberti 2023-03-31 16:56:30 +0200
  • 082d9933b9 Fixed file-explorer example Andrea Ciliberti 2023-03-31 16:30:15 +0200
  • a6a184a412 SWKBD adheres to Rust standards Andrea Ciliberti 2023-03-31 16:20:31 +0200
  • da23524d7b Remove get_ from getters Andrea Ciliberti 2023-03-31 15:45:46 +0200
  • d20f395c04 fmt Andrea Ciliberti 2023-03-31 15:31:01 +0200
  • 55ed7cc5f8 Fix enum conversion Andrea Ciliberti 2023-03-31 14:35:57 +0200
  • 9dcae23c23 Finish working on applets Andrea Ciliberti 2023-03-31 14:07:52 +0200
  • fd7afb6e3c Fixed enums in SWKBD Andrea Ciliberti 2023-03-31 14:03:42 +0200
  • bcfd0fd84c Update CAM example Andrea Ciliberti 2023-03-30 20:14:51 +0200
  • 2e6039c1b8 Fixed ArchiveID struct Andrea Ciliberti 2023-03-30 20:12:43 +0200
  • ad11818d1f Fixed compiler errors for CAM Andrea Ciliberti 2023-03-30 20:09:28 +0200
  • 7688644fe1 CAM renaming/fixing with build problems Andrea Ciliberti 2023-03-30 18:21:52 +0200
  • 43b83b5356 More modules starndardised Andrea Ciliberti 2023-03-29 21:02:00 +0200
  • c3df8af69f Folder restructuring and slight changes to gspgpu Andrea Ciliberti 2023-03-29 20:06:40 +0200
  • d33c39b57d Percentiles #104 Andrea Ciliberti 2023-03-29 19:39:26 +0200
  • e9ad80a84a New attempt at a standard AudioMix interface Andrea Ciliberti 2023-03-29 19:37:05 +0200
  • e1000916d3 Remove extern "C" process stubs from test runner Ian Chamberlain 2023-03-27 13:11:34 -0400