plutooo
|
975319fe8f
|
wait: Rename UsermodeEvent and UsermodeTimer
|
2018-12-13 22:56:11 +01:00 |
|
plutooo
|
cf84c9b2c6
|
wait: Introduce wait for raw handles too
|
2018-12-13 22:50:38 +01:00 |
|
plutooo
|
c98ecc7dbf
|
utimer: Add TimerType_OneShot
|
2018-12-13 02:52:02 +01:00 |
|
plutooo
|
9121c6f22f
|
wait: Improve timer calculation, thanks derrek
|
2018-12-13 01:50:42 +01:00 |
|
plutooo
|
a6bf41a17e
|
wait: Fix a race
|
2018-12-13 01:01:42 +01:00 |
|
plutooo
|
31d341804f
|
wait: Doxygen
|
2018-12-13 00:48:51 +01:00 |
|
plutooo
|
f2d60fb964
|
Revert "detect: Detect firmware during lib init, inline version checks"
This reverts commit fa9f93342f .
|
2018-12-13 00:29:27 +01:00 |
|
plutooo
|
e871c05c7c
|
wait: Final implementation
|
2018-12-13 00:07:24 +01:00 |
|
plutooo
|
cdd3eb74a0
|
arm: Rename armTickToNs(), etc
|
2018-10-28 17:37:56 +01:00 |
|
plutooo
|
ddc49e5178
|
kernel: Review comments (move to private interface to private headers, atomics)
|
2018-10-28 17:25:10 +01:00 |
|
plutooo
|
2fe6a7e89d
|
wait: Check for disabled timer
|
2018-10-28 16:40:16 +01:00 |
|
plutooo
|
d37389cdbf
|
wait: Bug-fixes and lock-free utimer stop/start
|
2018-10-28 16:35:30 +01:00 |
|
plutooo
|
4094d844b6
|
kernel: Introduce utimer, uevent, and waitN
|
2018-10-27 06:17:08 +02:00 |
|
plutooo
|
fa9f93342f
|
detect: Detect firmware during lib init, inline version checks
|
2018-10-26 23:33:08 +02:00 |
|
yellows8
|
ccfb1fd4d2
|
Use Event in applet instead of raw handles.
|
2018-10-26 14:00:13 -04:00 |
|
yellows8
|
3b0348654e
|
Use Event in audout/audin instead of raw handles.
|
2018-10-26 13:41:26 -04:00 |
|
yellows8
|
5dc7505139
|
Fixed swapped params for svcCreateEvent in eventCreate.
|
2018-10-26 13:08:45 -04:00 |
|
yellows8
|
49e4e31fcc
|
Added support for psm StateChangeEvent. Added psmGetBatteryVoltageState. Code style adjustments, use serviceIpc*, etc.
|
2018-10-26 13:07:10 -04:00 |
|
yellows8
|
de79614a12
|
Added info regarding timeout to the appletLockExit comments.
|
2018-10-25 12:34:33 -04:00 |
|
SciresM
|
ac853db5f0
|
set:sys: Add GetFirmwareVersion(2) (#190)
* set:sys: Add GetFirmwareVersion
|
2018-10-24 17:16:35 -04:00 |
|
yellows8
|
bcddc1ea35
|
Only allow using video-recording with regular-application, since it's not usable with SystemApplication. Added _appletIsRegularApplication() for this.
|
2018-10-23 16:23:14 -04:00 |
|
tatehaga
|
b130d96445
|
barrier implementation using semaphores (#186)
|
2018-10-23 21:19:26 +02:00 |
|
yellows8
|
318562d13b
|
Init/exit nifm in socketInitialize/socketExit, the user app no longer has to manually handle this when using gethostid/gethostname. Use domains for nifm. Style adjustments in nifm.c.
|
2018-10-23 14:04:58 -04:00 |
|
plutooo
|
6977cb24f5
|
virtmem: Fix minor regression
We need to fetch alias region to make sure virtmemReserve() avoids returning addresses inside of it
|
2018-10-23 04:07:01 +02:00 |
|
Michael Scire
|
e942b9cc25
|
virtmem: Fix stack region mapping on 1.0.0
|
2018-10-22 22:34:11 +02:00 |
|
yellows8
|
a15c9945a7
|
Updated comments regarding requirements for using video-recording, etc. Changed appletInitializeGamePlayRecording to (void) since the sysmodule only supports a fixed size.
|
2018-10-22 13:37:25 -04:00 |
|
yellows8
|
0fb0f67d2e
|
hidGetControllerConnected -> hidIsControllerConnected
|
2018-10-22 12:20:28 -04:00 |
|
yellows8
|
0370140c12
|
Added hidGetControllerConnected() and updated CONTROLLER_P1_AUTO comment.
|
2018-10-22 12:13:59 -04:00 |
|
yellows8
|
a62e29d5cf
|
Added support for applet video-recording, currently not usable. In appletExit, only call appletSetFocusHandlingMode when g_appletExitProcessFlag is zero, so that it isn't called twice during proc-exit.
|
2018-10-21 22:24:54 -04:00 |
|
yellows8
|
cfbc3e9278
|
Added usbCommsSetErrorHandling, don't throw fatalSimple for usbComms by default.
|
2018-10-19 12:34:17 -04:00 |
|
Cpasjuste
|
493d433ac2
|
netinet: fix missing declarations (#187)
|
2018-10-19 17:15:24 +02:00 |
|
yellows8
|
319cc578ca
|
Fixed swapped params for memalign in jitCreate().
|
2018-10-17 14:47:14 -04:00 |
|
fincs
|
8e1736c480
|
Add RandomSeed (14) homebrew ABI key and related handling
|
2018-10-17 17:17:05 +02:00 |
|
yellows8
|
6a9d194fe3
|
Added hidGetControllerColors and HidControllerColors. Changed rightColorbuttons to rightColorButtons in HidControllerHeader. Updated CONTROLLER_P1_AUTO comment.
|
2018-10-16 22:45:44 -04:00 |
|
TuxSH
|
052fb34397
|
Reduce usage of malloc in select and poll. Fix poll not acceping -1 fds
|
2018-10-16 18:53:05 -04:00 |
|
fincs
|
fba43b0f10
|
nvBufferCreate: use separate is_cpu_cacheable/is_gpu_cacheable parameters
|
2018-10-17 00:32:47 +02:00 |
|
Michael Scire
|
86a25e1edd
|
Make fsp-ldr use domains
|
2018-10-16 17:56:39 -04:00 |
|
Michael Scire
|
d67ae02bc5
|
Add domain support to fsp-srv
|
2018-10-16 17:56:39 -04:00 |
|
Michael Scire
|
40e0bf4db7
|
Refactor service IPC to support domains.
|
2018-10-16 17:56:39 -04:00 |
|
yellows8
|
cde495241c
|
Added _hidActivateNpad/_hidDeactivateNpad for internal use in hidInitialize/hidExit. Added hidSetNpadJoyHoldType. Added _hidCmdWithInputU64 and _hidCmdWithNoInput.
|
2018-10-15 12:10:07 -04:00 |
|
yellows8
|
d4277b6d32
|
Added hidSetSupportedNpadIdType(), which is automatically called during init. Closes #148, however vibration disable+enable in system-settings is still needed.
|
2018-10-14 21:47:26 -04:00 |
|
yellows8
|
57ad3cc1d2
|
Clarified comments for appletLockExit.
|
2018-10-14 16:05:24 -04:00 |
|
yellows8
|
52686826d1
|
Added fsdevGetDeviceFileSystem().
|
2018-10-12 22:13:14 -04:00 |
|
yellows8
|
c1b4b95bd7
|
Updated wiki URLs.
|
2018-10-11 21:44:51 -04:00 |
|
yellows8
|
42d3c32b37
|
Use FatalType_ErrorReportAndErrorScreen instead of FatalType_ErrorScreen, on pre-3.0.0. FatalType_ErrorScreen is only available with 3.0.0+, this fixes a regression where using fatalSimple on pre-3.0.0 caused a system hang.
|
2018-10-11 15:41:05 -04:00 |
|
SciresM
|
347e3b3156
|
Refactor usb:ds, add 5.0.0+ support to usbComms. (#181)
* Refactor usb:ds, add support for 5.0.0+. Closes #109.
|
2018-10-11 15:35:22 -04:00 |
|
yellows8
|
25052190d2
|
Added comment regarding PlSharedFontType_NintendoExt.
|
2018-10-09 11:25:25 -04:00 |
|
Samuel P
|
74ebf370dd
|
add an exit request hook type, allow to delay exit (#183)
* add an exit request hook type, allow to delay exit
* appletMainLoop: return false on exit request msg
|
2018-10-09 11:04:33 -04:00 |
|
Thog
|
8178c0fa45
|
_socketDeserializeHostent: fix usage of uninitialized h_name
|
2018-10-08 21:44:30 -04:00 |
|
fincs
|
420d5d4e61
|
C11 thread support: address standard compilance issues
Also fixes #158
|
2018-10-06 22:00:31 +02:00 |
|