Dave Murphy
8ce306b9b6
4.4.2 release
2023-05-27 15:24:25 +01:00
Dave Murphy
a6686ae27a
libnx 4.4.0
2023-05-07 03:18:32 +01:00
Dave Murphy
cbb49e2ce0
libnx v4.3.0
2023-04-02 16:57:13 +01:00
fincs
c4c9a6af3c
libnx v4.2.2
2022-10-16 19:39:20 +02:00
fincs
3a508e13b1
libnx v4.2.1
2022-05-22 16:36:06 +02:00
fincs
748cf5ab98
libnx v4.2.0
2021-10-02 16:57:22 +02:00
fincs
bee27ba607
libnx v4.1.3
2021-06-25 19:27:05 +02:00
fincs
b17873d071
libnx v4.1.0
2021-06-12 16:34:48 +02:00
fincs
73feb933ce
libnx v4.0.0
2020-12-19 17:03:29 +01:00
fincs
bce0ea871d
libnx v3.3.0
2020-05-27 16:52:38 +02:00
fincs
d1f4b11f9a
libnx v3.2.0
2020-05-11 20:28:37 +02:00
fincs
d9c3593183
libnx v3.1.0
2020-04-04 23:43:23 +02:00
fincs
d1e5a5d6c8
libnx v3.0.0
2019-12-11 00:40:38 +01:00
fincs
26f620dc0e
Split up socket.c + work in progress changes:
...
- DNS stuff moved to runtime/resolver.c & .h
- Address manipulation functions moved to runtime/util/inet_addr.c
- Removed sfdnsres/nifm handling in runtime/devices/socket.c
- Renamed socketGetLastBsdResult to socketGetLastResult
- Renamed socketGetLastSfdnsresResult to resolverGetLastResult
- gethostid now inits/deinits nifm as needed
- sfdnsres related configuration gone from SocketInitConfig
- Fixed bug in addrinfo deserialization
- getaddrinfo rewritten, hints can now be NULL
- TODO: add back a way to control service discovery/cancel handle
2019-10-28 12:36:29 +01:00
fincs
bc13692938
Introduce SessionMgr for managing multiplexed services; change fs to use it
2019-10-26 16:44:32 +02:00
fincs
0a3592d4dd
Deprecate current IPC interface
2019-09-19 02:58:12 +02:00
fincs
3d682b6748
Release v2.5.0
2019-09-14 19:23:09 +02:00
fincs
11e3bfd5ac
Release v2.4.0
2019-08-09 02:19:10 +02:00
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