1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-27 05:31:14 -06:00

Commit Graph

  • 2de2ec25d6 vfs: Add RealVfsFilesystem implementation Zach Hilman 2018-08-03 11:50:00 -04:00
  • 3f82dad1e4 file_util: Add platform-specific slash option to SanitizePath Zach Hilman 2018-08-03 11:47:35 -04:00
  • 3bf488ce52 vfs: Add VfsFilesystem interface and default implementation Zach Hilman 2018-08-03 11:46:30 -04:00
  • b36dee364e filesystem: Remove unnecessary if conditions Zach Hilman 2018-08-03 11:44:40 -04:00
  • ddec200290 gl_rasterizer: Do not render when no render target is configured. bunnei 2018-08-08 02:35:00 -04:00
  • cf917a5e93 Merge pull request #976 from bunnei/shader-imm bunnei 2018-08-08 19:17:01 -04:00
  • 9ceceb212f Merge pull request #981 from bunnei/cbuf-corrupt bunnei 2018-08-08 19:16:34 -04:00
  • 9f48454ea9 Merge pull request #978 from bunnei/fixioctl bunnei 2018-08-08 19:16:14 -04:00
  • 7353cfc781 fsp_srv: Use std::string_view's copy() function instead of strncpy() Lioncash 2018-08-08 17:49:57 -04:00
  • 4afb05d0cc fsp_srv: Emplace entries first when building index instead of emplacing last Lioncash 2018-08-08 17:39:00 -04:00
  • cc2526dd51 Merge pull request #985 from bunnei/rt-r11g11b10 bunnei 2018-08-08 18:21:34 -04:00
  • 096b04f1a4 Merge pull request #979 from bunnei/vtx88 bunnei 2018-08-08 18:18:50 -04:00
  • 756e1e6f9b Merge pull request #975 from bunnei/am-stub bunnei 2018-08-08 16:46:45 -04:00
  • 6e90f0bf6a common/logging: Add missing service log categories Lioncash 2018-08-08 16:42:06 -04:00
  • 599c011f40 Merge pull request #980 from bunnei/fix-logs bunnei 2018-08-08 16:45:42 -04:00
  • 5a9c00ea04 common/color: Remove unnecessary const qualifiers on return types Lioncash 2018-08-08 16:17:38 -04:00
  • 76197a4be9 common/color: Get rid of undefined behavior Lioncash 2018-08-08 16:00:07 -04:00
  • cc9d7bbf01 vector_math: Use variable template version of is_signed in Vec classes Lioncash 2018-08-08 15:53:39 -04:00
  • d224eb7c39 Merge pull request #966 from lioncash/modernize bunnei 2018-08-08 15:28:34 -04:00
  • fd9da4232b Merge pull request #850 from DarkLordZach/icon-meta bunnei 2018-08-08 12:27:19 -04:00
  • 507e6ae100 Merge pull request #968 from lioncash/vec bunnei 2018-08-08 12:00:13 -04:00
  • 6a2f415298 Merge pull request #969 from lioncash/lz4 bunnei 2018-08-08 11:59:14 -04:00
  • 448264e719 Merge pull request #958 from lioncash/nv-global bunnei 2018-08-08 11:58:45 -04:00
  • e9978fd4f5 Open first user added David Marcec 2018-08-09 01:37:55 +10:00
  • 75169c7570 Inital pass of account backend implementation David Marcec 2018-08-09 01:09:12 +10:00
  • 03d7faf583 GetProfileBase and GetProfileBaseAndData added David Marcec 2018-08-08 23:41:12 +10:00
  • 6f691e71bf began initial implementation of "ProfileManager" David Marcec 2018-08-08 22:26:42 +10:00
  • c0d44d3b2a Service/Account: stub LoadImage function mailwl 2018-08-08 12:25:05 +03:00
  • 5f8d253ce0 Switched uuids from u128 to new UUID struct David Marcec 2018-08-08 21:09:45 +10:00
  • f156a45c01 Merge pull request #972 from lioncash/catch bunnei 2018-08-08 03:00:57 -04:00
  • 6a5d032809 Merge pull request #965 from lioncash/unused-files bunnei 2018-08-08 03:00:38 -04:00
  • 4941e3d412 Merge pull request #974 from lioncash/acc bunnei 2018-08-08 02:56:00 -04:00
  • 7bf422d58c gpu: Add R11G11B10_FLOAT to RenderTargetBytesPerPixel. bunnei 2018-08-08 02:40:04 -04:00
  • 9fde7d739a Merge pull request #983 from mailwl/hid-fix Mat M 2018-08-08 02:37:32 -04:00
  • 3c498189b6 hid: fix IsSixAxisSensorAtRest() response mailwl 2018-08-08 09:32:38 +03:00
  • 7f0d0a93f7 gl_shader_decompiler: Stub input attribute Unknown_63. bunnei 2018-08-08 02:25:00 -04:00
  • 57982df105 maxwell_3d: Use correct const buffer size and check bounds. bunnei 2018-08-08 02:07:44 -04:00
  • 8c6338b6f9 renderer_opengl: Use trace log in a few places. bunnei 2018-08-08 01:08:27 -04:00
  • c120ed7d18 maxwell_to_gl: Implement VertexAttribute::Size::Size_8_8. bunnei 2018-08-08 01:09:44 -04:00
  • 0f834e2284 nvhost_gpu: Don't over copy IoctlSubmitGpfifo. bunnei 2018-08-08 01:15:59 -04:00
  • aaf8d9ac2f gl_rasterizer_cached: Implement RenderTargetFormat::B5G6R5_UNORM. bunnei 2018-08-08 01:22:48 -04:00
  • e542356d0c gl_shader_decompiler: Let OpenGL interpret floats. bunnei 2018-08-08 01:27:12 -04:00
  • b7fb9f2071 am: Stub SetScreenShotImageOrientation. bunnei 2018-08-08 00:40:46 -04:00
  • 934a2b9604 acc: Add missing function table entries for GetUserCount Lioncash 2018-08-07 22:50:25 -04:00
  • 2bc296801a acc: Stub GetUserCount. (#973) bunnei 2018-08-07 22:39:12 -04:00
  • 80cfd88e4e Merge pull request #967 from lioncash/sign bunnei 2018-08-07 22:37:00 -04:00
  • d378d98e26 nvdrv: Get rid of global std::weak_ptr Lioncash 2018-08-07 09:17:09 -04:00
  • 766c1a2d50 vector_math: Remove unimplemented function prototypes Lioncash 2018-08-07 21:33:48 -04:00
  • 5c323d96e0 vector_math: Make functions constexpr where applicable Lioncash 2018-08-07 21:32:05 -04:00
  • 4e3bc37791 vector_math: Convert typedefs to type aliases Lioncash 2018-08-07 14:15:56 -04:00
  • a7d6efc520 common: Convert type traits templates over to variable template versions where applicable Lioncash 2018-08-07 13:31:57 -04:00
  • cd1a96f389 hle: Remove unused romfs.cpp/.h Lioncash 2018-08-07 13:13:58 -04:00
  • 62b0b83fd8 externals: Update catch to 2.3.0 Lioncash 2018-08-07 19:24:39 -04:00
  • 825e8cb925 Merge pull request #971 from DarkLordZach/mbedtls-2.12.0 bunnei 2018-08-07 19:25:50 -04:00
  • 1fbb7aff1e externals/mbedtls: Update to mbedtls v2.12.0 Zach Hilman 2018-08-07 19:22:49 -04:00
  • 4fa3511a63 Merge pull request #964 from Hexagon12/lower-logs bunnei 2018-08-07 19:00:19 -04:00
  • 7139f05fc5 Fixed the sRGB pixel format (#963) Hexagon12 2018-08-08 01:59:51 +03:00
  • e530f82dd3 externals/CMakeLists: Add EXCLUDE_FROM_ALL to lz4's add_subdirectory() command Lioncash 2018-08-07 18:40:49 -04:00
  • 1abfd4166e configure_gamelist: Use explicit QVariant constructor Zach Hilman 2018-08-07 17:10:10 -04:00
  • b9829a05be Merge pull request #920 from DarkLordZach/titlekey bunnei 2018-08-07 17:01:25 -04:00
  • 7ed8565978 Merge pull request #957 from lioncash/event bunnei 2018-08-07 15:56:51 -04:00
  • 6576bc8927 Merge pull request #954 from lioncash/hid bunnei 2018-08-07 15:56:34 -04:00
  • 2d57cbaec1 Merge pull request #960 from lioncash/apm bunnei 2018-08-07 14:57:12 -04:00
  • 3242e7c164 Merge pull request #950 from lioncash/hotkey bunnei 2018-08-07 14:45:45 -04:00
  • c707240685 Merge pull request #948 from hcorion/fix-mbedtls-installing-files bunnei 2018-08-07 14:27:43 -04:00
  • 573a66c23d Merge pull request #955 from lioncash/view bunnei 2018-08-07 14:26:51 -04:00
  • 97c6f984dc Merge pull request #953 from lioncash/time bunnei 2018-08-07 14:25:52 -04:00
  • 07595987ac Merge pull request #959 from KAMiKAZOW/cubeb-compilation bunnei 2018-08-07 14:25:17 -04:00
  • b09c4f45c7 Merge pull request #956 from lioncash/nv bunnei 2018-08-07 14:23:32 -04:00
  • 0735a0c8a1 file_util: Avoid sign-conversions in WriteArray() and ReadArray() Lioncash 2018-08-07 13:47:14 -04:00
  • bc6d91a103 Lowered down the logging for methods Hexagon12 2018-08-07 19:51:40 +03:00
  • c392650e21 Merge pull request #952 from lioncash/usb bunnei 2018-08-07 11:27:49 -04:00
  • 8f73f41824 Merge pull request #949 from lioncash/priv bunnei 2018-08-07 11:20:26 -04:00
  • c4397ec77e Merge pull request #951 from lioncash/glad bunnei 2018-08-07 11:20:02 -04:00
  • 438d9aa407 Merge pull request #961 from DarkLordZach/nca-as-drd-scope bunnei 2018-08-07 11:18:52 -04:00
  • 3e81c09094 loader: Fix scope error in DeconstructedRomDirectory Zach Hilman 2018-08-07 10:37:38 -04:00
  • 12ab5a0547 service/apm: Add the apm:sys service Lioncash 2018-08-07 10:05:24 -04:00
  • d3f64785d1 nvflinger: Correct typo in name of composition event Lioncash 2018-08-07 09:03:05 -04:00
  • 300ab211e8 nvdrv: Make Ioctl()'s definition match its prototype Lioncash 2018-08-07 08:57:09 -04:00
  • fa8017295b nvdrv: Get rid of indirect inclusions Lioncash 2018-08-07 08:42:18 -04:00
  • e40b0cf437 nvflinger: Get rid of indirect inclusions Lioncash 2018-08-07 08:24:30 -04:00
  • 7e49881b7f nvflinger: Use std::string_view in OpenDisplay() Lioncash 2018-08-07 08:19:24 -04:00
  • 0f5c4615ae Make building cubeb optional KAMiKAZOW 2018-08-07 13:21:56 +02:00
  • 890e543304 services/hid: Add ActivateNpadWithRevision() to the hid function info array Lioncash 2018-08-07 03:23:17 -04:00
  • 20c976ff2a service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule() Lioncash 2018-08-07 03:18:03 -04:00
  • 45bc449ff9 service: Add usb services Lioncash 2018-08-07 02:41:43 -04:00
  • c8f6754417 qt/hotkey: Get rid of global hotkey map instance Lioncash 2018-08-07 00:43:07 -04:00
  • 0db0e4c8f3 externals: Update glad to 0.1.26 Lioncash 2018-08-07 02:24:29 -04:00
  • 91cfe70301 loader: Add icon and title support to XCI Zach Hilman 2018-08-06 23:13:37 -04:00
  • e4422b09b6 Fix missing qjpeg DLL Zach Hilman 2018-07-29 13:55:21 -04:00
  • 5927cf0e17 Use const where applicable Zach Hilman 2018-07-28 12:35:02 -04:00
  • 9e88f03e75 Avoid parsing RomFS to directory in NCA Zach Hilman 2018-07-28 12:32:16 -04:00
  • da2f00ab7d client_port: Make all data members private Lioncash 2018-08-06 22:09:31 -04:00
  • 826b1394e8 Merge pull request #931 from DarkLordZach/nca-as-drd bunnei 2018-08-06 22:02:41 -04:00
  • 0c3c91e41c Merge pull request #947 from lioncash/encoding bunnei 2018-08-06 22:02:01 -04:00
  • e2b74f6354 GDBStub works with both Unicorn and Dynarmic now (#941) Hedges 2018-08-07 03:01:24 +01:00
  • e218d79cc2 Merge pull request #943 from lioncash/decl bunnei 2018-08-06 22:00:49 -04:00
  • 75df8a3969 Merge pull request #946 from lioncash/compress bunnei 2018-08-06 21:34:20 -04:00
  • 645d35ac32 Merge pull request #944 from lioncash/menu bunnei 2018-08-06 21:33:23 -04:00
  • 168958f8e2 Merge pull request #942 from lioncash/default bunnei 2018-08-06 21:32:25 -04:00