Commit Graph

  • 23e8dd66c4 math_util: Always initialize members of Rectangle Lioncash 2018-08-02 10:47:31 -04:00
  • a431c85b6b core_timing: Convert typedef into a type alias Lioncash 2018-08-05 21:27:11 -04:00
  • 196ab8be89 core_timing: Use transparent functors where applicable Lioncash 2018-08-05 21:15:13 -04:00
  • 660be9499d core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds Lioncash 2018-08-05 22:07:28 -04:00
  • 265e875e5b
    qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateUITheme() Lioncash 2018-08-10 09:45:48 +08:00
  • 319d685b13 common/color: Remove unnecessary const qualifiers on return types Lioncash 2018-08-08 16:17:38 -04:00
  • b956a2be1c common/color: Get rid of undefined behavior Lioncash 2018-08-08 16:00:07 -04:00
  • c431b922d0 fix error code comment B3n30 2018-08-09 23:55:04 +02:00
  • c6bdcf72a4 service::HTTP_C: Implement OpenClientCertContext, OpenDefaultClientCertContext, CloseClientCertContext B3n30 2018-08-09 22:51:36 +02:00
  • 5e658efdb8
    Service::HTTP_C: Add decryption of the ClCertA (#4045) Ben 2018-08-09 23:02:53 +02:00
  • d09646ab9d citra-qt: service: add convenient LLE service module configuration (#3967) BreadFish64 2018-08-09 14:10:11 -05:00
  • dceb4150a8
    Merge pull request #4065 from zhaowenlan1779/port-yuzu-947 James Rowe 2018-08-09 09:41:35 -06:00
  • 77573b93ce
    Merge pull request #4066 from zhaowenlan1779/port-yuzu-946 James Rowe 2018-08-09 09:41:10 -06:00
  • 22c0575cf4
    Merge pull request #4061 from zhaowenlan1779/port-yuzu-967 James Rowe 2018-08-09 09:40:26 -06:00
  • cc6d3ce22f
    Merge pull request #4053 from Steveice10/master James Rowe 2018-08-09 09:39:44 -06:00
  • 9c53ccf4cb
    Merge pull request #4062 from zhaowenlan1779/port-yuzu-951 James Rowe 2018-08-09 09:37:12 -06:00
  • aa98e55a88 fixup! Service::SM: Wait till client is registered B3n30 2018-08-08 23:42:45 +02:00
  • 02a3b5ae2b Service::SM: Wait till client is registered B3n30 2018-08-08 23:30:48 +02:00
  • 84fc8eaaba
    Merge pull request #4020 from wwylele/loader-crypto-new Weiyi Wang 2018-08-08 22:12:19 +03:00
  • 8ae126eb33
    Merge pull request #4001 from Subv/http2 Ben 2018-08-08 15:37:33 +02:00
  • b72e7d48e8 Service/HTTP: Added logs to some of the error conditions. Subv 2018-08-08 08:32:46 -05:00
  • a51c700f59
    Port "qt/main: Collapse if statement in UpdateRecentFiles()" from yuzu zhupengfei 2018-08-08 16:55:23 +08:00
  • b71fbe62a8
    game_list: Use QString::fromStdString() where applicable instead of c_str() zhupengfei 2018-08-08 16:43:59 +08:00
  • ae64175522 externals: Update glad to 0.1.26 Lioncash 2018-08-07 02:24:29 -04:00
  • 0495ba5d91 file_util: Avoid sign-conversions in WriteArray() and ReadArray() Lioncash 2018-08-07 13:47:14 -04:00
  • 93386efccb
    Merge pull request #4056 from zhaowenlan1779/clear-recent-files James Rowe 2018-08-07 21:28:33 -06:00
  • 9a0191d623
    Merge pull request #4049 from jroweboy/udp-input James Rowe 2018-08-07 21:08:48 -06:00
  • 169bb29a54 Correct direction vectors for cemuhook motion input James Rowe 2018-08-07 10:01:09 -06:00
  • 6bcbda5ab2 Input: UDP Client to provide motion and touch controls James Rowe 2018-01-18 08:43:17 -07:00
  • d4a808c885 ncch_container: support encrypted games wwylele 2018-07-28 18:30:54 +03:00
  • 1e724b046b Add license for icons (#4019) Adityarup Laha 2018-08-07 20:54:35 +05:30
  • 879290aa2b travis: use prebuilt image (#3839) liushuyu 2018-08-07 22:54:57 +08:00
  • 6a1f9afbba
    citra_qt: add Clear Recent Files menu action zhupengfei 2018-08-06 09:19:35 +08:00
  • 0233f3286c
    Merge pull request #4052 from zhaowenlan1779/bg-color-real-fix James Rowe 2018-08-04 09:27:30 -06:00
  • 4c3961d5dd am: Correct ListDLCContentInfos index bounds. Steveice10 2018-08-04 01:24:36 -07:00
  • b92660435c
    Merge pull request #4051 from zhaowenlan1779/default-ini-minor-nit-bg-color-default-value-info-fix Weiyi Wang 2018-08-04 11:10:19 +03:00
  • d93ed644f6 am: Return empty path string for non-existent content indices. Steveice10 2018-08-04 01:03:29 -07:00
  • 0c37140690 video_core: Allow changing background color while emulation is running zhupengfei 2018-08-04 15:11:51 +08:00
  • 9937cab2cd
    citra: default_ini bg color default value fix zhupengfei 2018-08-04 12:20:00 +08:00
  • 79db1f8b49 Service/HTTP: Log the PIDs in the Initialize functions. Subv 2018-08-03 15:24:26 -05:00
  • 5bc72cca6b
    Merge pull request #3924 from zhaowenlan1779/settings Weiyi Wang 2018-08-03 23:09:57 +03:00
  • 650c20eebf
    citra_qt: Settings (configuration) rework zhupengfei 2018-07-09 20:07:59 +08:00
  • 751e00a615
    Merge pull request #3902 from valentinvanelslande/restart James Rowe 2018-08-02 22:55:07 -06:00
  • 6bc87cdf3e
    Merge pull request #3987 from zhaowenlan1779/language-config-fix-2 James Rowe 2018-08-02 11:15:27 -06:00
  • c35a251d86
    Merge pull request #3985 from BreadFish64/fix-warnings James Rowe 2018-08-02 11:14:57 -06:00
  • 14b0435df2
    Merge pull request #3994 from FearlessTobi/replace-clamp-functions James Rowe 2018-08-02 11:08:07 -06:00
  • cafe9838b5
    Merge pull request #4047 from zhaowenlan1779/bg-color James Rowe 2018-08-02 11:05:20 -06:00
  • 4b59c1b601
    Merge pull request #4042 from wwylele/i-love-drivers James Rowe 2018-08-02 11:01:25 -06:00
  • c771dd9813
    Merge pull request #4021 from FearlessTobi/port-709 James Rowe 2018-08-02 11:00:53 -06:00
  • 4250dedc8f
    Merge pull request #4000 from Hexagon12/tx-update James Rowe 2018-08-02 11:00:14 -06:00
  • 5bf87e986e
    Merge pull request #4040 from valentinvanelslande/lighting Weiyi Wang 2018-08-02 11:18:03 +03:00
  • 9b558253a0
    Merge pull request #4031 from zhaowenlan1779/port-yuzu-723 Weiyi Wang 2018-08-02 11:17:38 +03:00
  • 27b015e652
    Merge pull request #4011 from zhaowenlan1779/cmake-warning Weiyi Wang 2018-08-02 11:16:46 +03:00
  • 14bc20fc8d
    Merge pull request #3996 from NarcolepticK/dsp-remove-weakptr Weiyi Wang 2018-08-02 11:14:59 +03:00
  • 60edddac7d
    citra_qt/configuration: Add background color config zhupengfei 2018-08-02 11:36:47 +08:00
  • aa4b71d0ce update fmt to latest stable release BreadFish64 2018-07-26 16:31:03 -05:00
  • 74cd98ecad core: clean up warnings BreadFish64 2018-07-23 16:08:14 -05:00
  • ba6eee71f5
    Merge pull request #4024 from zhaowenlan1779/port-yuzu-745 Merry 2018-08-01 15:02:40 +01:00
  • 6a9e18a49a
    Merge pull request #4022 from zhaowenlan1779/port-yuzu-837 Merry 2018-08-01 15:01:17 +01:00
  • 703da21688
    Merge pull request #4046 from zhaowenlan1779/config-camera-retranslate Merry 2018-08-01 15:00:12 +01:00
  • 51d05bd42b citra_qt/configuration: retranslate camera tab zhupengfei 2018-08-01 21:51:38 +08:00
  • 8e103d0675
    kernel/timer: Make data members private where applicable Lioncash 2018-07-26 09:45:18 -04:00
  • 383dd967d1
    citra_qt: UI text improvements zhupengfei 2018-07-27 22:53:06 +08:00
  • b92af5a858
    param_package: Take std::string by value in string-based Set() function Lioncash 2018-07-20 17:17:26 -04:00
  • 266f2b6242 gl_rasterizer: only apply AMD hack when the vendor is AMD wwylele 2018-07-31 13:51:42 +03:00
  • b2ad88dac1
    swrasterizer/lighting: remove newline in logging macro Valentin Vanelslande 2018-07-30 16:09:16 -05:00
  • 05eb0ccb03
    Merge pull request #4014 from wwylele/old-service James Rowe 2018-07-30 11:31:54 -06:00
  • 9af731793a
    Merge pull request #4025 from zhaowenlan1779/port-yuzu-775 Merry 2018-07-30 18:28:38 +01:00
  • ec76cd82b0
    Merge pull request #4037 from zhaowenlan1779/port-yuzu-710 Merry 2018-07-30 18:28:11 +01:00
  • 7b46b7e29a
    Merge pull request #4010 from zhaowenlan1779/statusbar-retheme James Rowe 2018-07-30 10:35:42 -06:00
  • ecb3dc2fb8
    Merge pull request #4038 from zhaowenlan1779/port-yuzu-711 James Rowe 2018-07-30 10:21:49 -06:00
  • 8fd9f22657
    Merge pull request #4030 from zhaowenlan1779/port-yuzu-743 James Rowe 2018-07-30 10:19:28 -06:00
  • 5a47cbed17
    no need to cast to u32 according to @wwylele comment zhupengfei 2018-07-30 22:36:35 +08:00
  • b4cdbf3ee8
    gdbstub: Get rid of a few signed/unsigned comparisons Lioncash 2018-07-19 15:17:50 -04:00
  • 5d7ccfb920
    citra_qt/CMakeLists: get rid of a warning zhupengfei 2018-07-27 14:34:39 +08:00
  • 1a0529a064 common/swap: Remove unnecessary const on return value of swap() Lioncash 2018-07-19 09:35:50 -04:00
  • a2203e1566 common/swap: Use static_cast where applicable Lioncash 2018-07-19 09:35:13 -04:00
  • 5a66820c20 common/swap: Use using aliases where applicable Lioncash 2018-07-19 09:32:13 -04:00
  • b0c35c54ca Fix travis MinGW build fearlessTobi 2018-07-30 14:50:23 +02:00
  • 15abf35889 Address feedback by wwylele fearlessTobi 2018-07-30 14:46:13 +02:00
  • b539745153 common/common_funcs: Remove unused rotation functions Lioncash 2018-07-19 09:21:20 -04:00
  • b4524eb70b
    Merge pull request #3988 from zhaowenlan1779/multiplayer-block Ben 2018-07-30 14:07:40 +02:00
  • d5333c37de
    Merge pull request #4033 from zhaowenlan1779/port-yuzu-764 Ben 2018-07-30 13:51:21 +02:00
  • 45beea31ea
    Merge pull request #4034 from zhaowenlan1779/port-yuzu-802 Merry 2018-07-30 12:38:24 +01:00
  • 4acc4d87d6
    Merge pull request #4032 from zhaowenlan1779/port-yuzu-758 Merry 2018-07-30 12:36:45 +01:00
  • c4c158c6b6
    Merge pull request #4036 from zhaowenlan1779/port-yuzu-705 Merry 2018-07-30 12:10:35 +01:00
  • 995d1cd785 string_util: Get rid of separate resize() in CPToUTF16(), UTF16ToUTF8(), CodeToUTF8() and UTF8ToUTF16() Lioncash 2018-07-22 15:47:37 -04:00
  • f34dde32d1 string_util: Use emplace_back() in SplitString() instead of push_back() Lioncash 2018-07-22 15:36:30 -04:00
  • 841bb4e5bd string_util: Remove unnecessary std::string instance in TabsToSpaces() Lioncash 2018-07-22 15:33:07 -04:00
  • 71729fd47a
    Merge pull request #3951 from zhaowenlan1779/cfg-country-code Weiyi Wang 2018-07-30 12:02:07 +03:00
  • 1f14ebf35d
    Merge pull request #3977 from B3n30/bad_word_list Weiyi Wang 2018-07-30 12:01:45 +03:00
  • 99b2a871a7 file_util: return string by const reference for GetExeDirectory() Lioncash 2018-07-19 01:27:27 -04:00
  • 77f4859059
    Merge pull request #4026 from zhaowenlan1779/port-yuzu-765 Weiyi Wang 2018-07-30 11:44:32 +03:00
  • bf5b5d25ed wait_tree: Silence warning about all code paths not returning a value Lioncash 2018-07-24 04:06:33 -04:00
  • abc86921ab
    Merge pull request #4027 from zhaowenlan1779/port-yuzu-704 Weiyi Wang 2018-07-30 11:22:46 +03:00
  • df5069f8c0 file_util: Use a u64 to represent number of entries Lioncash 2018-07-21 22:36:19 -04:00
  • cc6cb45536 file_util: std::move FST entries in ScanDirectoryTree() Lioncash 2018-07-21 22:31:41 -04:00
  • f4a389dca5
    Merge pull request #4023 from zhaowenlan1779/port-yuzu-797 Merry 2018-07-30 08:28:35 +01:00
  • 1eb3d0c634 common: Remove synchronized_wrapper.h Lioncash 2018-07-21 14:51:37 -04:00
  • 1affca05c7 logging/filter: Use std::string_view in ParseFilterString() Lioncash 2018-07-20 15:42:42 -04:00