Commit Graph

  • e7a3c296c3 Memory: create rasterizer cache marker Weiyi Wang 2018-12-10 21:43:39 -05:00
  • 599e60f80b
    host_room: change minimum members to 2 Valentin Vanelslande 2018-12-10 15:39:52 -05:00
  • 1ec7c951a8
    dedicated_room: allow maximum members = 254 Valentin Vanelslande 2018-12-10 14:21:32 -05:00
  • 07d6d90bb3 gl_rasterizer_cache/MortonCopy: avoid read/write to invalid address Weiyi Wang 2018-12-09 13:20:44 -05:00
  • 5a625fe945 yuzu/game_list_worker: Move std::string construction after the termintion check in callbacks fearlessTobi 2018-12-07 16:53:15 +01:00
  • 5840943110 yuzu/configuration: Make slots private where applicable Lioncash 2018-12-02 14:14:32 -05:00
  • d87961bad3 yuzu/configuration: Add missing override specifiers to configuration-related classes Lioncash 2018-12-07 16:44:37 +01:00
  • 9c0c817e6f yuzu/configuration/configure_input: Default destructor in the cpp file Lioncash 2018-12-02 14:06:39 -05:00
  • 80f1076a07
    Merge pull request #4494 from FearlessTobi/port-1874 Weiyi Wang 2018-12-08 22:08:30 -05:00
  • dd2cbca3f4 hle/service: Remove unnecessary using declarations Lioncash 2018-12-06 01:37:39 -05:00
  • a32725540c hle/service, hle/sm: Use structured bindings where applicable Lioncash 2018-12-06 01:33:19 -05:00
  • 0cb7654d60 hle/service, hle/sm: Use structured bindings where applicable Lioncash 2018-12-06 01:29:17 -05:00
  • 7aeb4e29c2 remove border from GameList Bartosz Kaszubowski 2018-11-30 23:35:08 +01:00
  • edbdbf0ba1
    Merge pull request #4480 from wwylele/memory-global-2 bunnei 2018-12-06 19:17:28 -05:00
  • 556ac5c075
    Merge pull request #4469 from shutterbug2000/httpAddSet Weiyi Wang 2018-12-06 14:28:56 -05:00
  • b9f7c9142a
    Merge pull request #4476 from FearlessTobi/fix-testcase-sending Weiyi Wang 2018-12-06 14:28:21 -05:00
  • 23bad5d398 fix clang-format Weiyi Wang 2018-12-01 18:39:30 -05:00
  • 7e8ba6ed8e Memory: move memory chunk into pImpl and make them dynamically allocated Weiyi Wang 2018-12-01 17:46:18 -05:00
  • ac1cda21c3 Address code style comments Weiyi Wang 2018-12-05 20:24:37 -05:00
  • e87dc17da2 Pass system into arm interpreter; fix tests Weiyi Wang 2018-11-21 17:14:42 -05:00
  • c6b3186475 Memory: IsValidVirtualAddress can be global Weiyi Wang 2018-11-21 16:51:41 -05:00
  • 42edab01d9 Memory: move states into class Weiyi Wang 2018-11-21 16:18:23 -05:00
  • d18cda5a5d Memory: move MarkRegionCached into class Weiyi Wang 2018-11-21 16:03:28 -05:00
  • 2582d64fb3 Memory: move block operations into class Weiyi Wang 2018-11-21 15:21:30 -05:00
  • 323990d402 Memory: move Read/Write8/16/32/64 and ReadCString into class Weiyi Wang 2018-11-21 15:04:31 -05:00
  • 1ec9ed6827 LDR_RO: pass memory in CROHelper Weiyi Wang 2018-11-21 14:20:55 -05:00
  • 76e0a4ece7 Memory: move GetPointer into class Weiyi Wang 2018-11-21 13:51:12 -05:00
  • 405218c3a7 Memory: move IsValidVirtualAddress into class Weiyi Wang 2018-11-21 12:30:07 -05:00
  • 296c458e0e Memory: move GetPhysicalPointer and IsValidPhysicalAddress into class Weiyi Wang 2018-11-21 12:01:19 -05:00
  • cfee59c6db hw/gpu: pass in memory reference Weiyi Wang 2018-11-21 11:53:10 -05:00
  • ec01975549 audio_core: pass in memory reference Weiyi Wang 2018-11-21 11:36:24 -05:00
  • 8bb404c82a VideoCore: pass in memory system Weiyi Wang 2018-11-21 11:20:20 -05:00
  • 8c618c3fc3 Memory: move PageTable functions into class Weiyi Wang 2018-11-20 23:50:00 -05:00
  • b199b7ada9 Memory: move GetFCRAMOffset into MemorySystem Weiyi Wang 2018-11-20 22:52:44 -05:00
  • 8118be6615 Kernel: pass in MemorySystem Weiyi Wang 2018-11-20 22:48:19 -05:00
  • 6992f76acf Memory: create MemorySystem class Weiyi Wang 2018-11-20 22:38:47 -05:00
  • ab0dba6a8b
    Merge pull request #4484 from francois-berder/master Weiyi Wang 2018-12-05 09:20:49 -05:00
  • c598fd7228 renderer_opengl: Fix string comparison Francois Berder 2018-12-04 22:11:44 +00:00
  • cd80a0df8c
    Merge pull request #4418 from FearlessTobi/port-1441 Pengfei Zhu 2018-12-04 22:20:41 +08:00
  • 1d597db846
    Merge pull request #4483 from RoadrunnerWMC/audio-phys-addr-masking-fix Weiyi Wang 2018-12-03 21:03:03 -05:00
  • 008ef1fd71 DSP: Add a comment about physical address masking RoadrunnerWMC 2018-12-03 12:22:11 -07:00
  • 3aff585f32 DSP: Add address mask for physical pointers to audio data buffers RoadrunnerWMC 2018-12-03 01:07:55 -07:00
  • 11bc9028bb
    Merge pull request #4478 from liushuyu/master James Rowe 2018-12-02 01:00:58 -07:00
  • 76944ec0e0
    Merge pull request #4279 from FearlessTobi/better-mii-stub Weiyi Wang 2018-12-01 19:41:21 -05:00
  • 58b24b9e40
    Merge pull request #4164 from zhaowenlan1779/brand-new-screenshot Pengfei Zhu 2018-12-02 08:06:25 +08:00
  • b194f238cb
    Merge pull request #4129 from ccawley2011/clang-format-docker Pengfei Zhu 2018-12-02 07:57:42 +08:00
  • 3d083859c1 logging: Add DebuggerBackend for logging to Visual Studio Carl Kenner 2018-10-05 12:52:49 +09:30
  • 0fe4fc1db0
    travis: MinGW: scan_dll: merge two scans into one liushuyu 2018-11-30 19:58:23 -07:00
  • affecb68ec
    travis: linux-mingw: do not install pefile... liushuyu 2018-11-30 19:45:28 -07:00
  • 630e3d6dea web_service: move telemetry condition from TelemetrySession constructor to destructor fearlessTobi 2018-11-30 19:01:05 +01:00
  • 9c904e475b
    Merge pull request #4475 from citra-emu/revert-4474-flatpak-patch Flame Sage 2018-11-30 09:10:36 -05:00
  • 4ae977cb19
    Revert "travis: Add missing flags for flatpak build" Pengfei Zhu 2018-11-30 22:07:22 +08:00
  • 7f5df10f12
    Merge pull request #4474 from zhaowenlan1779/flatpak-patch Pengfei Zhu 2018-11-30 20:37:07 +08:00
  • 28d089c8f3
    travis: Add missing flags for flatpak build Pengfei Zhu 2018-11-30 18:11:00 +08:00
  • 1970178cc0
    citra_qt: rename the menu to Tools zhupengfei 2018-08-31 21:11:06 +08:00
  • 071b41cb61
    citra_qt, video_core: Screenshot functionality zhupengfei 2018-08-31 14:16:16 +08:00
  • 7e90abec78
    Merge pull request #4442 from wwylele/memory-no-kernel Weiyi Wang 2018-11-28 11:24:41 -05:00
  • b37d3be34e
    Merge pull request #4458 from FearlessTobi/port-1773 Weiyi Wang 2018-11-28 11:07:48 -05:00
  • c5dcd70e38 travis: Use Docker for clang-format target Cameron Cawley 2018-08-24 15:20:31 +01:00
  • f7fb5875a0
    Merge pull request #4461 from wwylele/bitrise-badge Pengfei Zhu 2018-11-28 19:41:50 +08:00
  • 48239be22c mii_selector: Use BitField where possible fearlessTobi 2018-11-27 14:57:51 +01:00
  • 2678c1a945
    Merge pull request #4462 from FearlessTobi/fix-my-shit Weiyi Wang 2018-11-26 14:43:07 -05:00
  • 5121fadb4f ir:/movie: Replace for-loops with fmt::join fearlessTobi 2018-11-26 20:04:18 +01:00
  • a7bbe60c18 Put AddPostDataAscii in the function list shutterbug2000 2018-11-25 15:47:37 -06:00
  • 4c198591d5 Add HTTP_C::AddPostDataAscii shutterbug2000 2018-11-25 15:29:04 -06:00
  • 8d92278cc1
    Merge pull request #4465 from lioncash/move Weiyi Wang 2018-11-24 11:08:06 -05:00
  • 067f09b41d
    kernel/shared_memory: std::move the string parameter in SetName() Lioncash 2018-11-24 10:07:04 -05:00
  • fe99e5a51e mii_selector: map raw data to the MiiResult struct fearlessTobi 2018-11-24 14:35:06 +01:00
  • af77124171 README: add bitrise badge Weiyi Wang 2018-11-24 00:53:54 -05:00
  • 210e558bea
    Merge pull request #4456 from FearlessTobi/port-1767 Weiyi Wang 2018-11-24 00:04:42 -05:00
  • 4e255a40fc
    Merge pull request #4455 from FearlessTobi/port-1619 bunnei 2018-11-23 23:16:27 -05:00
  • 9bd7379cc6
    Merge pull request #4454 from FearlessTobi/port-1758 bunnei 2018-11-23 23:15:40 -05:00
  • dc16ba009e
    Merge pull request #4444 from FearlessTobi/port-1684 bunnei 2018-11-23 23:13:39 -05:00
  • 00564bdb6f common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter Lioncash 2018-11-21 21:53:35 -05:00
  • 255d46e6ee common/thread: Make Barrier's 'count' member non-const Lioncash 2018-11-21 21:47:06 -05:00
  • 4f0ec03c97 common/thread: Initialize class member variables where applicable Lioncash 2018-11-21 21:44:58 -05:00
  • 9cbcc70c9b common/thread: Group non-member functions together Lioncash 2018-11-21 21:42:30 -05:00
  • a7a319cfd1 common/thread: Remove SleepCurrentThread() Lioncash 2018-11-21 21:40:08 -05:00
  • 61eafcee98 common/thread: Remove unused CurrentThreadId() Lioncash 2018-11-21 21:37:08 -05:00
  • 86c36cb176 kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer Lioncash 2018-11-19 09:05:04 -05:00
  • 0f544af89a kernel/shared_memory: Add a const qualified member function overload for GetPointer() Lioncash 2018-11-19 09:00:32 -05:00
  • 1cb9bea504 kernel/shared_memory: Make data members private Lioncash 2018-11-19 08:29:25 -05:00
  • 662c3ff684 kernel/handle_table: Move private static functions into the cpp file Lioncash 2018-11-21 18:30:58 -05:00
  • 83f6e9ea72 kernel/handle_table: Default destructor in the cpp file Lioncash 2018-11-21 18:22:24 -05:00
  • ace46a93d4 Handle missing git info when building Michał Janiszewski 2018-10-29 23:39:33 +01:00
  • d37c826097 common/math_util: Simplify std::make_signed usages to std::make_signed_t Lioncash 2018-11-21 01:59:27 -05:00
  • 8d169a4bfa common/math_util: Make Rectangle's constructors constexpr Lioncash 2018-11-21 01:57:32 -05:00
  • bf8f7f0ab6 common/math_util: Remove unnecessary static from PI Lioncash 2018-11-21 01:56:14 -05:00
  • 2787d1230b common/math_util: Remove unused IntervalsIntersect() function Lioncash 2018-11-21 01:55:06 -05:00
  • aa168b46a0
    Merge pull request #4450 from BreadFish64/android3 Weiyi Wang 2018-11-20 14:41:22 -05:00
  • f4472a10e6 core: undef PAGE_SIZE and PAGE_MASK BreadFish64 2018-11-18 20:01:11 -06:00
  • 6609ff83a7 android: set up cmake BreadFish64 2018-11-18 18:23:41 -06:00
  • cee7c0baa5 Externals: Find and build cpu-features for cryptopp on android SachinVin 2018-10-19 13:47:24 +05:30
  • fc51a6fd08 Fix functions which used Common::ArrayToString fearlessTobi 2018-11-18 00:51:14 +01:00
  • a854b23d9b RPC: add missing include Weiyi Wang 2018-11-17 16:15:34 -05:00
  • 679dfd7cdf Memory: remove CopyBlock with current process Weiyi Wang 2018-11-17 15:24:53 -05:00
  • 185a83f06d Memory: remove ZeroBlock with current process Weiyi Wang 2018-11-17 15:11:07 -05:00
  • 4e99641a3b Memory: remove WriteBlock with current process Weiyi Wang 2018-11-17 15:06:56 -05:00
  • 8871f5a4ac Memory: remove ReadBlock with current process Weiyi Wang 2018-11-17 15:01:45 -05:00
  • 524364d95a ldr_ro: pass process reference to memory operation Weiyi Wang 2018-11-17 15:01:20 -05:00