Commit Graph

  • 19b7b801c4
    Merge pull request #105 from rust3ds/fix/remove-process-stubs Meziu 2023-03-27 19:41:16 +0200
  • 9832c8a450 Remove obsolete docs Andrea Ciliberti 2023-03-27 19:35:44 +0200
  • c849f947fe fmt Andrea Ciliberti 2023-03-27 19:23:13 +0200
  • 912ff07ec1 Avoid data cloning in AudioMix Andrea Ciliberti 2023-03-27 19:20:21 +0200
  • c82f438726
    Remove extern "C" process stubs from test runner #105 Ian Chamberlain 2023-03-27 13:11:34 -0400
  • 7c2e944867 Improve Ndsp API and docs Andrea Ciliberti 2023-03-26 17:48:33 +0200
  • 593522d83a
    Fix command check for `pacman` #101 Ian Chamberlain 2023-03-24 13:36:03 -0400
  • 322d99e4ae
    Add all `libctru` files to rerun-if-changed Ian Chamberlain 2023-03-20 14:04:38 -0400
  • 4b7c7fc2d7
    Output version number in bindgen.sh Ian Chamberlain 2023-03-20 14:03:47 -0400
  • 03f4244ece
    Fix ctru dependency version number Ian Chamberlain 2023-03-17 13:33:24 -0400
  • eb7932a501
    Initial pass of version checking in ctru-sys Ian Chamberlain 2023-03-17 13:27:44 -0400
  • c3aa06d1dd Make CI lint happy #96 Maccraft123 2023-03-04 22:54:46 +0100
  • 76b7e2e4d9 Fix building, sorry Maccraft123 2023-03-04 22:40:10 +0100
  • 19aa801fae Add Smdh struct and related methods Maccraft123 2023-03-04 22:22:40 +0100
  • 0b54ffd0b8
    Merge pull request #95 from Maccraft123/feature/am Meziu 2023-03-04 15:27:52 +0100
  • b6fec34b81 Use vec! macro to avoid setting vec length manually #95 Maccraft123 2023-03-03 17:18:42 +0100
  • 9b8f4239a7 Make TitleInfo into a AM_TitleEntry wrapper Maccraft123 2023-03-03 17:18:31 +0100
  • 0fd7a340c8 Add `Title` struct Maccraft123 2023-03-01 22:14:34 +0100
  • 3ad9780d4c Add more functionality to `Am` service wrapper and improve title-info.rs Maccraft123 2023-03-01 21:32:22 +0100
  • 9eee38bddd Make get_title_list function more readable Maccraft123 2023-03-01 14:20:26 +0100
  • 83b963d28b Make lint CI happy Maccraft123 2023-02-28 14:52:39 +0100
  • 044cbeecc9 Add a basic AM service wrapper and an example that uses it Maccraft123 2023-02-28 14:42:36 +0100
  • fe6faf93fd Self-documenting BufferTooShort variant Andrea Ciliberti 2023-02-19 19:56:24 +0100
  • 3285871fb7 Standardise error strings #94 Andrea Ciliberti 2023-02-19 19:28:05 +0100
  • e5b3977ef7 fmt and clippy Andrea Ciliberti 2023-02-18 15:34:16 +0100
  • 27e4f7fb31 New error variant and fixed nits Andrea Ciliberti 2023-02-18 15:31:26 +0100
  • 2c797b0424 Subatomic revert Andrea Ciliberti 2023-02-17 17:04:39 +0100
  • 2638c9c66f Fix lints Andrea Ciliberti 2023-02-17 16:54:16 +0100
  • 326cfde36f Fix example and speedup performance Andrea Ciliberti 2023-02-17 16:50:13 +0100
  • 6a937a58e3 Fixed small issues and an older bug Andrea Ciliberti 2023-02-11 15:52:28 +0100
  • 4ecb1e4077 Rotate RGB565 image rather than convert Andrea Ciliberti 2023-02-10 19:05:16 +0100
  • c8b9bf0592
    Merge pull request #92 from rust3ds/refresh Meziu 2023-02-15 14:50:10 +0100
  • 502bcebe34 Fixed nits #92 Andrea Ciliberti 2023-02-15 13:30:26 +0100
  • 67c1bc9d9f Removed false statement Andrea Ciliberti 2023-02-14 18:42:23 +0100
  • 60f3e1fe5a Refreshed PS module due to ctru::init Andrea Ciliberti 2023-02-14 18:38:26 +0100
  • 3d83b3e40e Remove init function as it's not needed anymore Andrea Ciliberti 2023-02-14 18:23:58 +0100
  • 3939f0c57d
    Merge pull request #90 from rust3ds/refresh Meziu 2023-02-12 10:09:40 +0100
  • a2aab6a577 Cargo fmt #90 Andrea Ciliberti 2023-02-11 17:14:23 +0100
  • 7a67600327 Refresh libctru to the latest version Andrea Ciliberti 2023-02-11 16:56:42 +0100
  • a002561366
    fix dependency build issue #89 Lena 2023-02-03 22:01:20 +0100
  • 86b1820dbb
    Derive Default for CirclePadProInputResponse Mark Drobnak 2023-01-29 15:03:09 -0800
  • eb8628d9bc
    Make wait_for_event a method on Handle Mark Drobnak 2023-01-29 13:54:31 -0800
  • 7f63384aa6
    Initialize HID after ir:USER to try and fix New 3DS case Mark Drobnak 2023-01-29 13:46:06 -0800
  • 2bc31ca9f3
    Merge pull request #87 from rust3ds/feature/better-error-display Mark Drobnak 2023-01-29 01:00:55 -0800
  • 6629a6dc1f
    Try bumping CI nightly version to fix error #87 Mark Drobnak 2023-01-28 14:35:11 -0800
  • 21d8017980
    Use the human-readable error strings in the Error Display impl Mark Drobnak 2023-01-28 14:16:31 -0800
  • a832cb9b36
    Merge branch 'master' into feature/ir-user Mark Drobnak 2023-01-28 14:06:10 -0800
  • 6229905df2
    Add a srv module and move wait_for_event to it Mark Drobnak 2023-01-28 14:05:01 -0800
  • 6cbfbbea4e
    Merge pull request #83 from rust3ds/feature/ndsp Meziu 2023-01-24 20:04:10 +0100
  • bfd9e00771 Clippy #83 Andrea Ciliberti 2023-01-24 20:00:55 +0100
  • 302b685cc1 Removed ogg example and more docs Andrea Ciliberti 2023-01-24 19:55:48 +0100
  • 50a7e02779 cargo fmt Andrea Ciliberti 2023-01-19 23:23:35 +0100
  • d0e61aa868 Small statement in new example Andrea Ciliberti 2023-01-19 23:16:22 +0100
  • 49e2beeffe Better docs and new name for NdspError variant Andrea Ciliberti 2023-01-19 23:14:03 +0100
  • 82d8ae68b6 First attempt at audio playback with OGG Vorbis Andrea Ciliberti 2023-01-19 17:03:42 +0100
  • 05abdd7217 Remove deprecated trait impls for Error Andrea Ciliberti 2023-01-17 14:44:32 +0100
  • 486a8cd5aa cargo fmt Andrea Ciliberti 2023-01-16 16:54:56 +0100
  • 9e521a5640 Better documentation for NDSp and service module Andrea Ciliberti 2023-01-16 16:53:18 +0100
  • 795686d6d8 cargo fmt Andrea Ciliberti 2023-01-16 16:27:15 +0100
  • dc094b01f9 Replaced manual bound checking with rem_euclid Andrea Ciliberti 2023-01-16 16:25:43 +0100
  • b7fa498844 I should compile before pushing Andrea Ciliberti 2023-01-15 20:07:03 +0100
  • 92684f1539 Use constants where possible Andrea Ciliberti 2023-01-15 20:03:33 +0100
  • 143a27b0ed Bind Channels to Ndsp lifetime and use exclusive mutability Andrea Ciliberti 2023-01-15 19:59:41 +0100
  • a7171b6861 Removed references to ADPCM formats and added an internal statement Andrea Ciliberti 2023-01-15 13:19:29 +0100
  • 7e2ea0edb3 Channel Monopole filters added Andrea Ciliberti 2023-01-15 13:12:34 +0100
  • 84df959603 NdspError enum and better Channel Andrea Ciliberti 2023-01-15 13:05:02 +0100
  • 56a106fd63 Fixed nits Andrea Ciliberti 2023-01-14 18:15:45 +0100
  • ef1bba99b6 Merged WaveBuffer and Waveinfo Andrea Ciliberti 2023-01-14 18:15:05 +0100
  • 8a890392a3 Cleanup unsafety using bytemuck Andrea Ciliberti 2023-01-10 14:45:42 +0100
  • 5cfbb8bc84 Fixed checks Andrea Ciliberti 2023-01-06 11:53:55 +0100
  • 13ca921e63 fmt Andrea Ciliberti 2023-01-06 11:45:33 +0100
  • 81125098ed Working (slower) example Andrea Ciliberti 2023-01-06 11:35:51 +0100
  • 2b4fbfd6b2 Fmt Andrea Ciliberti 2023-01-05 19:50:27 +0100
  • 015c1371cd Removed unneeded non_exhaustive flags Andrea Ciliberti 2023-01-05 19:42:45 +0100
  • 7395ca78f5 Renamed audio example Andrea Ciliberti 2023-01-05 19:33:46 +0100
  • 4de7c8e542 Removed once_cell crate as of latest Rust changes Andrea Ciliberti 2023-01-05 19:32:55 +0100
  • 5e78612b3c Clippy Andrea Ciliberti 2023-01-04 19:03:39 +0100
  • 31e3542dd5 Readded offset and fixed misunderstanding about sample size Andrea Ciliberti 2023-01-04 19:02:58 +0100
  • f14de20217 Slight refactoring Andrea Ciliberti 2023-01-04 13:37:40 +0100
  • 429e60c878 fmt Andrea Ciliberti 2023-01-04 12:50:32 +0100
  • 751cb243c6 Slight refactor and fixed derive Clone Andrea Ciliberti 2023-01-04 12:50:15 +0100
  • 57b7761941 Moved safety measures to WaveInfo rather than Ndsp Andrea Ciliberti 2023-01-03 20:37:46 +0100
  • 0f74b4be9f Example works fine, audio feels off Andrea Ciliberti 2023-01-03 19:32:59 +0100
  • 4ef261f6c2 Example works fine, audio feels off Andrea Ciliberti 2023-01-03 18:34:35 +0100
  • 3db374e6cd Fixed small issues in the example Andrea Ciliberti 2023-01-03 18:07:28 +0100
  • a6ec9b8525 Filter example compiles, still WIP Andrea Ciliberti 2023-01-03 00:15:40 +0100
  • 44e904b0c9 Feels like hell in here Andrea Ciliberti 2023-01-02 18:24:48 +0100
  • 9bd5e7de97 Sort ndsp module in 2 files Andrea Ciliberti 2023-01-02 17:44:59 +0100
  • afd3c89f68 Sort ndsp module in 2 files Andrea Ciliberti 2023-01-02 17:43:21 +0100
  • 0b57a9aeb4 Add some filter functionality Andrea Ciliberti 2023-01-02 17:42:41 +0100
  • 554f96dcc4 Minor fixes to the WIP example Andrea Ciliberti 2023-01-02 09:33:16 +0100
  • 243780c79b Minor fixes to the WIP example Andrea Ciliberti 2023-01-01 20:04:55 +0100
  • 9837e41f20 Separated module and new anti-drop measures Andrea Ciliberti 2023-01-01 19:57:40 +0100
  • e5c0052366 Expanded InvalidChannel error and fixed types Andrea Ciliberti 2023-01-01 18:48:15 +0100
  • a319686e4b Expanded InvalidChannel error and fixed types Andrea Ciliberti 2022-12-31 12:19:00 +0100
  • 1a283eb420 WIP Error fixing on the Linear Allocator Andrea Ciliberti 2022-12-31 12:11:23 +0100
  • 169d353d9f WIP Rustification of the example Andrea Ciliberti 2022-12-29 20:31:46 +0100
  • a911e9c0e3 Added explanatory comments and small updates Andrea Ciliberti 2022-12-27 20:11:59 +0100
  • d00a608a19 WIP commit for NDSP Andrea Ciliberti 2022-10-31 11:16:10 +0100
  • 5ff84bbfea
    Merge pull request #76 from ian-h-chamberlain/feature/split-top-screen Meziu 2023-01-18 07:23:34 +0100