plutoo
|
61494b77cc
|
Minor stuff
|
2018-01-13 00:36:31 +01:00 |
|
plutoo
|
fbf0b0643a
|
Missed vi on the first round
|
2018-01-12 23:53:08 +01:00 |
|
plutoo
|
251e57fa59
|
Fix bug in newly introduced service impl
|
2018-01-12 23:31:59 +01:00 |
|
plutoo
|
f70d70f029
|
Introducing "Service" object, implemented service override, fixing minor formatting mistakes
NOT TESTED :(
|
2018-01-12 23:29:49 +01:00 |
|
plutoo
|
3ac366528e
|
Merge pull request #24 from shinyquagsire23/vi-managedlayer
vi:m ManagedLayer support
|
2018-01-12 18:25:30 +01:00 |
|
shinyquagsire23
|
e5726cbc83
|
Move viCreateManagedLayer logic out of viOpenLayer
|
2018-01-11 19:11:39 -07:00 |
|
plutoo
|
fd4522423b
|
Hid stylefix
|
2018-01-11 22:29:16 +01:00 |
|
plutoo
|
edcf789b6e
|
C was developed in 1972
|
2018-01-06 13:54:59 +01:00 |
|
plutoo
|
a63ce5d8bc
|
Align VI code style
|
2018-01-06 13:34:08 +01:00 |
|
plutoo
|
fee6b42963
|
Align code style for AM
|
2018-01-06 05:57:56 +01:00 |
|
yellows8
|
1dda414f31
|
Implemented apm.
|
2017-12-29 16:15:17 -05:00 |
|
yellows8
|
63016db072
|
Updated bufferProducerFence. Updated nvgfxEventWait. Added better initialization validation to binder, etc. In bufferProducerDequeueBuffer(), use sizeof instead of a constant for the fence size. Updated g_gfxQueueBufferData. Fixed validation in _gfxGetNativeWindowID. Other changes.
|
2017-12-27 18:52:52 -05:00 |
|
plutoo
|
eec87a6ccf
|
Rename account -> acc
|
2017-12-27 18:52:52 -05:00 |
|
plutoo
|
1cf6bb2056
|
Moved binder.c to gfx, refactored
|
2017-12-27 18:52:52 -05:00 |
|
yellows8
|
e3d0c849ad
|
Implemented {vi/gfx}GetDisplayResolution. Moved gfxGetFramebufferDisplayOffset into the .h as static inline. Added more comments to gfx.h.
|
2017-12-27 18:50:16 -05:00 |
|
yellows8
|
1fccd4a1bb
|
Improved handling for appletNotifyRunning().
|
2017-12-24 23:31:58 -05:00 |
|
yellows8
|
ec594bfbcf
|
Added _appletGetOperationMode() and _appletGetPerformanceMode(). In appletInitialize(), use _appletGetOperationMode and _appletGetPerformanceMode(). Also use _appletGetCurrentFocusState() in appletInitialize() with a global field even for non-application-type. Added _appletSetOperationModeChangedNotification/_appletSetPerformanceModeChangedNotification and use these in appletInitialize(). Added appletGetOperationMode(), appletGetPerformanceMode(), and appletGetFocusState(), which load from cached state fields. Handle notifications in appletMainLoop(). Added appletOperationMode enum. Imported applet hooking from libctru.
|
2017-12-22 03:26:26 -05:00 |
|
yellows8
|
ebf81ab6ff
|
Imported *MainLoop() from libctru.
|
2017-12-07 18:54:07 -05:00 |
|
plutoo
|
cddec5c754
|
More pm
|
2017-12-05 12:30:33 +01:00 |
|
plutoo
|
12410fc44a
|
Merge pull request #22 from shinyquagsire23/hid-sharedmem-impl
HID Shared Memory - Structures + key held/down/up implementation
|
2017-12-02 23:21:10 +01:00 |
|
yellows8
|
0c5efe5f9c
|
Added a comment in fs_dev.h. Adjusted fs.h formatting, etc. Added support for mounting SaveData.
|
2017-11-30 01:58:21 -05:00 |
|
yellows8
|
a405bc4827
|
Added account. Added u128 type to types.h.
|
2017-11-29 23:31:18 -05:00 |
|
yellows8
|
49959e4e37
|
FS adjustments + fixed fsFsGetFreeSpace/fsFsGetTotalSpace. In fs_dev: fixed cwd handling, unmounting adjustments, use fsFsGetEntryType(), updated fsdev_dirnext(), and properly handle fsdev_statvfs().
|
2017-11-29 01:47:11 -05:00 |
|
yellows8
|
59880e9488
|
Removed output bytes_written for fsFileWrite() since the command doesn't actually return that. In fsdev_open(), set the FS_OPEN_APPEND flag when opening for writing. Adjusted file-creation handling in fsdev_open().
|
2017-11-27 17:40:49 -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 |
|
shinyquagsire23
|
63f91dd215
|
Add hidTouchCount, hidTouchRead, KEY_TOUCH. Header tweaks.
|
2017-11-22 17:09:37 -07:00 |
|
shinyquagsire23
|
aa458e59f9
|
Add hidGetControllerLayout
|
2017-11-22 17:09:32 -07:00 |
|
shinyquagsire23
|
472c408288
|
Add HIDMousebutton
|
2017-11-20 02:27:21 -07:00 |
|
shinyquagsire23
|
fc71b06161
|
Implement HID keys held/down/up
|
2017-11-20 02:17:30 -07:00 |
|
shinyquagsire23
|
11ee3c188e
|
Add HID shared memory structures and enums
|
2017-11-20 02:17:26 -07:00 |
|
shinyquagsire23
|
3db154a8f0
|
Add bsdSendTo and bsdSetSockOpt
|
2017-11-19 01:45:15 -07:00 |
|
yellows8
|
42fbabe9d1
|
Added nvQueryEvent().
|
2017-11-15 22:34:07 -05:00 |
|
fincs
|
508a87ea5d
|
Mark fatalSimple with __attribute__((noreturn))
|
2017-11-14 01:14:23 +01:00 |
|
yellows8
|
38cc12f02c
|
Moved ioctl defines into a dedicated header, with some additional defines. Load the output error field for nv cmds.
|
2017-11-12 23:27:42 -05:00 |
|
yellows8
|
caa06c4d6c
|
Implemented nv. Use TransactParcelAuto instead of TransactParcel when running on >=3.0.0. Added ipcQueryPointerBufferSize(). Minor other change.
|
2017-11-12 20:34:30 -05:00 |
|
yellows8
|
1d8c51f6fa
|
Added svcGetSystemTick. Added LIBNX_PARCEL_ERRBASE to result.h. Added BINDER_FIRST_CALL_TRANSACTION. Added gfxproducer and parcel. Use gfxproducer in gfx and added gfxSwapBuffers().
|
2017-11-07 13:56:57 -05:00 |
|
yellows8
|
b5abd52b8b
|
Implemented viSetLayerScalingMode(). Implemented vsync handling. Minor other change.
|
2017-11-05 00:50:58 -04:00 |
|
yellows8
|
9866f8e8b2
|
Implemented binder. Added error LIBNX_BADINPUT. Set StrayLayer in viOpenLayer properly.
|
2017-11-04 18:28:13 -04:00 |
|
yellows8
|
ec1faa34ef
|
Added display+layer support. Started 'gfx'.
|
2017-11-03 12:33:33 -04:00 |
|
yellows8
|
d62b909757
|
Added hid.
|
2017-10-27 17:10:48 -04:00 |
|
yellows8
|
557d68139a
|
Implemented applet.
|
2017-10-27 12:20:52 -04:00 |
|
yellows8
|
68dbb72b04
|
Added fsExit and fsGetServiceSession. Check whether initialization was already done in fsInitialize, etc. Added fs to __appInit/__appExit.
|
2017-10-14 21:45:59 -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 |
|
yellows8
|
6aa7ac0ec8
|
Fixed name for endpoint get-report cmd.
|
2017-10-12 02:08:25 -04:00 |
|
yellows8
|
7333864957
|
Added usbDsGetState() and usbDsWaitReady().
|
2017-10-10 11:48:39 -04:00 |
|
yellows8
|
6cea85f338
|
Added usbds. The post-buffer cmds require dcache-flush for the specified buffer, this isn't included yet.
|
2017-10-09 21:05:53 -04:00 |
|
plutoo
|
74b14f4c63
|
Introducing fs..
|
2017-10-07 22:49:16 +02:00 |
|
yellows8
|
8a9d51db0c
|
Added smExit and added sm to appInit/appExit. Added svcCreateSession. Added vi.
|
2017-09-24 18:40:13 -04:00 |
|
plutoo
|
718d55f45a
|
Added sm service commands
|
2017-09-24 19:49:24 +02:00 |
|
plutoo
|
6e84dee135
|
Introducing fatal
|
2017-09-24 18:49:27 +02:00 |
|