diff options
| author | Dario Bartussek <[email protected]> | 2021-04-20 13:30:33 +0200 |
|---|---|---|
| committer | Dario Bartussek <[email protected]> | 2021-04-20 13:30:33 +0200 |
| commit | 0d5aa9036ca0ba441d9ca9ecaed2adb3af11846b (patch) | |
| tree | 9c783b54968c4221c90e667ce60c902b1e6a296f /3ds.json | |
| parent | Simple hello world program using libctru (diff) | |
| download | rust_3ds-0d5aa9036ca0ba441d9ca9ecaed2adb3af11846b.tar.xz rust_3ds-0d5aa9036ca0ba441d9ca9ecaed2adb3af11846b.zip | |
Experimental use of Rust std
print! and alloc work so far, panic causes a segfault
Diffstat (limited to '3ds.json')
| -rw-r--r-- | 3ds.json | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ "llvm-target": "arm-none-eabihf", "data-layout": "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64", - "os": "none", - "env": "eabi", - "vendor": "unknown", + "os": "3ds", + "env": "ctru", + "vendor": "nintendo", "arch": "arm", "target-cpu": "mpcore", "features": "+strict-align,+v6,+vfp2,-d32", |