Commit Graph

  • 1dee8ceda1 audio_core: Use s16 where possible for audio samples. bunnei 2018-08-04 00:03:12 -04:00
  • f1cb3903ac audio_core: Port codec code from Citra for ADPCM decoding. bunnei 2018-08-03 15:30:01 -04:00
  • de72956181 service: Add arp services Lioncash 2018-08-04 17:54:54 -04:00
  • df51207ed2 service: Remove redundant #pragma once directives Lioncash 2018-08-04 17:39:06 -04:00
  • 0d04ee97dc aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure well-defined behavior Lioncash 2018-08-04 16:56:26 -04:00
  • 64c8212ae1 aes_util: Make CalculateNintendoTweak() an internally linked function Lioncash 2018-08-04 16:52:19 -04:00
  • b25468b498 aes_util: Make Transcode() a const member function Lioncash 2018-08-04 16:49:39 -04:00
  • 8da651ac4d core/crypto: Remove unnecessary includes Lioncash 2018-08-04 16:41:17 -04:00
  • c1f76abfaf key_manager: Use regular std::string instead of std::string_view Lioncash 2018-08-04 16:35:35 -04:00
  • 02fccc0940 cubeb_sink: Support variable sample_rate and num_channels. bunnei 2018-08-03 14:50:53 -04:00
  • 2cc962e171 content_archive: Add support for titlekey cryptography Zach Hilman 2018-08-04 14:57:21 -04:00
  • 34b3f83498 audio_core: Sinks need unique names as well. bunnei 2018-08-02 18:54:25 -04:00
  • 9f846d3aa4 audio_core: Streams need unique names for CoreTiming. bunnei 2018-08-02 18:27:22 -04:00
  • 2b06301dbf Merge pull request #849 from DarkLordZach/xci bunnei 2018-08-04 14:33:11 -04:00
  • 13d6593753 Merge pull request #919 from lioncash/sign bunnei 2018-08-04 14:29:59 -04:00
  • 3b678b9e8e gl_shader_manager: Invert conditional in SetShaderUniformBlockBinding() Lioncash 2018-08-04 02:57:08 -04:00
  • dde5dce736 gl_shader_manager: Amend sign differences in an assertion comparison in SetShaderUniformBlockBinding() Lioncash 2018-08-04 02:54:06 -04:00
  • 2665457f4a renderer_base: Make Rasterizer() return the rasterizer by reference Lioncash 2018-08-03 13:56:33 -04:00
  • 6030c5ce41 video_core: Eliminate the g_renderer global variable Lioncash 2018-08-03 12:55:58 -04:00
  • 762fcaf5de Merge pull request #911 from lioncash/prototype bunnei 2018-08-04 02:18:38 -04:00
  • b0129489ea Merge pull request #913 from lioncash/unused-func bunnei 2018-08-04 02:17:44 -04:00
  • 206f2e3436 Merge pull request #914 from lioncash/codeset bunnei 2018-08-04 02:17:25 -04:00
  • d43dad001e Merge pull request #917 from lioncash/crash bunnei 2018-08-04 01:19:01 -04:00
  • e93fa7f2cc kernel/thread: Fix potential crashes introduced in 26de4bb521 Lioncash 2018-08-03 20:45:39 -04:00
  • 29f31356d8 Merge pull request #910 from lioncash/unused bunnei 2018-08-03 15:54:11 -04:00
  • e649db8c6b kernel/process: Use std::array where applicable Lioncash 2018-08-03 14:42:28 -04:00
  • 2beda7c2b3 kernel/process: Use accessors instead of class members for referencing segment array Lioncash 2018-08-03 14:33:59 -04:00
  • 59b04c0df6 memory: Remove unused GetSpecialHandlers() function Lioncash 2018-08-03 14:20:48 -04:00
  • 40e63ede6d Merge pull request #908 from lioncash/memory bunnei 2018-08-03 14:07:49 -04:00
  • 64806a8397 Merge pull request #909 from lioncash/const bunnei 2018-08-03 14:07:30 -04:00
  • b4e050e6c4 video_core: Remove unimplemented Start() function prototype Lioncash 2018-08-03 12:47:40 -04:00
  • b45e5c2399 gl_shader_decompiler: Remove unused variable in GenerateDeclarations() Lioncash 2018-08-03 12:18:28 -04:00
  • 555d76d065 gl_shader_manager: Make ProgramManager's GetCurrentProgramStage() a const member function Lioncash 2018-08-03 12:08:15 -04:00
  • 26de4bb521 core/memory: Get rid of 3DS leftovers Lioncash 2018-08-02 23:37:44 -04:00
  • c1d54f4aea Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) David 2018-08-04 01:02:55 +10:00
  • b6d61abd78 Merge pull request #895 from lioncash/sink bunnei 2018-08-03 11:00:56 -04:00
  • 40e78b9a89 Merge pull request #898 from lioncash/mig bunnei 2018-08-03 11:00:27 -04:00
  • ef9433411d Merge pull request #900 from lioncash/init bunnei 2018-08-03 11:00:10 -04:00
  • 00ba704a7f Merge pull request #892 from lioncash/global bunnei 2018-08-03 00:31:32 -04:00
  • 4c3c608d59 Merge pull request #894 from lioncash/object bunnei 2018-08-03 00:28:43 -04:00
  • 4b84d5bcec Merge pull request #904 from lioncash/static bunnei 2018-08-03 00:19:29 -04:00
  • 9e48ca23b2 Merge pull request #906 from lioncash/override bunnei 2018-08-03 00:18:52 -04:00
  • 49d817134a Merge pull request #907 from lioncash/slot bunnei 2018-08-03 00:17:55 -04:00
  • 61ed68f3d0 Merge pull request #905 from lioncash/vma bunnei 2018-08-02 23:18:03 -04:00
  • 291ccf7257 Merge pull request #903 from lioncash/copy bunnei 2018-08-02 23:01:19 -04:00
  • 52da0ce399 Merge pull request #901 from lioncash/ref bunnei 2018-08-02 23:00:56 -04:00
  • db340f6402 yuzu: Use Qt 5 signal/slots where applicable Lioncash 2018-08-02 22:04:52 -04:00
  • 684fc2c320 input_common: Use std::move where applicable Lioncash 2018-08-02 21:51:08 -04:00
  • 29b6afb82f input_common: Add missing override specifiers Lioncash 2018-08-02 21:41:51 -04:00
  • 4de18e054b Merge pull request #899 from lioncash/unused bunnei 2018-08-02 14:58:01 -04:00
  • bae1822aed Merge pull request #902 from lioncash/array bunnei 2018-08-02 14:57:42 -04:00
  • e79e967151 Merge pull request #891 from lioncash/ns bunnei 2018-08-02 14:57:24 -04:00
  • fe64e1d38e Implement RGB32F PixelFormat (#886) (used by Go Vacation) greggameplayer 2018-08-02 20:56:38 +02:00
  • d0bd01146e Merge pull request #893 from lioncash/psc bunnei 2018-08-02 14:53:55 -04:00
  • d94a173877 kernel/vm_manager: Convert loop into std::any_of() Lioncash 2018-08-02 12:45:56 -04:00
  • c4e0c3d76c kernel/vm_manager: Use const where applicable Lioncash 2018-08-02 12:19:05 -04:00
  • ce5ad45278 kernel/vm_manager: Use the VAddr type alias in CarveVMA() Lioncash 2018-08-02 12:15:45 -04:00
  • 6058c84b79 kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t Lioncash 2018-08-02 12:01:22 -04:00
  • fac0e42b2f kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const reference Lioncash 2018-08-02 11:55:10 -04:00
  • 9a50a4f2cc kernel/thread: Make GetFreeThreadLocalSlot() internally linked Lioncash 2018-08-02 11:54:20 -04:00
  • 42a4c6b79e vfs_vector: Remove unused variable in FindAndRemoveVectorElement() Lioncash 2018-08-02 11:40:20 -04:00
  • cec9e9b811 vfs_vector: Avoid unnecessary copies where applicable Lioncash 2018-08-02 11:36:01 -04:00
  • 6b32e24161 gl_state: Make texture_units a std::array Lioncash 2018-08-02 11:19:55 -04:00
  • d92e8ab062 gl_shader_manager: Take ShaderSetup instances by const reference in UseProgrammableVertexShader() and UseProgrammableFragmentShader() Lioncash 2018-08-02 11:07:07 -04:00
  • f2a03468b1 math_util: Always initialize members of Rectangle Lioncash 2018-08-02 10:47:31 -04:00
  • c6db1c390b hw: Remove unused files Lioncash 2018-08-02 10:19:15 -04:00
  • 7469e26e5e service: Add migration services Lioncash 2018-08-02 09:59:08 -04:00
  • a03c644aed Merge pull request #896 from lioncash/audio-out bunnei 2018-08-02 09:51:47 -04:00
  • c1c397d37c audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototype Lioncash 2018-08-02 00:10:21 -04:00
  • 2bc4ab3958 sink_details: Deduplicate long std::function repetition Lioncash 2018-08-01 23:55:59 -04:00
  • 89ebef6571 sink_details: std::move std::function instances Lioncash 2018-08-01 23:50:45 -04:00
  • bf45092c61 kernel: Move object class to its own source files Lioncash 2018-08-01 22:40:00 -04:00
  • 42c5171322 logging/log: Remove incorrect description in PCV doc comment Lioncash 2018-08-01 22:06:56 -04:00
  • 5233040ab4 service: Add psc services Lioncash 2018-08-01 21:59:22 -04:00
  • 0f2ac928f2 video_core: Make global EmuWindow instance part of the base renderer class Lioncash 2018-08-01 20:59:42 -04:00
  • 746d7d4d28 Merge pull request #888 from lioncash/caps bunnei 2018-08-01 21:34:28 -04:00
  • 9bb8720289 Merge pull request #890 from lioncash/logger bunnei 2018-08-01 21:33:11 -04:00
  • 16b2fd9fc8 Merge pull request #889 from lioncash/fsp bunnei 2018-08-01 21:32:54 -04:00
  • 200c95db8a Merge pull request #887 from lioncash/pcv bunnei 2018-08-01 21:32:36 -04:00
  • 48acb764a4 service/ns: Add missing ns services Lioncash 2018-08-01 17:23:10 -04:00
  • f77cfab516 lm: Amend name of ILogger Lioncash 2018-08-01 17:08:41 -04:00
  • 208a457909 service/filesystem: Add fsp:ldr and fsp:pr services Lioncash 2018-08-01 16:55:07 -04:00
  • e39294c267 service: Add capture services Lioncash 2018-08-01 16:24:03 -04:00
  • d109279543 service: Add bpc and pcv services Lioncash 2018-08-01 15:40:55 -04:00
  • 99a1d7440d Merge pull request #885 from greggameplayer/R32-Float bunnei 2018-08-01 11:51:59 -04:00
  • 0d8fcab136 Implement R32_FLOAT RenderTargetFormat Unknown 2018-08-01 15:31:42 +02:00
  • 703663d761 Merge pull request #882 from lioncash/unused bunnei 2018-07-31 22:25:49 -07:00
  • 13cdf1f159 Add missing parameter to files.push_back() Zach Hilman 2018-07-31 12:27:14 -04:00
  • 0497bb5528 Fix merge conflicts with opus and update docs Zach Hilman 2018-07-30 22:04:51 -04:00
  • 187d8e215f Use more descriptive error codes and messages Zach Hilman 2018-07-30 12:46:23 -04:00
  • 9d59b96ef9 Use static const instead of const static Zach Hilman 2018-07-29 21:00:50 -04:00
  • a9c921a41d Use ErrorEncrypted where applicable and fix no keys crash Zach Hilman 2018-07-29 20:47:33 -04:00
  • 03149d3e4a Add missing includes and use const where applicable Zach Hilman 2018-07-29 19:00:09 -04:00
  • 150527ec19 Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch Zach Hilman 2018-07-29 18:42:04 -04:00
  • cc8234fa89 Use SHGetKnownFolderPath instead of SHGetFolderPathA Zach Hilman 2018-07-29 17:45:12 -04:00
  • 239a3113e4 Make XCI comply to review and style guidelines Zach Hilman 2018-07-28 21:39:42 -04:00
  • 22342487e8 Extract mbedtls to cpp file Zach Hilman 2018-07-28 16:23:00 -04:00
  • 83c3ae8be8 Add missing string.h include Zach Hilman 2018-07-28 14:42:16 -04:00
  • c54a10cb4f Update mbedtls and fix compile error Zach Hilman 2018-07-28 14:28:14 -04:00
  • df5b75694f Remove files that are not used Zach Hilman 2018-07-27 23:55:23 -04:00