Commit Graph

50 Commits

Author SHA1 Message Date
fincs
bf7479c2a5 Release v2.3.0 2019-07-19 16:06:44 +02:00
fincs
a346185801 Release v2.2.0 2019-05-01 19:26:45 +02:00
Michael Scire
d2e2c15937 fix makefile arch 2019-04-04 20:13:36 +02:00
Michael Scire
f8375c46c0 crypto: add aes-ecb block enc/dec 2019-04-04 20:13:36 +02:00
fincs
b7a0aaef09 Release v2.1.0 2019-03-29 18:40:27 +01:00
fincs
a182f3b496 Release v2.0.0 2019-01-02 00:16:49 +01:00
yellows8
6e10568589 Added applets/libapplet. Added appletSetThemeColorType and appletGetThemeColorType. 2018-12-19 19:49:57 -05:00
fincs
5fe01c065a Major refactor and redesign of nvidia wrapper objects, see details:
- NvBuffer replaced with NvMap, which only manages the creation of
  raw nvmap objects. Users must map these objects manually to
  address spaces.
- nvAddressSpaceBindToChannel removed.
- nvChannelSetNvmapFd is now automatic and has been removed.
- Nv3DContext, NvCmdList, NvErrorNotifier, NvGpfifo, NvGpu and
  NvZcullContext have all been removed.
- Introduced NvGpuChannel, which provides all functionality that was
  part of said removed objects.
- Other miscellaneous changes and fixes.
2018-12-19 19:33:31 +01:00
fincs
07cd134d24 Release v1.6.0 2018-11-28 02:09:20 +01:00
fincs
480174753a Release v1.5.0 2018-10-27 17:42:06 +02:00
fincs
00b12b93fb Release v1.4.1 2018-09-18 17:56:11 +02:00
fincs
23fa46a8ee Release v1.4.0 2018-09-09 20:00:55 +02:00
plutooo
b24f6babbb Make compilable 2018-08-31 13:05:21 +02:00
plutooo
112b2b5d8e Move nvidia driver to nvidia/ 2018-08-31 13:05:21 +02:00
plutooo
d8bb563546 Renamed gfx/ to display/ 2018-08-31 13:05:21 +02:00
fincs
772c839c8c Add audio/ ("AudioDriver"), a high level wrapper around audren 2018-08-31 13:05:21 +02:00
fincs
93dabfab3f Release v1.3.2 2018-07-29 12:32:28 +02:00
fincs
a6492e9888 Release v1.3.1 2018-07-28 18:15:01 +02:00
fincs
eb93b232ef Release v1.3.0 2018-07-08 17:36:43 +02:00
fincs
7223994aa6 Release v1.2.1 2018-05-22 00:49:24 +02:00
Dave Murphy
3d0cab8061 changelog for 1.2.0 (#92) 2018-05-17 00:25:07 +02:00
Dave Murphy
17bb2c1432 add DESTDIR for packaging 2018-05-08 03:01:56 +02:00
plutoo
231dba8061 libnx 1.1.0 2018-03-02 16:01:38 +01:00
Dave Murphy
29aed09e10 allow parallel building 2018-03-02 12:27:43 +01:00
TuxSH
133f8eccc2 Move all of the BSD headers to nx/external/bsd/include 2018-02-27 19:14:44 +01:00
yellows8
9f8a33ba11 Added default_icon.jpg to Makefile dist-src. 2018-02-19 02:29:52 -05:00
profi200
7ef73113cb Optimize for Cortex-A57. 2018-02-10 22:40:22 +01:00
Dave Murphy
0ddd63ea49 remove need for DEVKITA64 variable 2018-01-28 03:09:43 +01:00
Dave Murphy
7ed122eefc move switch specs, linkscript & rules to libnx 2018-01-28 03:09:43 +01:00
plutoo
0890b20251 Fixed Windows build @fincs 2018-01-25 02:08:04 +01:00
plutoo
6fa8370bfb This looks better 2018-01-22 20:11:55 +01:00
Unknown
bddf244d0b default_icon now included in make install 2018-01-15 22:49:01 +01:00
plutoo
4a19fb7022 Hide utf under runtime/, fix headers 2018-01-11 21:38:12 +01:00
plutoo
cac3f735af Renamed misleading dir names "devices/" and "system/" to "runtime/" 2018-01-06 13:45:37 +01:00
plutoo
2fd13b5556 Moving ioctls to separate files 2017-12-27 18:52:39 -05:00
yellows8
4f2a16ec34 Added SWITCH define. 2017-11-28 12:42:53 -05:00
yellows8
cca73c47fa __thread fix by fincs. 2017-11-25 12:02:25 -05:00
yellows8
25f2839c75 Imported util/utf from libctru. Updated appInit/appExit. Fs adjustments + implemented IDirectory. Imported a modified version of sdmc_dev from libctru as fs_dev, this currently isn't usable. 2017-11-23 15:00:56 -05:00
fincs
757349c5c4 Add -mtp=soft to ARCH setting 2017-11-14 00:31:47 +01:00
yellows8
9377851197 Imported usbComms from elsewhere. Removed usb_dev.h since the .c for it was previously removed. In usbDsInitialize(), skip calling _usbDsSetVidPidBcd() when deviceinfo is NULL. 2017-11-13 17:18:07 -05:00
plutoo
9a67c39fd0 Moved cache.s to arm/, implemented kernel/version.c, get rid of broken uart driver [for now] 2017-11-05 03:58:54 +01:00
yellows8
ec1faa34ef Added display+layer support. Started 'gfx'. 2017-11-03 12:33:33 -04:00
yellows8
96dc3a4ff0 Added usbdev under new directory 'devices'. Added more libnx errors to result.h. Added usbDsParseReportData() and the structs for it. Changed the post-buffer funcs 'out' field to 'urbId'. Updated the get-report funcs for using the report-data structure. 2017-10-12 18:20:31 -04:00
plutoo
99bd9c76aa Attempt to introduce newlib heap implementation 2017-10-09 21:24:11 +02:00
fincs
a78a6ecc27 Move -fPIC to ARCH setting in Makefile 2017-09-20 19:53:21 +02:00
yellows8
19f0b5a828 Added sysinit/exit code similar to libctru, with updated crt0. Moved svcExitProcess into the library. Changed HEAP_SIZE. Adjusted some svc.s formatting. Added svcGetInfo. Added svcSleepThread, device SVCs, svcCallSecureMonitor, and the struct for svcCallSecureMonitor, based on code from naehrwert. 2017-09-16 10:52:10 -04:00
plutoo
30650b5d69 Implemented heap, transfer memory, bsd cmd0 2017-09-10 23:17:57 +02:00
plutoo
0d8a5a6839 Restructuring a little 2017-09-10 20:19:32 +02:00
plutoo
b39773b1d4 Trying to make first few steps towards relocations 2017-09-09 02:48:15 +02:00
yellows8
bda7f39904 Initial commit 2017-09-08 17:15:38 -04:00