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

Commit Graph

  • bfad41b0c1 profile_manager: Create save data if it doesn't exist on use Zach Hilman 2018-10-14 14:49:32 -04:00
  • 45f2a2fe29 acc: Fix account UUID duplication error Zach Hilman 2018-10-13 13:02:33 -04:00
  • e408bbceed configure_system: Clear selection after user delete Zach Hilman 2018-10-11 09:16:32 -04:00
  • 702622b8f1 profile_manager: Load user icons, names, and UUIDs from system save Zach Hilman 2018-10-10 21:49:20 -04:00
  • 19c5cf9c63 acc: Load user images from config dir Zach Hilman 2018-10-09 22:35:02 -04:00
  • 466960c8ab qt: Allow user to select emu user on open save data Zach Hilman 2018-10-09 21:53:26 -04:00
  • b2a8209c5b qt: Add Profile Manager UI to system settings Zach Hilman 2018-10-09 21:53:04 -04:00
  • d3fbf45705 am: Pass current user UUID to launch parameters Zach Hilman 2018-10-09 21:49:29 -04:00
  • aeffd4b436 profile_manager: Load users from emulator settings Zach Hilman 2018-10-09 21:49:06 -04:00
  • e7e3d5898e settings: Add users and current_user settings and remove username Zach Hilman 2018-10-09 21:48:35 -04:00
  • 50e4e81fd3 Added Amiibo support (#1390) David 2018-10-24 10:28:17 +11:00
  • 5edb2403c2 Merge pull request #1515 from DarkLordZach/dlc-lfs bunnei 2018-10-23 19:26:57 -04:00
  • 34eaf3a366 travis: Use pre-built image for clang-format target Cameron Cawley 2018-10-23 23:10:46 +01:00
  • fc9d8afead Merge pull request #1542 from lioncash/project bunnei 2018-10-23 18:44:08 -04:00
  • a5106fb9f5 Merge pull request #1553 from lioncash/mem bunnei 2018-10-23 18:43:45 -04:00
  • e61a62066a Merge pull request #1540 from lioncash/handle bunnei 2018-10-23 18:43:11 -04:00
  • ed8ca608a0 Implement PointSize FernandoS27 2018-10-22 21:50:03 -04:00
  • e0ea2f5f6e Fixed Layered Textures Loading and Cubemaps FernandoS27 2018-10-18 15:04:33 -04:00
  • 289adf87ac CMakeLists: Remove EMU_ARCH_BITS definition Lioncash 2018-10-23 12:24:40 -04:00
  • 1291f3f820 common: Remove memory_util.cpp/.h Lioncash 2018-10-23 12:21:31 -04:00
  • e7e209d900 Merge pull request #1552 from FearlessTobi/port-4336 bunnei 2018-10-23 10:23:41 -04:00
  • 5716496239 Merge pull request #1519 from ReinUsesLisp/vsetp bunnei 2018-10-23 10:22:37 -04:00
  • 0f3d8c2574 Merge pull request #1539 from lioncash/dma bunnei 2018-10-23 10:22:12 -04:00
  • 75d807788c Merge pull request #1470 from FernandoS27/alpha_testing bunnei 2018-10-23 10:21:30 -04:00
  • d9ca6351dd cmake: mingw also needs _FILE_OFFSET_BITS=64 Weiyi Wang 2018-10-16 13:23:07 -04:00
  • 2ff2732a78 only redefine 64 bit file operation for MSVC Weiyi Wang 2018-10-13 11:57:21 -04:00
  • 38cdb6744d Added assertion failed, reworked logging levels David Marcec 2018-10-23 15:17:13 +11:00
  • 7d6dca0d0a gl_shader_decompiler: Implement VSETP ReinUsesLisp 2018-10-18 02:39:15 -03:00
  • 5dfb43531c gl_shader_decompiler: Abstract VMAD into a video subset ReinUsesLisp 2018-10-18 02:38:58 -03:00
  • 8042731da9 Added break types to svcBreak David Marcec 2018-10-23 15:03:59 +11:00
  • 848a49112a Merge pull request #1512 from ReinUsesLisp/brk bunnei 2018-10-23 00:01:38 -04:00
  • 496d155d7b Merge pull request #1550 from FernandoS27/fmul32 bunnei 2018-10-22 23:58:09 -04:00
  • 40c63073a9 Merge pull request #1543 from lioncash/target bunnei 2018-10-22 22:50:10 -04:00
  • 4cccfb4190 Merge pull request #1537 from lioncash/shader bunnei 2018-10-22 22:49:49 -04:00
  • 259da93567 Added Saturation to FMUL32I FernandoS27 2018-10-22 20:17:04 -04:00
  • 8e1239fbc5 Assert that multiple render targets are not set while alpha testing FernandoS27 2018-10-11 20:29:11 -04:00
  • ff6b2d4574 Merge pull request #1545 from DarkLordZach/psm bunnei 2018-10-22 15:27:05 -04:00
  • 59a004f915 Use standard UBO and fix/stylize the code FernandoS27 2018-10-10 16:34:15 -04:00
  • 17315cee16 Cache uniform locations and restructure the implementation FernandoS27 2018-10-10 15:06:32 -04:00
  • bcb5b924fd Remove SyncAlphaTest and clang format FernandoS27 2018-10-10 09:45:22 -04:00
  • 7b39107e3a Added Alpha Func FernandoS27 2018-10-10 09:20:13 -04:00
  • aa620c14af Implemented Alpha Testing FernandoS27 2018-10-08 23:34:11 -04:00
  • 65df593951 Merge pull request #1541 from lioncash/define bunnei 2018-10-22 13:02:16 -04:00
  • d9923b0dbc Merge pull request #1538 from lioncash/query bunnei 2018-10-22 12:55:36 -04:00
  • 1226a5706e Merge pull request #1547 from FernandoS27/fix-fset bunnei 2018-10-22 12:53:47 -04:00
  • 5c5b4e8e7d Fixed FSETP and FSET FernandoS27 2018-10-21 20:07:15 -04:00
  • fcad3a734d Merge pull request #1546 from lioncash/svc-again bunnei 2018-10-22 11:06:55 -04:00
  • 38fa3aae73 Merge pull request #1548 from FernandoS27/fix-vao bunnei 2018-10-22 10:58:47 -04:00
  • e2416bbd1f Fixed VAOs Float types only returning GL_FLOAT in cases that they had to return GL_HALF_FLOAT FernandoS27 2018-10-22 09:27:00 -04:00
  • 314a948373 psm: Stub GetChargerType Zach Hilman 2018-10-21 22:03:17 -04:00
  • 12fa570d49 Merge pull request #1544 from DarkLordZach/reinitialize-keys-tools bunnei 2018-10-21 21:49:11 -04:00
  • ca5a93167e service: Add the basic skeleton for the NPNS services Lioncash 2018-10-21 17:01:01 -04:00
  • 981faea4d6 hid: Update service function table for hidbus Lioncash 2018-10-21 16:51:44 -04:00
  • 5ea4cfd499 am: Add the basic skeleton for the tcap service Lioncash 2018-10-21 16:48:58 -04:00
  • edb1c36a87 am: Update service function tables Lioncash 2018-10-21 16:40:17 -04:00
  • ae7f55947e prepo: Update service function table. Lioncash 2018-10-21 16:21:02 -04:00
  • a806c78a1a lbl: Update service function table names Lioncash 2018-10-21 16:15:29 -04:00
  • f034121620 Merge pull request #1531 from ogniK5377/hid-fixes bunnei 2018-10-20 21:47:15 -04:00
  • a279d80a19 qt: Move Reinitialize Keys to Tools menu Zach Hilman 2018-10-20 16:57:25 -04:00
  • 10a2d20e26 psm: Stub GetBatteryChargePercentage Used by LovePotion Lua Homebrew. Stubbed to return 100% charge. Zach Hilman 2018-10-20 17:23:43 -04:00
  • 3b8c0f8885 service: Add skeleton for psm service Seems to be the power controller. Listed in switchbrew under the category PTM services. Zach Hilman 2018-10-20 17:22:15 -04:00
  • c8beb665dc CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR Lioncash 2018-10-20 17:08:26 -04:00
  • 98a27b1ec7 CMakeLists: Use target_compile_definitions instead of add_definitions to define YUZU_ENABLE_COMPATIBILITY_REPORTING Lioncash 2018-10-20 17:28:27 -04:00
  • adb9eda105 web_service/CMakeLists: Make the CPPHTTPLIB_OPENSSL_SUPPORT constrained to the web_service library only Lioncash 2018-10-20 16:56:48 -04:00
  • 90a981a03a kernel/process: Make the handle table per-process Lioncash 2018-10-20 14:34:41 -04:00
  • c1e5525fc6 engines/maxwell_*: Use nested namespace specifiers where applicable Lioncash 2018-10-20 15:58:06 -04:00
  • d53c73adaa maxwell_dma: Make variables const where applicable within HandleCopy() Lioncash 2018-10-20 15:55:58 -04:00
  • dd1ee39426 maxwell_dma: Make FlushAndInvalidate's size parameter a u64 Lioncash 2018-10-20 15:54:43 -04:00
  • 08e574eec4 maxwell_dma: Remove unused variables in HandleCopy() Lioncash 2018-10-20 15:53:21 -04:00
  • 896c0f61a0 svc: Fix vma boundary check in svcQueryMemory Lioncash 2018-10-20 14:55:39 -04:00
  • 8a86c8d48b gl_shader_decompiler: Allow std::move to function in SetPredicate Lioncash 2018-10-20 14:25:12 -04:00
  • 381baf783d gl_shader_decompiler: Get rid of variable shadowing warnings Lioncash 2018-10-20 14:22:16 -04:00
  • 61ef8af1e2 gl_shader_decompiler: Fix a few comment typos Lioncash 2018-10-20 14:19:28 -04:00
  • 8dc7db7e33 Merge pull request #1535 from ReinUsesLisp/fixup-position bunnei 2018-10-20 12:35:10 -04:00
  • 3ec795d95e gl_shader_decompiler: Move position varying declaration back to gl_shader_gen ReinUsesLisp 2018-10-20 02:16:38 -03:00
  • a03600ba28 Added auto controller switching to supported controllers and single joycon button rotation David Marcec 2018-10-20 15:07:18 +11:00
  • b1f8bff7db Merge pull request #1501 from ReinUsesLisp/half-float bunnei 2018-10-19 23:47:19 -04:00
  • 60317e6306 Merge pull request #1520 from lioncash/san bunnei 2018-10-19 22:58:57 -04:00
  • 4849569565 Merge pull request #1517 from bunnei/dma bunnei 2018-10-19 22:58:30 -04:00
  • bf66930fb9 Merge pull request #1526 from lioncash/svc-id bunnei 2018-10-19 22:53:26 -04:00
  • 52b25e0fb9 Merge pull request #1530 from DarkLordZach/aoc-8 bunnei 2018-10-19 22:53:00 -04:00
  • 298ebf444f Merge pull request #1516 from lioncash/hid bunnei 2018-10-19 22:52:31 -04:00
  • 7e0d2fc994 aoc_u: Stub GetAddOnContentListChangedEvent Zach Hilman 2018-10-19 21:21:30 -04:00
  • c91be25b93 Merge pull request #1529 from DarkLordZach/key-derivation-crash Mat M 2018-10-19 18:39:00 -04:00
  • 0aef2b9c26 crypto: Use compressed sizes in offset calculation for KIP decompression Fixes a fatal crash on start when deriving keys. Zach Hilman 2018-10-19 18:37:58 -04:00
  • a25d79cfaa vfs: Remove InterpretAsDirectory and related functions When writing VFS, it initally seemed useful to include a function to in-place convert container files into directories in one homogenous directory structure, but re-evaluating it now there have been plenty of chances to use it and there has always been a better way. Removing as it is unused and likely will not be used. Zach Hilman 2018-10-02 20:04:31 -04:00
  • 12401a0d87 Merge pull request #1525 from ogniK5377/block-home bunnei 2018-10-19 12:54:29 -04:00
  • 7a7dad05c0 Stubbed home blocking David Marcec 2018-10-20 00:01:10 +11:00
  • 1833498617 es: Update service function tables Lioncash 2018-10-19 04:12:26 -04:00
  • a653be3510 audio: Update service function tables Lioncash 2018-10-19 04:09:10 -04:00
  • 2b9fd23058 omm: Update service function tables Lioncash 2018-10-19 04:04:58 -04:00
  • 4f52800822 nifm: Update service function tables Lioncash 2018-10-19 04:00:39 -04:00
  • f6c5a48dd1 hid: Update service function tables Lioncash 2018-10-19 03:57:14 -04:00
  • d0cda7fe40 nim: Add the basic skeleton of the nim:eca service Lioncash 2018-10-19 03:46:01 -04:00
  • d16bafc99d ns: Update service function table Lioncash 2018-10-19 03:41:35 -04:00
  • a056b284cf set_cal: Update service function table Lioncash 2018-10-19 03:26:54 -04:00
  • 7e665c2721 GPU: Improved implementation of maxwell DMA (Subv). bunnei 2018-10-17 21:29:10 -04:00
  • bcde71d4d9 decoders: Introduce functions for un/swizzling subrects. bunnei 2018-10-17 21:26:40 -04:00
  • a5d853a9f8 GPU: Invalidate destination address of kepler_memory writes. bunnei 2018-10-17 20:44:07 -04:00
  • 6b333d862b fermi_2d: Add support for more accurate surface copies. bunnei 2018-10-17 20:32:29 -04:00