Commit Graph
27 Commits
Author SHA1 Message Date
greggameplayerandGitHub c14af2f71d correct clang-format 2018-11-22 18:26:43 +01:00
greggameplayerandGitHub 6d2adb0bc0 Automatically disable joycons docked
when docked mode is enable
2018-11-22 01:24:39 +01:00
greggameplayerandbunnei c8b3f09876 Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666)
* Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB
( needed by Mario+Rabbids Kingdom Battle )

* Small placement correction
2018-11-12 18:34:54 -08:00
greggameplayerandGitHub d3b9599b2d Merge branch 'master' into Texture2DArray 2018-11-06 19:05:57 +01:00
greggameplayerandGitHub 9249fadb9e correct syntax 2018-11-02 14:28:28 +01:00
greggameplayerandGitHub cb8e4a4633 Merge branch 'master' into Texture2DArray 2018-11-02 14:26:32 +01:00
greggameplayerandbunnei 06578e89b2 Implement BC6H_UF16 & BC6H_SF16 (#1092)
* Implement BC6H_UF16 & BC6H_SF16
Require by ARMS

* correct coding style

* correct coding style part 2
2018-08-31 12:11:19 -04:00
greggameplayerandbunnei 2003771789 Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)
* Used by Mario Tennis Aces
2018-08-17 00:23:08 -04:00
greggameplayerandGitHub cef35e7c9c correct coding style 2018-08-16 23:46:06 +02:00
greggameplayerandbunnei 224071a652 Implement R8_UINT RenderTargetFormat & PixelFormat (#1014)
- Used by Go Vacation
2018-08-11 21:44:42 -04:00
greggameplayerandbunnei dfcde52f39 Implement R16S & R16UI & R16I RenderTargetFormats & PixelFormats and more (R16_UNORM needed by Fate Extella) (#848)
* Implement R16S & R16UI & R16I RenderTargetFormats & PixelFormats


Do a separate function in order to get Bytes Per Pixel of DepthFormat


Apply the new function in gpu.h


delete unneeded white space

* correct merging error
2018-08-11 14:01:50 -04:00
greggameplayerandbunnei fe64e1d38e Implement RGB32F PixelFormat (#886) (used by Go Vacation) 2018-08-02 14:56:38 -04:00
greggameplayerandbunnei be1f5dedfb Implement GetAvailableLanguageCodes2 (#575)
* Implement GetAvailableLanguageCodes2

* Revert "Implement GetAvailableLanguageCodes2"

This reverts commit caadd9eea3.

* Implement GetAvailableLanguageCodes2

* Implement GetAvailableLanguageCodes2
2018-06-19 11:29:04 -04:00
greggameplayerandSebastian Valle be09dfeed9 nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)
* add IoctlCommands with their params in nvidia_ctrl_gpu.h

* add function related to the changes done previously

* fix clang-format

* delete trailing whitespace

* correct mistake
2018-06-06 08:31:17 -05:00
greggameplayerandbunnei 4fad069870 Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511)
* Add some IoctlCommand with their params to nvhost_gpu

* fix clang-format

* delete trailing whitespace

* fix some clang-format

* delete one other trailing whitespace

* last clang-format fix
2018-06-04 16:12:02 -04:00
greggameplayerandbunnei 94fecef137 add IPC CommandType & Some HID FunctionInfo (#487)
* add some CommandType

* add some hid FunctionInfo

* add some other HID FunctionInfo

* delete non useful comments
2018-05-30 14:09:21 -04:00
greggameplayerandbunnei 220d4672df add all the known TextureFormat (#474) 2018-05-28 19:26:17 -04:00
greggameplayerandbunnei b16e5c6a81 Add & correct miscellaneous things (#470)
* add some InfoType

* correct OpenApplicationProxy cmd number

* add IDisplayController functions

* fix clang-format

* add more system languages
2018-05-25 22:31:54 -04:00
greggameplayerandGitHub 1efb81a61d Add & correct some error modules 2018-05-23 14:22:42 +02:00
greggameplayerandGitHub 3c26b7179d change some functions
according to the changes made previously
2018-05-23 14:09:24 +02:00
greggameplayerandGitHub 8c648b59cd correct placement and add size check 2018-05-23 12:34:42 +02:00
greggameplayerandGitHub f217d6c66f Add ioctl commands with their params and size check 2018-05-23 12:32:37 +02:00
greggameplayerandbunnei c6eaf0b2cf Correct audio command numbers & add or rename some functions (#455)
* Add unknown function at the number command 2

* correct audout:u commands numbers

* correct audrec:u cmd number & add Unknown function

* correct IAudioDevice command numbers

* correct codecctl cmd numbers & rename the 8 function

* correct place of unknown function & fix clang-format
2018-05-20 23:48:44 -04:00
greggameplayerandSebastian Valle a215f63235 Add and correct some Error Modules (#444)
* Add and correct some Error Modules
2018-05-19 17:02:24 -05:00
greggameplayerandGitHub abe79b2724 rename fatal:u functions & add ThrowFatal 2018-05-18 23:32:22 +02:00
greggameplayerandGitHub 536cfb13e6 Properly update fatal.h void name 2018-05-18 23:30:56 +02:00
greggameplayerandGitHub e35cfc1b03 Properly rename fatal module functions 2018-05-18 23:28:30 +02:00