1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-27 21:50:50 -06:00

Commit Graph

  • b9c1e4b0e7 Added automatic npad switch based on supported stylesets David Marcec 2018-10-18 15:09:55 +11:00
  • beab38601b Added multi-input support and controller assignment at any port David Marcec 2018-10-18 14:11:15 +11:00
  • 60fecee1ec Removed hard coded values for width and height David Marcec 2018-11-19 15:20:47 +11:00
  • ea680bea60 software_keyboard: Check for UTF-8 config flag Zach Hilman 2018-11-18 23:14:48 -05:00
  • f02b125ac8 Merge pull request #1717 from FreddyFunk/swizzle-gob bunnei 2018-11-18 20:13:00 -08:00
  • 6dc33fb812 Merge pull request #1693 from Tinob/master bunnei 2018-11-18 19:59:10 -08:00
  • 5e6ad795cc Merge pull request #1555 from ccawley2011/clang-format-docker bunnei 2018-11-18 19:54:38 -08:00
  • 997c3dc6ff Merge pull request #1619 from janisozaur/patch-12 bunnei 2018-11-18 19:53:34 -08:00
  • 11a1442229 Eliminated unnessessary memory allocation and copy (#1702) Frederic L 2018-11-19 04:53:03 +01:00
  • 3e93c30630 Merge pull request #1640 from DarkLordZach/game-list-reload bunnei 2018-11-18 19:24:53 -08:00
  • e34d47e6e3 Merge pull request #1620 from DarkLordZach/ldr-ro bunnei 2018-11-18 19:23:38 -08:00
  • f08b4cbbc8 Merge pull request #1718 from ogniK5377/lets-go-softlock bunnei 2018-11-18 19:22:47 -08:00
  • 9a47e40dd6 Correctly sets default system language for yuzu-CLI (#1727) Schplee 2018-11-18 19:21:17 -08:00
  • da238db6df Merge pull request #1730 from ReinUsesLisp/fix-intel bunnei 2018-11-18 19:19:43 -08:00
  • 611141e09f Merge pull request #1671 from DarkLordZach/vi-disconnect bunnei 2018-11-18 19:18:46 -08:00
  • 29e7c76d66 gl_rasterizer: Remove default clip distance ReinUsesLisp 2018-11-18 23:57:52 -03:00
  • 9a1bac840e Merge pull request #1728 from FearlessTobi/reset-signal Mat M 2018-11-18 15:51:32 -05:00
  • 13f79cc5bd svc: ResetSignal is not stubbed Tobias 2018-11-18 21:49:17 +01:00
  • 56cf5b7b17 software_keyboard: Add max and current length display to dialog Zach Hilman 2018-11-17 14:44:16 -05:00
  • 02e6602baa software_keyboard: Push all data over all channels on dialog completion Zach Hilman 2018-11-17 12:20:16 -05:00
  • 4ee087fb3c applet: Use std::queue instead of std::vector for storage stack Zach Hilman 2018-11-17 12:19:06 -05:00
  • 19b2571aec applet: Add operation completed callback Zach Hilman 2018-11-17 12:18:03 -05:00
  • 6209fe0c27 software_keyboard: Push buffer size to offset 0x4 in output data Zach Hilman 2018-11-16 22:20:09 -05:00
  • 8b433beff3 software_keyboard: Make GetText asynchronous Zach Hilman 2018-11-12 11:08:09 -05:00
  • 7cfb29de23 am: Allow applets to push multiple and different channels of data Zach Hilman 2018-11-11 20:16:38 -05:00
  • 3cf7246e37 am: Implement ILibraryAppletAccessor IsCompleted and GetResult Zach Hilman 2018-11-11 16:57:59 -05:00
  • fed6ab14c3 am: Implement text check software keyboard mode Allows the game to verify and send a message to the frontend. Zach Hilman 2018-11-11 16:41:31 -05:00
  • e696ed1f4d am: Deglobalize software keyboard applet Zach Hilman 2018-11-11 16:39:25 -05:00
  • a81645400f qt/main: Register Qt Software Keyboard frontend with AM Zach Hilman 2018-11-09 20:38:11 -05:00
  • 48fcb43585 am: Construct and use proper applets with ILibraryAppletAccessor Zach Hilman 2018-11-09 20:14:01 -05:00
  • 5454494adb qt/applets: Provide Qt frontend implementation of software keyboard Zach Hilman 2018-11-09 20:13:15 -05:00
  • de16c1e453 am/applets: Add connector between frontend and AM applet classes Zach Hilman 2018-11-09 20:12:12 -05:00
  • ae53b84efd frontend/applets: Add frontend software keyboard provider and default Zach Hilman 2018-11-09 20:10:58 -05:00
  • 5b95de0c9c am/applets: Add Applet superclass to describe a generic applet Zach Hilman 2018-11-09 20:09:37 -05:00
  • 731b4bd691 am: Unstub ILibraryAppletAccessor::Start Zach Hilman 2018-11-09 20:08:25 -05:00
  • ba03bfa430 am: Implement PopInteractiveOutData and PushInteractiveInData Zach Hilman 2018-11-09 20:07:42 -05:00
  • 5ce6b8fea7 am: Convert storage stack to vector Zach Hilman 2018-11-09 20:06:50 -05:00
  • 0682a908c0 am: Move AM::IStorage to header Zach Hilman 2018-11-09 20:04:43 -05:00
  • c7b6c9de9c am: Move IStorageAccessor to header and update backing buffer Zach Hilman 2018-11-09 20:04:07 -05:00
  • 76d515327b am: Implement CreateTransferMemoryStorage Zach Hilman 2018-11-09 20:01:20 -05:00
  • c70529c1ec string_util: Implement buffer to UTF-16 string helper function Zach Hilman 2018-11-09 17:03:54 -05:00
  • 7901de2b75 svc: Implement svcCreateTransferMemory Zach Hilman 2018-11-09 17:02:50 -05:00
  • 4d1a0a24cc drop support for non separate alpha as it seems to cause issues in some games Rodolfo Bogado 2018-11-18 03:44:48 -03:00
  • 51af996854 ldr_ro: Add error check for memory allocation failure Zach Hilman 2018-11-17 21:40:17 -05:00
  • 81a9c5fe6f fix sampler configuration, thanks to Marcos for his investigation Rodolfo Bogado 2018-11-17 19:58:48 -03:00
  • b312cca756 small type fix Rodolfo Bogado 2018-11-16 13:48:10 -03:00
  • 5297495c87 small fix for alphaToOne bit location Rodolfo Bogado 2018-11-14 17:31:47 -03:00
  • e69eb3c760 fix for gcc compilation Rodolfo Bogado 2018-11-14 14:34:02 -03:00
  • 53b4a1af0f add AlphaToCoverage and AlphaToOne Rodolfo Bogado 2018-11-14 00:02:54 -03:00
  • 8ed7e1af2c add support for fragment_color_clamp Rodolfo Bogado 2018-11-13 22:09:01 -03:00
  • 02c22a3440 add missing MirrorOnceBorder support where supported Rodolfo Bogado 2018-11-13 21:26:29 -03:00
  • 1d60bb6544 set border color not depending on the wrap mode only enable color mask for the first framebuffer id independent blending is disabled Rodolfo Bogado 2018-11-13 21:23:23 -03:00
  • 6a2aa6dbdb set default value for point size register Rodolfo Bogado 2018-11-13 20:15:13 -03:00
  • 1881e86c43 fix viewport and scissor behavior Rodolfo Bogado 2018-11-13 20:13:16 -03:00
  • c91dc417d5 vi: Implement TransactParcel for Disconnect and DetachBuffer Zach Hilman 2018-11-17 17:10:10 -05:00
  • a819116154 Merge pull request #1722 from MysticExile/enable-applictation-crash-report Hexagon12 2018-11-17 19:42:07 +02:00
  • 4a32d92e6e CONTRIBUTING.md: migrate to the wiki Tobias 2018-11-17 17:48:40 +01:00
  • 03f274d8c1 Stubbed am:EnableApplicationCrashReport MysticExile 2018-11-17 15:05:55 +01:00
  • 97f5c4ffd3 gl_rasterizer: Skip VB upload if the state is clean. Markus Wick 2018-11-06 21:26:27 +01:00
  • 0072275d25 Merge pull request #1678 from FearlessTobi/amiibo-hotkeys bunnei 2018-11-16 20:20:41 -08:00
  • 6273a7aeee Merge pull request #1705 from Jcw87/mingw-jpeg bunnei 2018-11-16 20:20:03 -08:00
  • 0149b4245c Merge pull request #1711 from ogniK5377/bluetooth-lets-go bunnei 2018-11-16 20:08:36 -08:00
  • 6552d75be1 Merge pull request #1719 from bunnei/hwopus-fix bunnei 2018-11-16 20:08:17 -08:00
  • 224fcabe46 Merge pull request #1714 from lioncash/kern-err bunnei 2018-11-16 20:07:55 -08:00
  • 585e6fd426 hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters. bunnei 2018-11-16 22:54:38 -05:00
  • c440e8b8e1 Implemented CalculateStandardUserSystemClockDifferenceByUser David Marcec 2018-11-17 14:01:16 +11:00
  • 7a400e2191 textures/decoders: Replace magic numbers Frederic Laing 2018-11-17 01:55:28 +01:00
  • 3c7ba00d73 Merge pull request #1712 from FearlessTobi/port-4426 bunnei 2018-11-16 14:42:59 -08:00
  • d21b2164e9 kernel/errors: Clean up error codes Lioncash 2018-11-16 14:24:27 -05:00
  • 14cede1a0c Merge pull request #1638 from FreddyFunk/SetMemoryPermission-Stubbed Mat M 2018-11-16 10:35:56 -05:00
  • 405dd03dae Merge pull request #1700 from FreddyFunk/cleanup bunnei 2018-11-16 07:07:30 -08:00
  • 241646f423 Merge pull request #1701 from FreddyFunk/decoders bunnei 2018-11-16 07:07:11 -08:00
  • 5b8f70ea2e Merge pull request #1632 from DarkLordZach/keys-manager-optimizations bunnei 2018-11-16 07:02:37 -08:00
  • 0b701751da Merge pull request #1676 from lioncash/warn bunnei 2018-11-16 07:00:03 -08:00
  • 238bc4a077 Merge pull request #1706 from lioncash/file-err bunnei 2018-11-16 06:59:07 -08:00
  • e156834297 Merge pull request #1710 from ogniK5377/palma-lets-go bunnei 2018-11-16 06:58:05 -08:00
  • 786995a81e Common/Bitfield: store value as unsigned type Weiyi Wang 2018-11-10 23:41:30 -05:00
  • e8899e7027 Added various bluetooth based cmds for palma David Marcec 2018-11-17 01:42:17 +11:00
  • e658118aa9 Added SetIsPalmaAllConnectable, SetPalmaBoostMode David Marcec 2018-11-17 01:40:18 +11:00
  • d104478f1b Merge pull request #1709 from ogniK5377/docked-mode-crash Hexagon12 2018-11-16 16:25:40 +02:00
  • 4476fd29d6 Fixed switching operation modes when not running a game David Marcec 2018-11-16 20:08:02 +11:00
  • 9359655712 Report resolution scaling support for vi and am David Marcec 2018-11-16 18:07:42 +11:00
  • e634ce847f Remove whitespace Jcw87 2018-11-15 22:44:18 -08:00
  • 84364c9d4f Include imageformat dependencies with releases (appveyor) Jcw87 2018-11-15 21:53:40 -08:00
  • 5c9c33e8ad file_sys/errors: Remove currently unused filesystem error codes Lioncash 2018-11-16 00:18:19 -05:00
  • edd5b6f12f file_sys/errors: Get rid of the ErrCodes namespace Lioncash 2018-11-16 00:08:41 -05:00
  • b725d1fdf7 file_sys/errors: Extract FS-related error codes to file_sys/errors.h Lioncash 2018-11-15 23:27:29 -05:00
  • 287ee1cd63 Include imageformat dependencies with releases Jcw87 2018-11-15 20:55:37 -08:00
  • 87eca5b209 Fixed priority switching edge case for handheld (#1675) David 2018-11-16 15:31:27 +11:00
  • 75640c9c71 Merge pull request #1699 from DarkLordZach/deterministic-rng-3 bunnei 2018-11-15 20:18:47 -08:00
  • 4838bc8ddc fsp_srv: Add support for using open source archive if not found in NAND Zach Hilman 2018-11-15 22:35:16 -05:00
  • 6aa69880ea file_sys: Add framework for synthesizing open source archives Zach Hilman 2018-11-15 22:34:35 -05:00
  • 34cd56980f vfs_vector: Add VFS backend for std::array Allows using constexpr/static const data with VFS. Zach Hilman 2018-11-15 22:33:52 -05:00
  • 8cb2e7d881 csrng: Use random integer distribution instead of raw engine Zach Hilman 2018-11-15 18:44:22 -05:00
  • f7319b0d3c Merge pull request #1687 from lioncash/deduplication bunnei 2018-11-15 14:47:42 -08:00
  • 97605e36f7 Merge pull request #1618 from DarkLordZach/dump-nso bunnei 2018-11-15 14:46:10 -08:00
  • 98060c6f7b Merge pull request #1691 from lioncash/audren bunnei 2018-11-15 14:44:36 -08:00
  • 95d3965f31 textures/decoders: Minor cleanup Frederic Laing 2018-11-15 21:04:17 +01:00
  • 3844b5c0c5 gl_rasterizer_chache: Minor cleanup Frederic Laing 2018-11-15 20:10:05 +01:00
  • c0a9abc3e1 ldr_ro: Implement UnloadNro (command 1) Includes actual unmapping and address error checking. Zach Hilman 2018-10-30 09:10:55 -04:00