citra-emu
/
citra
Archived
1
0
Fork 0

Commit Graph

  • 77c4b26e6c Attempt to improve save/load during frame advance Hamish Milne 2020-04-11 22:25:57 +0100
  • 19872b599b Fix button state not persisting between loads Hamish Milne 2020-04-11 20:47:14 +0100
  • 34af0d3452 Attempt to fix network bug Hamish Milne 2020-04-11 20:33:38 +0100
  • 4be752dd98 Allow GDB debugging through loads Hamish Milne 2020-04-11 19:47:31 +0100
  • e6b40486c5 Add a couple of useful SVC logs Hamish Milne 2020-04-11 19:47:06 +0100
  • 3871d74bc2 Fix mic sharedmemory not being deallocated Hamish Milne 2020-04-11 19:33:21 +0100
  • 0e88940df1 Warnings/Thread: Added missing case for the Dormant thread status in ResumeFromWait. Subv 2020-04-10 18:42:57 -0500
  • 47417e762b Warnings/Qt: Removed unused variable from lambda capture list. Subv 2020-04-10 18:40:56 -0500
  • b80911162f Warnings/QtMotionControls: There is no need to use std::move after std::make_unique. Subv 2020-04-10 18:39:40 -0500
  • 64b612bd60 Warnings/GLWindow: Initialize the members of OpenGLWindow in the order they are defined. Subv 2020-04-10 18:37:45 -0500
  • d17557c02c Warnings/Network: Initialize the members of Room::RoomImpl in the order they are defined. Subv 2020-04-10 18:35:53 -0500
  • 7903f6fbfc Warnings/Network: Handle ENET_EVENT_TYPE_NONE and ENET_EVENT_TYPE_CONNECT in the network packet loop. Subv 2020-04-10 18:35:14 -0500
  • e9ab8f82d4 Add disk archive serialization (fix crash in driver renegade etc.) Hamish Milne 2020-04-11 11:52:11 +0100
  • a210e7e2bd Sync GPU state after loading (fix FE terrain bug) Hamish Milne 2020-04-11 10:28:52 +0100
  • 7b3a8e9bf5 Fix clang format Hamish Milne 2020-04-10 20:22:40 +0100
  • 701cd83786 Attempt to fix mac and linux builds Hamish Milne 2020-04-10 20:20:54 +0100
  • 7988978661 Fix VFP registers serialization (0 fps when loading etc.) Hamish Milne 2020-04-10 19:36:38 +0100
  • 432ac24503 Fix memory region serialization (OSK crash) Hamish Milne 2020-04-10 16:51:01 +0100
  • 3278a4d7ef Fix crashes when loading with cameras active Hamish Milne 2020-04-10 14:02:18 +0100
  • f2499953c0 travis: Update xcode MerryMage 2020-04-07 20:49:46 +0100
  • 8b7b6e9f74 arm_dynarmic: Remove dependence on interpreter MerryMage 2020-04-06 17:31:12 +0100
  • 23921e3203
    Option to hide mouse on inactivity (#5094) Vitor K 2020-04-07 11:58:51 -0300
  • eb78fe0c10
    Revert one change from #4844 Hamish Milne 2020-04-07 15:38:24 +0100
  • 70d81e287b update appveyor sdl Vitor Kiguchi 2020-04-07 11:38:12 -0300
  • d37b0476ad
    video_core/renderer_opengl/gl_rasterizer_cache: Create Format Reinterpretation Framework (#5170) Marshall Mohror 2020-04-07 09:12:32 -0500
  • e74b44042b Added save + load hotkeys Hamish Milne 2020-04-06 22:47:52 +0100
  • d17ab5cd91 gdbstub: Fix some gdbstub jankiness MerryMage 2020-04-06 21:24:54 +0100
  • 7ff985cef9 Fixed TAS movie serialization Hamish Milne 2020-04-06 21:23:39 +0100
  • ac37de10fc Reconnect cheat_engine during load Hamish Milne 2020-04-06 20:26:41 +0100
  • e04590a06d externals: Update dynarmic to b58048a MerryMage 2020-04-06 16:44:59 +0100
  • 69f7a83b0e Reenable hidapi for SDL2.0.12 and up Vitor Kiguchi 2020-04-04 18:20:31 -0300
  • b5f394dd12 Use placeholders for serialized paths Hamish Milne 2020-04-05 00:20:59 +0100
  • 3b1b8b7e1f
    Merge pull request #5123 from vitor-k/disable-hidapi Marshall Mohror 2020-04-03 23:23:03 -0500
  • 9c7da35382
    Merge pull request #5083 from zhaowenlan1779/video-dumping-update Marshall Mohror 2020-04-03 21:15:32 -0500
  • 00667c222a
    Merge pull request #5117 from FearlessTobi/n3ds-setting Marshall Mohror 2020-04-03 17:52:31 -0500
  • f14e973a27
    Texture Filtering v2 (#5166) Marshall Mohror 2020-04-02 22:42:50 -0500
  • d26564d020
    Don't dump textures that aren't a power of 2 (#5152) Khangaroo 2020-04-02 00:59:24 -0400
  • 74c06bd13e Attempt to fix crashes with LLE applets Hamish Milne 2020-04-02 01:43:27 +0100
  • d4ccce1365 Add some member initializers in thread Hamish Milne 2020-04-02 00:14:00 +0100
  • 714a85119d Don't crash when getting perf stats Hamish Milne 2020-04-01 22:50:19 +0100
  • 5b6ee9a6ab Clear out state before deserialization - fixes many crashes. Hamish Milne 2020-04-01 22:06:22 +0100
  • 7b93b51040 Added user IP to log events for join/left/kicked/banned tbsp 2020-04-01 08:09:28 -0700
  • f156fdd332 clang format fixes etc. Hamish Milne 2020-03-31 18:27:33 +0100
  • 92640fc29c Code review actions (plus hopefully fix the linux CI) Hamish Milne 2020-03-31 17:54:28 +0100
  • 9bd189a155 More cleaning up Hamish Milne 2020-03-29 19:07:56 +0100
  • 6760ea18b6 Serialize ArchiveManager and other code review actions Hamish Milne 2020-03-29 18:56:25 +0100
  • 680ef64aca
    Merge pull request #5157 from citra-emu/zhaowenlan1779-patch-1 Pengfei Zhu 2020-03-29 23:42:16 +0800
  • 04aa351c40 Code review - general gardening Hamish Milne 2020-03-29 16:14:36 +0100
  • 8f059ae398
    Apply suggestions from code review Hamish Milne 2020-03-29 11:39:46 +0100
  • ab76b0b684 addressed review comments B3n30 2020-03-28 21:43:13 +0100
  • 841255cd16 Attempt to fix the linux builds Hamish Milne 2020-03-28 21:40:18 +0000
  • de9ae14059 Only serialize wchar paths on windows Hamish Milne 2020-03-28 19:29:29 +0000
  • 38e9eb379d
    Update src/CMakeLists.txt Hamish Milne 2020-03-28 17:23:54 +0000
  • 570fc45d03 Change boost submodule Hamish Milne 2020-03-28 17:11:35 +0000
  • 8f164a16ce Review changes Hamish Milne 2020-03-28 17:08:27 +0000
  • 86600e90d3 Merge branch 'feature/savestates-2' of https://github.com/hamish-milne/citra into feature/savestates-2 Hamish Milne 2020-03-28 16:29:18 +0000
  • d92b3e9754 Code review changes - clarified HTTP serialization Hamish Milne 2020-03-28 16:29:15 +0000
  • 26f9364062
    Apply suggestions from code review Hamish Milne 2020-03-28 16:28:07 +0000
  • bbf8e876ab
    Apply suggestions from code review Hamish Milne 2020-03-28 16:26:24 +0000
  • b4ac1c0559 citra_qt/system: Add N3DS mode checkbox and enable it by default FearlessTobi 2020-02-28 02:56:24 +0100
  • 4aab38f133 Refactored out the horrible static var in CoreTiming Hamish Milne 2020-03-28 15:47:36 +0000
  • a6ee1bf913
    HLE Audio: Increase frame position by input buffer sample rate (#5049) James Rowe 2020-03-28 09:39:50 -0600
  • 917d651a3c Added copyright notices on new files Hamish Milne 2020-03-28 15:21:10 +0000
  • f8d717bc7a
    Use the correct directory for Qt Plugins (#5148) James Rowe 2020-03-28 09:20:48 -0600
  • 09da1dcf55
    flatpak: Update runtime version Pengfei Zhu 2020-03-28 23:10:45 +0800
  • 025960bcdd Attempt to fix flatpak CI Hamish Milne 2020-03-28 15:10:35 +0000
  • 03379b2072 Merge remote-tracking branch 'upstream/master' into feature/savestates-2 Hamish Milne 2020-03-28 12:46:24 +0000
  • 7049af744f Merge remote-tracking branch 'upstream/master' into feature/savestates-2 Hamish Milne 2020-03-28 12:33:21 +0000
  • 1ff8d002a9
    Merge pull request #5025 from jroweboy/tomoscrewme Hamish Milne 2020-03-28 12:31:41 +0000
  • 3edc4a3055
    service/ldr_ro: Fix CRO loading when the buffer contained multiple VM areas (#5125) Pengfei Zhu 2020-03-28 20:26:54 +0800
  • 5a6093843e Remove the TODO (since it's all done now!) Hamish Milne 2020-03-28 12:04:00 +0000
  • 232b52a27d Minor cleanup Hamish Milne 2020-03-28 09:59:45 +0000
  • 475b0fb159
    Merge pull request #5156 from FearlessTobi/port-3550 Schplee 2020-03-27 15:56:48 -0700
  • 3d1180ee21 DSP now works... committing this!! Hamish Milne 2020-03-27 22:19:29 +0000
  • 7357c2191f
    Minor Readme Changes Tobias 2020-03-27 23:02:06 +0100
  • 5604613642 More merge fixes Hamish Milne 2020-03-27 21:48:58 +0000
  • 5dbf334ef1
    Revert "Use immutable storage when available (#5053)" (#5151) Marshall Mohror 2020-03-26 19:01:18 -0500
  • 4008be436f
    Replace non-commercial icons with free icons from icons8 (#5093) Guo Yunhe 2020-03-26 20:40:03 +0200
  • 9226bffa96
    Set render window to also accept focus via tabbing (Qt::StrongFocus) (#5089) Vitor K 2020-03-26 15:36:49 -0300
  • 407fd15515
    Use immutable storage when available (#5053) James Rowe 2020-03-26 11:53:55 -0600
  • feb5b5a394
    common: include algorithm thread_queue_list.h (#5147) Marshall Mohror 2020-03-25 22:23:39 -0500
  • 480d3aaf19
    common: Port some changes from dolphin (#5127) Vitor K 2020-03-25 16:33:37 -0300
  • 25ebf03c35
    Merge pull request #5120 from zhaowenlan1779/file-write Pengfei Zhu 2020-03-22 01:00:31 +0800
  • b87a15c6b2
    citra_qt: Only resume the game if it wasn't paused zhupengfei 2020-03-22 00:56:57 +0800
  • 8722b970c5
    Merge pull request #5137 from jbeich/freebsd Pengfei Zhu 2020-03-21 12:57:25 +0800
  • 22bfa7b5de
    ffmpeg: Misc fixes zhupengfei 2020-03-21 12:02:21 +0800
  • bb3decb983 video_core: don't use NULL for non-pointer after a7d3489dc9 Jan Beich 2020-03-19 00:07:48 +0000
  • 37384174d9 fix formatting for media-ndk BreadFish64 2020-03-17 21:15:33 -0500
  • ed51f06097 fix path usage in InstallCia B3n30 2020-03-17 13:40:58 +0100
  • d5261797f0 Microprofile: Allow accessing token. Fernando Sahmkow 2020-03-12 10:50:48 -0400
  • 3410b96400
    mediandk for android (#4921) zhang wei 2020-03-17 10:07:22 +0800
  • 590099a17a
    CFG: Let GetSystemModel report model based on Settings:is_new_3ds (#5104) Ben 2020-03-16 20:05:06 +0100
  • a7d3489dc9
    video_core: add texture filtering (#5017) Marshall Mohror 2020-03-16 09:42:05 -0500
  • eaaa76b922 Adressed review comments B3n30 2020-03-15 21:19:41 +0100
  • a4457d871c Log if common key during Ticket::Load is missing B3n30 2020-03-15 20:58:43 +0100
  • 1d92343344 fix more review comments B3n30 2020-03-15 19:00:26 +0100
  • 2465fd423a fix review comments B3n30 2020-03-15 18:57:29 +0100
  • 391580c658 fix clang-format B3n30 2020-03-15 18:42:53 +0100
  • ae4ba287d5 warn if cia contend is encrypted B3n30 2020-03-15 17:54:13 +0100
  • ad3c464e2d
    Merge pull request #5116 from zhaowenlan1779/cam-vsync Pengfei Zhu 2020-03-12 10:42:39 +0800