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

Commit Graph

  • 05549e45c5 HLE/ACC: Return an IProfile that is consistent with what was requested. Subv 2018-07-19 16:53:42 -05:00
  • 50e2777724 HLE/ACC: Change the default user id to be consistent with what we tell games on startup. Subv 2018-07-19 16:51:55 -05:00
  • b102815f1f HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers. Subv 2018-07-19 16:19:46 -05:00
  • 7244671137 Merge pull request #716 from lioncash/construct bunnei 2018-07-19 14:18:29 -07:00
  • ff500a7b68 hle_ipc: Introduce generic WriteBuffer overload for multiple container types Lioncash 2018-07-19 16:10:12 -04:00
  • eb9b55eafe Merge pull request #715 from lioncash/const-ref bunnei 2018-07-19 13:27:48 -07:00
  • 78dd1cd441 Merge pull request #720 from Subv/getentrytype_root Sebastian Valle 2018-07-19 15:23:32 -05:00
  • df001e83b1 pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority() Lioncash 2018-07-19 15:57:56 -04:00
  • b879fb84a2 svc: Correct always true assertion case in SetThreadCoreMask Lioncash 2018-07-19 14:36:22 -04:00
  • 68c1ffdd1c pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrderOfPriority() Lioncash 2018-07-19 15:44:02 -04:00
  • 7eace8f512 Merge pull request #714 from lioncash/index Sebastian Valle 2018-07-19 14:36:34 -05:00
  • 38b35e752b Merge pull request #712 from lioncash/fsp bunnei 2018-07-19 12:31:33 -07:00
  • c945226973 gdbstub: Get rid of a few signed/unsigned comparisons Lioncash 2018-07-19 15:17:50 -04:00
  • a37a47448d hid: Use a ranged-for loops in UpdatePadCallback Lioncash 2018-07-19 15:09:31 -04:00
  • 95103a1b7b hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts array Lioncash 2018-07-19 15:07:34 -04:00
  • 427fc4ac6b Merge pull request #713 from lioncash/filesys bunnei 2018-07-19 11:49:06 -07:00
  • e91ba6c057 Merge pull request #711 from lioncash/swap bunnei 2018-07-19 11:48:16 -07:00
  • d6c7a05239 Merge pull request #710 from lioncash/unused bunnei 2018-07-19 11:43:41 -07:00
  • 1034bcc742 Merge pull request #694 from lioncash/warn bunnei 2018-07-19 11:43:14 -07:00
  • e5c916a27c Filesystem: Return EntryType::Directory for the root directory. Subv 2018-07-19 13:11:09 -05:00
  • 50d08beed2 loader: Amend Doxygen comments Lioncash 2018-07-19 14:02:07 -04:00
  • bbc31ba6af Merge pull request #709 from lioncash/thread-local bunnei 2018-07-19 10:00:48 -07:00
  • 130a02f330 Merge pull request #708 from lioncash/xbyak bunnei 2018-07-19 10:00:06 -07:00
  • 8176ab3a07 Merge pull request #707 from lioncash/catch bunnei 2018-07-19 09:59:44 -07:00
  • 9b22f856c2 loader/nso: Check if read succeeded in IdentifyFile() before checking magic value Lioncash 2018-07-19 12:40:06 -04:00
  • c061c2bf3c hle/service: Make constructors explicit where applicable Lioncash 2018-07-19 12:05:48 -04:00
  • f3daecafeb nvflinger: Emplace Display instances directly Lioncash 2018-07-19 11:46:59 -04:00
  • 04f7a7036a Merge pull request #705 from lioncash/string-ref bunnei 2018-07-19 08:47:06 -07:00
  • cbf43225a9 Merge pull request #704 from lioncash/string bunnei 2018-07-19 08:46:40 -07:00
  • f1d7486eac Merge pull request #703 from lioncash/const bunnei 2018-07-19 08:46:15 -07:00
  • b0334af05b Merge pull request #702 from lioncash/initialize bunnei 2018-07-19 08:45:54 -07:00
  • 1bf7ae79c8 Merge pull request #701 from lioncash/moving bunnei 2018-07-19 08:41:42 -07:00
  • dc35c3f9d7 nvdrv: Take std::string by const reference in GetDevice() Lioncash 2018-07-19 11:39:39 -04:00
  • af2698dcea hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteBuffer() overloads Lioncash 2018-07-19 11:07:04 -04:00
  • 6c1ba02e0c fsp_srv: Remove unnecessary vector construction in IFile's Write() function Lioncash 2018-07-19 11:01:05 -04:00
  • 3e9b79e088 fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() function Lioncash 2018-07-19 10:15:00 -04:00
  • 758c357868 Merge pull request #699 from lioncash/vfs bunnei 2018-07-19 07:38:45 -07:00
  • 87053fb3b8 Merge pull request #697 from bunnei/disable-depth-cull bunnei 2018-07-19 07:38:00 -07:00
  • 5da4c78c6a filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's constructor Lioncash 2018-07-19 10:34:09 -04:00
  • abbf038191 filesystem: Use std::string's empty() function instead of comparing against a literal Lioncash 2018-07-19 10:32:21 -04:00
  • 2cc0ef83cf filesystem: Remove pragma disabling global optimizations Lioncash 2018-07-19 10:30:50 -04:00
  • f317080f40 fsp_srv: Make IStorage constructor explicit Lioncash 2018-07-19 10:04:13 -04:00
  • 910ad2e110 fsp_srv: Add missing includes Lioncash 2018-07-19 10:03:15 -04:00
  • 6be342118a fsp_srv: Resolve sign-mismatch warnings in assertion comparisons Lioncash 2018-07-19 09:57:00 -04:00
  • d6e9b96e2f fsp_srv: Respect write length in Write() Lioncash 2018-07-19 09:53:35 -04:00
  • 5c47ea1a4e common/swap: Remove unnecessary const on return value of swap() Lioncash 2018-07-19 09:35:50 -04:00
  • 0a868641fa common/swap: Use static_cast where applicable Lioncash 2018-07-19 09:35:13 -04:00
  • 1edf4dd7ef common/swap: Use using aliases where applicable Lioncash 2018-07-19 09:32:13 -04:00
  • 9128271292 common/common_funcs: Remove unused rotation functions Lioncash 2018-07-19 09:21:20 -04:00
  • e0b8a35937 common/misc: Deduplicate code in GetLastErrorMsg() Lioncash 2018-07-19 09:03:30 -04:00
  • ef03d0178a externals: Update Xbyak to 5.65 Lioncash 2018-07-19 08:38:04 -04:00
  • 25f997097d externals: Update catch to v2.2.3 Lioncash 2018-07-19 08:33:01 -04:00
  • 63e64f0131 file_util: return string by const reference for GetExeDirectory() Lioncash 2018-07-19 01:27:27 -04:00
  • cd4fca8447 Merge pull request #700 from bunnei/update-dynarmic bunnei 2018-07-18 22:01:39 -07:00
  • 33fbcb45a7 string_util: Remove AsciiToHex() Lioncash 2018-07-18 23:57:12 -04:00
  • 368e1d25be Merge pull request #692 from lioncash/assign bunnei 2018-07-18 20:56:28 -07:00
  • 85421f3406 Merge pull request #690 from lioncash/move bunnei 2018-07-18 20:55:55 -07:00
  • 88ba94e8a2 savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const member function Lioncash 2018-07-18 23:50:04 -04:00
  • 9abc5763b6 partition_filesystem: Ensure all class members of PartitionFilesystem are initialized Lioncash 2018-07-18 23:25:07 -04:00
  • cf30c4be22 gl_state: Temporarily disable culling and depth test. bunnei 2018-07-18 22:03:40 -04:00
  • 4790bb907d content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const reference Lioncash 2018-07-18 23:16:10 -04:00
  • 87a9bb392b content_archive: Add missing standard includes Lioncash 2018-07-18 23:13:57 -04:00
  • 522bd5b736 externals: Update dynarmic to 5a91c94. bunnei 2018-07-18 23:14:44 -04:00
  • 0b566f43a1 content_archive: std::move VirtualFile in NCA's constructor Lioncash 2018-07-18 23:12:14 -04:00
  • 5e626c774f vfs: Deduplicate accumulation code in VfsDirectory's GetSize() Lioncash 2018-07-18 23:03:22 -04:00
  • 1371e2fb6a Merge pull request #691 from lioncash/guard bunnei 2018-07-18 19:46:14 -07:00
  • b10905c8ae Merge pull request #686 from lioncash/fmt bunnei 2018-07-18 19:44:44 -07:00
  • 55ab369043 loader/nro: Resolve sign mismatch warnings Lioncash 2018-07-18 20:29:04 -04:00
  • 1831b5ef62 loader/nso: Remove unnecessary vector resizes Lioncash 2018-07-18 20:24:33 -04:00
  • e3a30ccc7c loader/nso: Resolve sign mismatch warnings Lioncash 2018-07-18 20:21:25 -04:00
  • 90ce935f3d Merge pull request #688 from lioncash/comma bunnei 2018-07-18 18:59:09 -07:00
  • 3f93279047 Merge pull request #693 from lioncash/unused bunnei 2018-07-18 18:57:13 -07:00
  • 49b0966003 Merge pull request #687 from lioncash/instance bunnei 2018-07-18 18:55:58 -07:00
  • 89f0acfd36 Merge pull request #680 from bunnei/fix-swizz bunnei 2018-07-18 18:55:37 -07:00
  • d883d3b64f Merge pull request #685 from lioncash/build bunnei 2018-07-18 18:55:15 -07:00
  • 2975f7820e Merge pull request #684 from lioncash/nonmember bunnei 2018-07-18 18:55:00 -07:00
  • b496a9eefe decoders: Fix calc of swizzle image_width_in_gobs. bunnei 2018-07-18 00:15:20 -04:00
  • 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676) Zach Hilman 2018-07-18 21:07:11 -04:00
  • 72207577b2 core/memory: Remove unused function GetSpecialHandlers() and an unused variable in ZeroBlock() Lioncash 2018-07-18 19:55:46 -04:00
  • 2cd3141c30 address_arbiter: Correct assignment within an assertion statement in WakeThreads() Lioncash 2018-07-18 19:46:43 -04:00
  • 296e68fd43 service/prepo: Add missing header guard Lioncash 2018-07-18 19:43:28 -04:00
  • 93cba6f699 vm_manager: Add missing commas to string literal array elements in GetMemoryStateName() Lioncash 2018-07-18 18:40:35 -04:00
  • 46458e7284 core/memory, core/hle/kernel: Use std::move where applicable Lioncash 2018-07-18 19:02:47 -04:00
  • 10d2ab8098 core: Make System's default constructor private Lioncash 2018-07-18 18:15:16 -04:00
  • 3a4841e403 core: Don't construct instance of Core::System, just to access its live instance Lioncash 2018-07-18 18:10:06 -04:00
  • f5d7706ca1 externals: update fmt to version 5.1.0 Lioncash 2018-07-18 17:33:45 -04:00
  • 079be8032d hle/filesystem: Amend trace log in OpenSaveData() to compile in debug mode Lioncash 2018-07-18 17:41:32 -04:00
  • 924c473bb3 Merge pull request #683 from DarkLordZach/touch bunnei 2018-07-18 14:29:16 -07:00
  • d17e172d92 game_list: Make ContainsAllWords an internally linked non-member function Lioncash 2018-07-18 16:52:12 -04:00
  • c337272ca9 Fill in more fields in TouchScreenEntryTouch Zach Hilman 2018-07-18 16:33:11 -04:00
  • f2f368014e Single touch support Zach Hilman 2018-07-18 14:06:33 -04:00
  • 3d1e8f750c Merge pull request #681 from lioncash/const bunnei 2018-07-18 10:02:58 -07:00
  • e3da9fc367 Merge pull request #682 from lioncash/telemetry bunnei 2018-07-18 10:02:46 -07:00
  • 24a55bba42 Merge pull request #679 from lioncash/ctor bunnei 2018-07-17 22:18:39 -07:00
  • b87a71b3fe Merge pull request #678 from lioncash/astc bunnei 2018-07-17 22:06:20 -07:00
  • c65a8fafa0 telemetry: Remove unnecessary Field constructor Lioncash 2018-07-18 00:32:32 -04:00
  • 0aebe6b3d5 telemetry: Make operator== and operator!= const member functions of Field Lioncash 2018-07-18 00:27:34 -04:00
  • 7c3cc08957 Merge pull request #677 from bunnei/crop-fb bunnei 2018-07-17 21:26:35 -07:00
  • 3575d367a4 telemetry: Default copy/move constructors and assignment operators Lioncash 2018-07-18 00:25:08 -04:00
  • f4b98a857b game_list: Upper-case containsAllWords to ContainsAllWords() Lioncash 2018-07-18 00:15:46 -04:00