yellows8
f6bf7e7b1f
Updated comments for udsNodeInfo.
2016-04-07 16:51:03 -04:00
yellows8
daba63af69
Updated udsNodeInfo and udsConnectionStatus. Updated the related code for udsNodeInfo.
2016-04-07 16:31:26 -04:00
yellows8
570c834679
Updated udsConnectionStatus and networkstruct. Removed total_nodes from udsNetworkScanInfo since that's stored in the networkstruct.
2016-04-07 13:06:23 -04:00
Michael Theall
72b6b3e48b
Const-correctness and some size_t parameters for UDS
2016-04-07 10:38:44 -05:00
yellows8
d7500b3608
Properly load the UDS network wifi channel, apparently it was hard-coded to channel 1 previously. This fixed the udsConnectNetwork() failures with the example app(not yet available under the 3ds-examples repo).
2016-04-07 10:04:48 -04:00
yellows8
6f6926921e
Added a new param to udsScanBeacons() for using ScanOnConnection internally.
2016-04-06 19:38:56 -04:00
yellows8
bdb2835b62
Added udsEjectSpectator().
2016-04-06 16:32:25 -04:00
yellows8
1671aeb7c2
Implemented full support for connecting as an UDS spectator.
2016-04-06 16:26:06 -04:00
yellows8
3b1673b673
Updated the udsConnectionStatus struct.
2016-04-06 13:41:37 -04:00
yellows8
688b2649c5
Added udsWaitConnectionStatusEvent(). Updated the udsConnectionStatus struct.
2016-04-06 13:02:26 -04:00
yellows8
72cb548cb0
Added udsGetConnectionStatus().
2016-04-06 12:46:08 -04:00
yellows8
9b5c1a3a6a
Added udsGetNodeInformation().
2016-04-06 12:24:43 -04:00
yellows8
b11004f221
Implemented udsUpdateNetworkAttribute() and udsSetNewConnectionsBlocked().
2016-04-06 01:56:02 -04:00
yellows8
6570ade097
Disabled the debug prints for network-connecting and implemented udsEjectClient().
2016-04-06 00:48:08 -04:00
Michael Theall
4393593e48
Add readdir batching to sdmc
2016-04-05 17:36:09 -05:00
Michael Theall
41ea040420
Add opendir/readdir/rewinddir/closedir/stat support to romfs
2016-04-05 17:35:45 -05:00
yellows8
db6432ce0a
Added udsGetNetworkStructApplicationData().
2016-04-05 17:37:07 -04:00
yellows8
9ad6e0945c
Fixed udsGetChannel() output. Implemented udsSetApplicationData() and udsGetApplicationData(). Added a comment regarding why there's debug prints in udsConnectNetwork().
2016-04-05 16:57:16 -04:00
yellows8
d2f9655d8a
Added udsWaitDataAvailable(), based on gspWaitForEvent().
2016-04-05 12:07:24 -04:00
yellows8
4123baba50
Added UDS_HOST_NETWORKNODEID. Updated UDS_SENDFLAG_Broadcast.
2016-04-05 11:26:48 -04:00
yellows8
fa70037055
Added host_macaddress parameter to udsScanBeacons().
2016-04-05 11:01:16 -04:00
yellows8
d654cf1b88
Switched UDS_SEND_INPUT8_DEFAULT to 0xF3, udsPullPacket() returns actual output data which was sent via udsSendTo() now.
2016-04-05 10:26:16 -04:00
yellows8
a896bf772c
Implemented udsCheckNodeInfoInitialized() and udsGetChannel(). Implemented network (dis)connect and scanning code. Implemented udsPullPacket(). Fixed some issues. Updated uds.h for beacon scanning etc.
2016-04-05 10:07:04 -04:00
yellows8
9aa9d32e11
Added varioues UDS structs and enums+defines. Implemented udsGenerateDefaultNetworkStruct(). Implemented code for creating+destroying networks. Implemented code for binds. Implemented udsSendTo().
2016-04-04 14:26:49 -04:00
yellows8
ed53bcf4a8
Load the UDS connection-status event handle, and a minor uds.c change.
2016-04-04 00:22:32 -04:00
yellows8
c9d2f74815
Implemented some support for ndmu. Started implementing support for UDS.
2016-04-04 00:11:37 -04:00
yellows8
b9c0ca992d
Implemented support for sslc cmd8..cmdc CertChain commands. Clear the serv handle in sslcExit.
2016-03-31 12:37:20 -04:00
yellows8
2964d87ed4
Implemented sslcAddCert.
2016-03-31 11:28:32 -04:00
yellows8
3bb7451c3d
Implemented sslcContextInitSharedmem.
2016-03-30 16:51:42 -04:00
yellows8
1346fae04f
Switched sslcContextGetStrings to sslcContextGetProtocolCipher since it's documented now.
2016-03-30 16:04:17 -04:00
yellows8
44b601d7b8
Switched the sslopt enum to anonymous, and updated sslcRead(), as requested. Implemented sslcContextGetStrings.
2016-03-30 15:02:18 -04:00
yellows8
1e5c91989f
Switched to using an enum for sslopt. Updated the type handling for sslcRead.
2016-03-30 14:24:24 -04:00
yellows8
3d90087481
Implemented actual support for sslc, homebrew can now actually use sslc(see also the sslc example).
2016-03-30 13:57:20 -04:00
yellows8
b7b78414da
Implemented SOCU_AddGlobalSocket.
2016-03-30 13:52:15 -04:00
Steven Smith
932630764f
Clean up and update AM service functions.
2016-03-29 16:16:15 -07:00
fincs
7adab4d940
Merge pull request #271 from MerryMage/channel-filter
...
ndsp: Monopole and biquad channel filter params
2016-03-25 20:33:57 +01:00
MerryMage
d431a67f31
ndsp: Monopole and biquad channel filter params
2016-03-25 19:30:46 +00:00
wwylele
a5b7c58c69
fix hid:GetGyroscopeRawToDpsCoefficient
2016-03-18 22:52:16 +02:00
yellows8
5b7468e5cf
Added initial sslc support. Minus init/exit this only has sslcAddTrustedRootCA implemented.
2016-03-08 19:29:48 -05:00
yellows8
d769879933
Added httpc AddTrustedRootCA.
2016-03-08 18:19:51 -05:00
yellows8
049d2e2373
Finally added code to exit httpc properly via HTTPC_Finalize.
2016-03-08 15:00:57 -05:00
yellows8
e2852d14f1
Merge pull request #267 from Bownairo/master
...
Adds function addPostDataRaw
2016-03-06 15:24:04 -05:00
Eero Kelly
12a5fa297a
Adds function addPostDataRaw
2016-03-06 15:21:01 -05:00
Dave Murphy
2beafaa27f
Merge pull request #266 from ObsidianX/nit-pick-hid-comments
...
Update hid.h comments
2016-03-06 13:13:49 +00:00
yellows8
b0c5a3c87d
Clear the httpc sharedmem before using svcCreateMemoryBlock.
2016-02-29 00:45:42 -05:00
Ryan Loebs
1c55370cee
Update hid.h comments
...
Nit-picky update to accurately describe the `hidKeys*()` functions, and how to extract individual bits from them.
2016-02-24 04:32:57 -08:00
Lectem
6d5a06227b
add a note for svcExitThread and the thread API
...
Calling svcExitThread will make it so that threadCreate detached parameter won't work.
2016-02-16 13:15:31 -05:00
yellows8
e4e51e758b
Implemented actual httpc sharedmem handling. Implemented httpc AddPostDataAscii.
2016-02-12 18:38:39 -05:00
Ken Sanislo
e1a9d2ef9c
httpc fixes and extensions
...
Signed-off-by: Dave Murphy <davem@devkitpro.org>
2016-02-12 16:38:43 +00:00
Javi
c3b22e3922
Fix nfcInit error
2016-02-04 17:20:40 +01:00
Javi
14005eee52
Fixed prefix and parameters declaration
2016-02-04 17:18:26 +01:00
Javi
0c11529000
Add basic NFC service support
2016-02-04 12:51:06 +01:00
Yuri Kunde Schlesner
09611e0284
Fix crash when getting or setting struct params in CAM:U
2016-02-03 00:37:13 -08:00
fincs
8cd37c627c
Add ndspChnIsPaused/ndspChnSetPaused (untested)
2016-01-28 23:46:03 +01:00
fincs
27b6134bf2
Adapt AMPXI to use libctru naming conventions for plain service calls.
2016-01-28 23:44:51 +01:00
yellows8
173d258e30
Added ampxiInstallTitlesFinish.
2016-01-26 01:09:21 -05:00
Lectem
2b9dc3c82a
added SOCU_GetNetworkOpt
2016-01-25 01:14:09 -05:00
Dave Murphy
3a3ee64b64
Merge pull request #254 from Rinnegatamante/master
...
Added some missing news:s funcs and updated header.
2016-01-24 18:05:17 +00:00
Dave Murphy
92700f4f73
Merge pull request #253 from yifanlu/master
...
Added svc calls for svcCreateCodeSet and svcCreateProcess
2016-01-23 22:42:26 +00:00
Yifan Lu
cd054cbadf
Added svc calls for svcCreateCodeSet and svcCreateProcess
2016-01-23 14:32:36 -08:00
Rinnegatamante
62c05ea73b
Added some missing news:s funcs and updated header.
...
Added some missing news:s funcs and updated header.
2016-01-23 12:47:14 +01:00
fincs
b364790a9a
Add fallback RomFS path for when argv isn't available (e.g. boot.3dsx)
2016-01-23 00:59:39 +01:00
Michael Theall
818254c55e
Add sdmc_getmtime
2016-01-22 16:40:28 -06:00
Michael Theall
07faf3d40c
fix spacing
2016-01-21 19:22:43 -06:00
Michael Theall
5af3dd73de
Add SOCU_GetIPInfo
2016-01-21 19:21:43 -06:00
Michael Theall
de0a39089c
replace 6, 17 with IPPROTO_TCP, IPPROTO_UDP respectively
2016-01-21 17:12:58 -06:00
Stephen Shkardoon
248c02cf8e
Change protocol in socket() to 0 if appropriate - Fix #250
...
When the user is specifying TCP or UDP and it is the only option,
change the protocol parameter to 0, which is the only value the
underlying 3DS system will accept as valid. This compatibility layer
ensures that code will work transparently whether on a host system
or the 3DS.
2016-01-20 23:56:48 -05:00
Dave Murphy
b8741b35e8
Merge pull request #247 from Lectem/more_soc
...
added gethostname
2016-01-21 00:16:26 +00:00
Michael Theall
a7a7231085
Tested all the send/recv flags and the SOL_SOCKET options
2016-01-20 18:10:48 -06:00
Lectem
097095b557
remove restrict keyword in arpa/inet.h fixes #248
...
This causes problems for non-c99 and c++ projects.
2016-01-20 16:15:48 -05:00
fincs
70f84f4950
Fix Doxygen oversight
2016-01-19 23:45:31 +01:00
Lectem
6beee4f9fe
added gethostname
2016-01-19 14:20:34 -05:00
fincs
8b5e753235
Add shared system font parsing code.
2016-01-19 19:23:58 +01:00
Michael Theall
07f0fe7e65
Fix use of RemoveDevice()
2016-01-18 19:34:12 -06:00
Lectem
abbef70e61
fix getaddrinfo
2016-01-17 22:50:40 -05:00
Lectem
45ff5c4ee6
added inet_pton and inet_ntop
2016-01-17 12:58:21 -05:00
Lectem
389807c6a3
fix alignment in arpa/inet.h
2016-01-17 12:25:41 -05:00
Lectem
464d6c6363
SOC:u added close/shutdown sockets
2016-01-16 21:14:09 -05:00
Michael Theall
ac7af47956
Merge branch 'master' of github.com:smealum/ctrulib
2016-01-16 16:32:27 -06:00
Michael Theall
3df00537cd
proper EEXIST error for mkdir
2016-01-16 16:32:21 -06:00
Michael Theall
0b40e7aa2f
Move sdmc_dir_t into 3ds/sdmc.h
2016-01-16 16:30:11 -06:00
Dave Murphy
557fbedb9b
ensure svcSleepThread gets u64
2016-01-16 21:06:33 +00:00
Lectem
e9a476cfe2
Added gai_strerror
2016-01-14 18:31:45 -05:00
Lectem
6eb23d3fbd
added SOC:u getaddrinfo
2016-01-14 18:30:55 -05:00
Lectem
517b1c9503
added SOC:u getnameinfo
2016-01-14 18:24:50 -05:00
Lectem
b34ff22dc7
fix sockaddr_storage to match the one used by SOC
2016-01-13 12:23:05 -05:00
Lectem
531f8f29a1
fix PF_INET6 value
2016-01-13 12:23:05 -05:00
Michael Theall
c5674b3126
Add sdmcWriteSafe
2016-01-12 16:22:30 -06:00
Dave Murphy
15897d0eab
add void function typedef
2016-01-12 21:12:11 +00:00
Dave Murphy
eba67d69ca
add macros for color codes
2016-01-12 21:12:11 +00:00
Lectem
e05f841a58
fix thread static buffers usage (save+restore)
2016-01-10 13:41:28 -05:00
yellows8
d5931ee336
Added AMPXI for using ampxiWriteTWLSavedata.
2016-01-07 17:28:48 -05:00
yellows8
afae9ad607
Added NS_TerminateProcessTID.
2016-01-06 23:31:10 -05:00
fincs
57ec5db247
Bump version to v1.1.0
2016-01-06 19:53:09 +01:00
Dave Murphy
850646ea31
add usleep
2016-01-05 16:37:05 +00:00
fincs
9f98cefa3e
Revise/enhance GSPGPU/GFX code, see below:
...
- Screens can be buffer-swapped independently (gfxConfigScreen)
- Added gspSetEventCallback for running event code directly on the GSP thread
- Added gspWaitForAnyEvent for waiting for any GSP event
- Added gfxIs3D for retrieving 3D-enable status
2016-01-05 00:25:40 +01:00
fincs
43940facdc
Fix redundant/hazardous code in svcArbitrateAddress
2016-01-05 00:23:10 +01:00
Dave Murphy
feb0b095e0
increase ndsp thread priority
2016-01-04 19:43:28 +00:00
TuxSH
29176f39ae
Implementing AM_InstallFirm
2016-01-03 19:38:41 +01:00
Dave Murphy
2741615b85
elaborate GX_BUFFER_DIM
2016-01-03 14:08:58 +00:00
Steven Smith
df1d39b060
Fix svcSetTimer.
2015-12-29 18:46:38 -08:00
fincs
2feb368dd1
Do not make RomFS the default device
2015-12-29 14:22:04 +01:00
Steven Smith
74a58330e8
Add __sync_get_arbiter.
2015-12-28 20:46:04 -08:00
Sebastian Valle
85223098c6
Fixed the timeout parameter in svcArbitrateAddress
...
the r4 and r5 registers were switched
2015-12-27 18:23:26 -05:00
fincs
20e542c2c8
Examples have been moved to https://github.com/devkitPro/3ds-examples
2015-12-24 12:39:26 +01:00
fincs
d4a24169c5
Bump version to 1.0.0 - with changelog
2015-12-07 11:44:36 +01:00
fincs
a7a0613f38
Fix thread stack alignment
2015-12-07 11:44:36 +01:00
fincs
51709c69e2
Document thread API
2015-12-07 11:44:36 +01:00
fincs
9410a6db2b
sdmc_dev.c: make string buffers thread local
2015-12-07 11:44:36 +01:00
fincs
3f9513e62c
Add TLS (thread local storage) support
2015-12-07 11:44:36 +01:00
fincs
12555d77a4
Revise APT/GSP/NDSP to use the new thread API
2015-12-07 11:44:36 +01:00
fincs
b1e97f2ca4
Add WIP thread wrapper API
2015-12-07 11:43:54 +01:00
fincs
05b8ce5b5d
Implement devkitARM/newlib lock support & dynamic reent
2015-12-07 11:43:54 +01:00
Thomas Edvalson
4eff425593
Make ndspWaveBuf's vaddr const
2015-12-05 18:39:46 -05:00
fincs
c048221f86
Add shaderProgramSetGshMode() for configuring geoshader mode
2015-12-05 13:28:41 +01:00
fincs
c14634f323
Synchronize GPU register names with the 3dbrew Wiki, again
2015-12-05 13:27:02 +01:00
fincs
bd36f283fd
Correct error in FSUSER_OpenArchive/FSUSER_CloseArchive
2015-12-04 18:36:09 +01:00
fincs
3657571591
Add proctex GPU register names and enumerations from the 3dbrew Wiki
2015-12-02 12:04:13 +01:00
fincs
33ba77db4d
Revert "Revert "Dynamically determine heap sizes.""
...
This reverts commit cc8e0c29b6
.
The bug was fixed in Citra.
2015-12-01 13:25:09 +01:00
fincs
f052d22ceb
shaderProgram: manage GPUREG_SH_OUTATTR_MODE/CLOCK
2015-12-01 13:22:34 +01:00
fincs
f7798302ea
Add new GPU register names and enumerations from the 3dbrew Wiki
2015-12-01 12:58:57 +01:00
Daz Jones
5daecd8d24
AM: implement external title database IPC functions
...
Correct use of these functions allows applications that require
the external (SD) title database (e.g. title installers) to check
if it exists, and if not, have it created.
2015-12-01 02:09:50 +00:00
fincs
416cc38797
Add a few additional GPU enumerations
2015-11-25 21:49:26 +01:00
fincs
cc8e0c29b6
Revert "Dynamically determine heap sizes."
...
This reverts commit b96dd51d33
.
The change completely broke homebrew on the Citra emulator.
2015-11-22 01:13:41 +01:00
Steven Smith
b96dd51d33
Dynamically determine heap sizes.
2015-11-21 10:43:50 -08:00
fincs
5ece63029a
Merge pull request #222 from Steveice10/y2r-docs
...
Add to and clean up Y2R documentation.
2015-11-21 18:59:20 +01:00
fincs
58b0b9db4d
Revise algorithm used by LightLock_Lock/Unlock to fix potential issues
2015-11-21 18:57:16 +01:00
Steven Smith
827bbba993
Add to and clean up Y2R documentation.
2015-11-21 09:26:50 -08:00
fincs
9b57720cee
Add LightLock_TryLock and RecursiveLock_TryLock
2015-11-21 11:48:20 +01:00
fincs
5923112082
Several improvements to shaderProgram, see details:
...
- shaderProgramSetGshInputPermutation() was added
- shaderInstanceGetUniformLocation() return type corrected
- shaderInstanceSetBool bug fixed (true/false were incorrectly mapped)
- shaderInstance now has bitmasks indicating which int/bool uniforms are
used by int/bool constants in the DVLE
- shaderProgramUse() was revamped:
- Shader unit setup/code/opdesc upload code was separated into a new
function called shaderProgramConfigure()
- shaderProgramUse() calls shaderProgramConfigure() and afterwards
uploads DVLE constants
- GPU wrappers that perform uniform management will want to use
shaderProgramConfigure() instead of shaderProgramUse() and later
read the shaderInstance uniform usage bitmasks to set the constants.
2015-11-21 00:49:33 +01:00
fincs
10c7711ce5
Correct osConvertVirtToPhys/osConvertOldLINEARMemToNew parameter type
2015-11-20 17:24:02 +01:00
Michael Theall
699748da98
Merge branch 'great-refactor' of github.com:smealum/ctrulib into great-refactor
2015-11-20 09:45:26 -06:00
Michael Theall
a1157f7b8b
Fix comparator for overflow check
2015-11-20 09:44:58 -06:00
fincs
f8dec9ec5c
Fix FS_ATTRIBUTE bitmask values
2015-11-20 16:43:32 +01:00
fincs
b21fa8a57f
Fix typo in documentation that broke generation for FS and CFGU
2015-11-19 23:08:18 +01:00
Michael Theall
c0f75ae42b
Robustify UTF translation
2015-11-19 13:49:31 -06:00
fincs
3714fa3810
Merge branch 'master' into great-refactor
...
# Conflicts:
# libctru/include/3ds/services/fs.h
# libctru/source/os.c
# libctru/source/romfs_dev.c
# libctru/source/services/fs.c
2015-11-19 11:44:59 +01:00
fincs
3fbea733c6
Add fsUseSession/fsEndUseSession
2015-11-19 11:35:02 +01:00
fincs
6e3b2a4cd7
Merge pull request #219 from Steveice10/launcher
...
Reference count srv, cleanup launcher code.
2015-11-15 23:18:52 +01:00
Steven Smith
13a5a225b3
Reference count srv, cleanup launcher code.
2015-11-15 13:02:06 -08:00
fincs
651013d3d0
Fix PATH_UTF16 size miscalculation, yet again
2015-11-15 19:21:00 +01:00
fincs
b96697f7a4
Bring back fsMakePath
2015-11-15 13:51:01 +01:00
Steven Smith
324fcff1dc
Bring FS up to date.
2015-11-14 17:36:07 -08:00
fincs
9083a97014
Fix a typo that wreaked havoc
2015-11-11 19:43:27 +01:00
Steven Smith
375fbce98a
Service cleanup.
2015-11-11 08:57:54 -08:00
fincs
6a7f13654d
Fix #204
2015-11-09 17:32:17 -05:00
thedax
67a1384564
Pretty sure it's not a good idea to decrement a handle.
2015-11-09 16:31:31 -05:00
yellows8
e87ad0ad6c
Implemented code for getting the system-version from NAND NVer/CVer.
2015-11-08 21:28:39 -05:00
Steven Smith
65eaba5b2d
Add news:s support.
2015-11-08 13:26:29 -08:00
Steven Smith
891df76804
Fix #139
2015-11-08 12:00:33 -08:00
Steven Smith
abdfec701f
Fix MIC cutting off a second of audio.
2015-11-08 11:24:04 -08:00
fincs
7440ca7901
Merge pull request #205 from Steveice10/great-refactor
...
Rewrite MIC service code, clean up microphone example.
2015-11-08 00:22:47 +01:00
yellows8
fcb370a8c1
Implemented FSUSER_GetProductInfo.
2015-11-07 17:35:54 -05:00
Steven Smith
d2f772c960
Rewrite MIC service code, clean up microphone example.
2015-11-07 08:57:48 -08:00
fincs
3aa4bdf6e9
Fix #206
2015-11-07 12:46:24 +01:00
fincs
24a84a874f
Fix some mistakes in 2797540a
2015-11-07 01:52:35 +01:00
fincs
2797540a3d
Revise most services to follow these guidelines:
...
- Each service must have xyzInit/xyzExit (with that name)
- xyzInit/xyzExit use reference counting
- xyzExit returns void
- The utilities in <3ds/result.h> are used instead of manual error checking
- The intrinsics in <3ds/synchronization.h> are used instead of inline asm
- Other miscellaneous changes
- APT now uses a lightweight lock instead of a mutex
- Initial handle parameters in PTMU were killed
- Explicit init'ion to 0 or NULL has been removed for global variables
since they end up on .bss anyway
- MIC hasn't been touched because it must be rewritten first
- CFGNOR needs a slight touch before converting
- SOC is still to be cleaned up
2015-11-07 01:25:31 +01:00
fincs
e01dfbc392
synchronization.h: Add DSB & several atomic operations
2015-11-07 01:07:11 +01:00
fincs
7b25a0d4d4
Add <3ds/result.h> header - 3DS result codes
2015-11-07 01:04:31 +01:00
fincs
2686b57c88
Fix #204
2015-11-06 20:39:41 +01:00
fincs
b33b4eb2d0
Minor cleanup in os.h/os.c + add osGet3DSliderState()
2015-11-05 12:33:43 +01:00
fincs
2ce51cf3d8
Add more (void) and remove more service handle parameters
2015-11-05 11:48:23 +01:00
fincs
e4775572c2
Merge branch 'master' into great-refactor
...
# Conflicts:
# libctru/include/3ds/services/httpc.h
2015-11-01 14:14:01 +01:00
fincs
6b40ea9d8e
Roll out a new libctru build
2015-11-01 13:59:34 +01:00
yellows8
27469de3c1
Removed an unused debug line in httpc.c. Set the httpc servhandle to zero in httpcExit(), this fixes using httpcInit() after httpcExit(). Fixed the use_defaultproxy comment in httpc.h.
2015-10-29 15:21:08 -04:00
fincs
7914b41107
Merge branch 'master' into great-refactor
2015-10-28 13:34:17 +01:00
fincs
9360cd6a7d
Merge pull request #158 from Lectem/patch-1
...
Protocol numbers and sockopt IP level
2015-10-28 13:18:37 +01:00
yellows8
76e47c02c8
Changed gfxSwapBuffers() to gfxSwapBuffersGpu() in consoleInit(). This fixes the black-screen issue with the text-console on certain systems(such as old3ds v9.0-v9.2).
2015-10-27 19:34:07 -04:00
smea
af34e85ab2
added support for other cfg service names
2015-10-27 10:59:52 -07:00
fincs
6bdfa1a005
aptInit(): Wait for APT_RUNNING (solves certain timing problems)
2015-10-26 21:19:00 +01:00
fincs
f362ae62a0
More NDSP wavebuf queue fixes
2015-10-24 21:56:40 +02:00
fincs
a35abcb901
APT: fix status event issue that breaks things under certain circumstances
2015-10-24 13:48:15 +02:00
fincs
8cc5dec1b2
NDSP: some more safety checks and fixes
2015-10-24 13:47:31 +02:00
fincs
b3e6a64596
Really really fix NDSP wavebuf scheduling, this time for real
2015-10-24 01:47:23 +02:00
fincs
28f73801cc
Really fix NDSP wavebuf scheduling
2015-10-24 01:05:23 +02:00
fincs
ebad126fc0
Fix NDSP wavebuf synchronization issue (thanks to Lectem)
2015-10-24 00:54:57 +02:00
Lectem
15bca44322
Added the missing struct and functions
2015-10-21 22:12:38 -04:00
smea
89fc70f076
fixed bug which caused gsp shared mem to never be unmapped when using gfx
2015-10-20 23:03:49 -07:00
smea
bba6b90ba0
fixed bug which caused gsp shared mem to never be unmapped when using gfx
2015-10-20 23:03:03 -07:00
fincs
07d5367ed4
Some additions to NDSP code (thanks to Lectem)
2015-10-18 23:06:11 +02:00
fincs
e12c8ff6a6
Add code to manage New 3DS CPU speedup
...
# Conflicts:
# libctru/include/3ds/os.h
# libctru/include/3ds/services/ptm.h
2015-10-11 23:47:23 +02:00
fincs
942ec4af9b
Add code to manage New 3DS CPU speedup
2015-10-11 23:44:10 +02:00
fincs
3cb20a965b
Do not include the source folder in Doxygen, tidy up README.md
2015-10-10 02:04:16 +02:00
fincs
839289378b
Remove Doxygen version tag due to generated files being changed for every single commit
2015-10-10 01:56:39 +02:00
Lectem
f14d5721eb
Document the loop behaviour of csndPlaySound
2015-10-09 19:41:29 -04:00
fincs
b5009a3430
Merge branch 'great-refactor' of github.com:smealum/ctrulib into great-refactor
2015-10-10 00:13:42 +02:00
fincs
818cd4ac39
Merge remote-tracking branch 'Lectem/travis_ci' into great-refactor
2015-10-10 00:10:17 +02:00
Lectem
5f648ff9d4
add commit number and readme.md to doc
2015-10-09 17:58:42 -04:00
Lectem
be64a95c74
Added INADDR_LOOPBACK define
2015-10-09 13:37:01 -04:00
Steven Smith
a5ad20cc46
Fix DSP_SendData writing the value to the wrong index.
2015-10-08 23:04:13 -07:00
Antoine Vugliano
b46e0c6a15
Fix NDSP enums for C++.
2015-10-08 00:43:58 +02:00
fincs
c25e04295a
Clean up svc.s
2015-10-07 23:32:20 +02:00
fincs
506d9205f3
Merge pull request #189 from Lectem/fix_cpp
...
fixed enums for c++
2015-10-07 22:03:08 +02:00
Lectem
13adb6a1c2
fixed enums for c++
2015-10-07 16:00:19 -04:00
fincs
141703b4ee
Fix potential race condition in LightLock_Unlock() (spotted by mtheall)
2015-10-07 21:48:26 +02:00
Lectem
70e7fb35bc
fix SOL_SOCKET level options
2015-10-07 15:23:24 -04:00
fincs
0e7755af01
Fix GPUCMD_AddSingleParam() C++ compatibility issue
2015-10-07 20:50:57 +02:00
Lectem
1a24e0e054
fixed some netinet/in.h formating
2015-10-06 12:53:29 -04:00
Lectem
034a27adaa
Protocol numbers and sockopt options
...
Protocol numbers are based on both RFC 1700 p.7 and the Internet Assigned Numbers Authority (IANA) http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
Those are to be used with the added sockopt options. The various options have been
tested with wireshark.
2015-10-06 11:13:29 -04:00
fincs
56a2712501
Docufixes
2015-10-06 11:47:28 +02:00
fincs
d9c133d28a
Merge pull request #186 from Steveice10/docs
...
Finish up basic documentation.
2015-10-06 11:26:37 +02:00
Lectem
e6dd7ac37d
do not include internal structs in doc
2015-10-05 23:00:24 -04:00
Steven Smith
fa5f3783ce
Finish up basic documentation.
2015-10-05 18:35:15 -07:00
fincs
f4cef43033
Whoops
2015-10-05 11:40:20 +02:00
fincs
66396c5777
Merge branch 'master' into great-refactor
2015-10-05 11:39:11 +02:00
Steven Smith
173d386795
Document most of services.
2015-10-04 22:27:43 -07:00
Lectem
83d78a0f7c
Allow documentation for static functions
...
This will show static functions such as the ones in the ipc.h header in the documentation.
2015-10-04 18:55:07 -04:00
Steven Smith
d6962f2122
Doc consistency.
2015-10-04 14:08:02 -07:00
Steven Smith
2656225392
Finish documentation in include/3ds and include/3ds/util.
2015-10-04 13:48:26 -07:00
Steven Smith
9a3baad7ed
Rewrite most documentation to be consistent in format.
2015-10-04 10:37:28 -07:00
fincs
b481e6a446
Merge branch 'master' into great-refactor
...
Conflicts:
libctru/include/3ds/services/hid.h
libctru/include/3ds/services/irrst.h
2015-10-04 17:37:19 +02:00
Steven Smith
9fe9493701
Dynamically allocate shared memory.
2015-10-04 08:03:23 -07:00
fincs
8e052004d5
Merge branch 'master' into great-refactor
...
Conflicts:
libctru/include/3ds/services/gsp.h
libctru/source/services/gsp.c
2015-10-03 18:46:04 +02:00
fincs
5c7273ef3b
Merge pull request #176 from thedax/gspLcd
...
Implement some services from gsp::Lcd.
2015-10-03 18:42:50 +02:00
profi200
b9f7f74b58
Renamed TitleList to AM_TitleEntry.
2015-10-03 18:37:47 +02:00
fincs
5788134dc5
Fix broken srv code
2015-10-03 13:41:08 +02:00
Lectem
a117a287fd
Use IPC helpers for srv
2015-10-03 07:23:33 -04:00
Lectem
123d8c6d6e
Use IPC helpers for y2r
2015-10-03 06:59:19 -04:00
Lectem
deb7518153
Use IPC helpers for soc
2015-10-03 06:59:17 -04:00
Lectem
fa06930406
Use IPC helpers for qtm
2015-10-03 06:59:15 -04:00
Lectem
362a3fce41
Use IPC helpers for ptm
2015-10-03 06:59:13 -04:00
Lectem
64b32816cf
Use IPC helpers for ps
2015-10-03 06:59:11 -04:00
Lectem
8dd1bbb0ce
Use IPC helpers for pm
2015-10-03 06:59:10 -04:00
Lectem
d97d5f26a4
Use IPC helpers for ns
2015-10-03 06:59:08 -04:00
Lectem
04dd31220c
Use IPC helpers for news
2015-10-03 06:59:06 -04:00
Lectem
63f7918868
Use IPC helpers for mvd
2015-10-03 06:59:04 -04:00
Lectem
1863bc2e35
Use IPC helpers for mic
2015-10-03 06:59:02 -04:00
Lectem
a65ae90b36
Use IPC helpers for irrst
2015-10-03 06:59:00 -04:00
Lectem
8f00d34099
Use IPC helpers for ir
2015-10-03 06:58:58 -04:00
Lectem
8975e848d7
Use IPC helpers for httpc
2015-10-03 06:58:56 -04:00
Lectem
44d9f0e940
Use IPC helpers for hid
2015-10-03 06:58:54 -04:00
Lectem
db9d0a69eb
Use IPC helpers for hb
2015-10-03 06:58:52 -04:00
Lectem
5e6440b9b7
Use IPC helpers for fs
2015-10-03 06:58:43 -04:00
Lectem
d074d819ff
Use IPC helpers for csnd
2015-10-03 06:56:26 -04:00
Lectem
375f5e497d
Use IPC helpers for cfgu
2015-10-03 06:56:24 -04:00
Lectem
383acf6575
Use IPC helpers for cfgnor
2015-10-03 06:56:22 -04:00
Lectem
bc3ef580b2
Use IPC helpers for apt, and update some commands
2015-10-03 06:56:11 -04:00
Lectem
b9d51cbd87
Use IPC helpers for am
2015-10-03 06:43:47 -04:00
Lectem
1c002fc034
Use IPC helpers for ac
2015-10-03 06:43:45 -04:00
fincs
8912773f21
Merge branch 'master' into great-refactor
...
Conflicts:
libctru/include/3ds/services/apt.h
libctru/include/3ds/services/fs.h
libctru/source/services/apt.c
2015-10-03 12:39:09 +02:00
smea
c765e3b559
Update fs.c
2015-10-02 23:10:38 -07:00
smea
8e43355620
Merge branch 'patch-1' of github.com:smealum/ctrulib
2015-10-02 23:07:46 -07:00
smea
87b9d1302a
Added FSUSER_GetMediaType
2015-10-02 23:05:30 -07:00
thedax
04ddaff8cd
Return the svcSendSyncRquest value if not equal to zero.
...
Otherwise, return cmdbuf[1].
2015-10-02 21:01:19 -04:00
fincs
89e0bcd8cc
NDSP: add mechanism to load the component from an external source
2015-10-02 23:58:02 +02:00
fincs
f1ce480ed9
Add a work-in-progress API for using Nintendo's default DSP component
2015-10-02 21:54:18 +02:00
thedax
861c0a10b5
Change the enum to use BIT and replace u32 with the enum type.
2015-10-01 13:04:21 -04:00
suloku
b6817008ac
Update apt.c
2015-10-01 19:01:31 +02:00
suloku
76e3cb0721
Implement APT_GetProgramID
2015-10-01 17:19:13 +02:00
suloku
2dc74a81ab
Update apt.h
2015-10-01 17:18:17 +02:00