Commit graph

  • da59ce91c9 require web services BreadFish64 2018-01-10 19:44:09 -0600
  • b71d9e108d address wwylele's feedback BreadFish64 2018-01-10 19:05:14 -0600
  • 2e41810608
    Merge pull request #3333 from Senjosei/pause-coreerror nightly-519 bunnei 2018-01-10 12:16:51 -0500
  • 9be3ce83db
    Service/PTM: convert to ServiceFramework wwylele 2018-01-10 11:26:07 +0200
  • 80025792d6
    Merge pull request #3352 from linkmauve/no-dynarmic nightly-518 Merry 2018-01-08 22:43:03 +0000
  • 7f9fae5f7c Telemetry: Disable CPU detection on ¬x86_64 Emmanuel Gil Peyrot 2018-01-08 17:59:42 +0100
  • e5a3dc2956 Core: Disable the JIT when dynarmic is not available Emmanuel Gil Peyrot 2018-01-08 17:58:24 +0100
  • 2cd2a7491c CMakeLists: Disable dynarmic on ¬x86_64 Emmanuel Gil Peyrot 2018-01-08 17:58:00 +0100
  • 6773546d5c CMakeLists: Disable architecture checks with -DENABLE_GENERIC=1 Emmanuel Gil Peyrot 2018-01-08 17:54:37 +0100
  • 34685f48dc GSP: Allow the signaling of the PDC0/1 interrupts even if the GPU right hasn't been acquired. Subv 2018-01-06 13:51:33 -0500
  • 68959823e9 move menu action BreadFish64 2018-01-06 11:56:12 -0600
  • 8ca20ca6f0 README: add info about translation wwylele 2018-01-04 15:26:15 +0200
  • a66e4585a0
    Merge pull request #3304 from wwylele/hid-new-framework nightly-517 Weiyi Wang 2018-01-04 11:04:57 +0200
  • aa90198ec5 Services: Make SessionDataBase's destructor virtual. Subv 2018-01-03 10:52:46 -0500
  • b4471aafa2
    Merge pull request #3043 from MerryMage/appveyor nightly-516 Yuri Kunde Schlesner 2018-01-02 21:27:59 -0800
  • 41929371dc Optimize AttributeBuffer to OutputVertex conversion (#3283) nightly-515 Dwayne Slater 2018-01-02 18:32:33 -0500
  • 75f68c4860 Services/GSP: Mark the thread ids as unused when a GSP session is destroyed. Subv 2018-01-02 12:09:43 -0500
  • d17f148e48 Services/GSP: Assign a thread id to each connected session when the session is created. Subv 2018-01-02 12:07:26 -0500
  • 3f7f2b42c0
    Merge pull request #3257 from tgsm/y2r-ipc nightly-514 Weiyi Wang 2018-01-02 12:55:56 +0200
  • 337e9e12eb
    Merge pull request #3335 from mailwl/citra-sdl-small-fix nightly-513 Yuri Kunde Schlesner 2018-01-01 21:00:10 -0800
  • ee779a5a4d y2r: convert some functions to use IPC helper tgsm 2017-12-09 22:25:42 -0500
  • e768a92587 add compatibility reporting to qt frontend BreadFish64 2018-01-01 19:25:38 -0600
  • e203c10cc2
    Merge pull request #3336 from PizzicatoWolf/qt-layout-fixes nightly-512 Merry 2017-12-31 21:17:25 +0000
  • 743c247f46
    Merge pull request #3338 from wwylele/resource-limit-fix nightly-511 Weiyi Wang 2017-12-31 08:56:02 +0200
  • 7daa2a51d7
    Kernel/SVC: fix typo in GetResourceLimitLimitValues wwylele 2017-12-30 23:42:08 +0200
  • 7f1aec8fbb Support for textures smaller than 8*8 Phantom 2017-12-30 07:42:32 +0100
  • 8fa160395b Revert index change PizzicatoWolf 2017-12-30 14:51:45 +1030
  • e0e4b70f6a Resized main config window PizzicatoWolf 2017-12-30 14:10:05 +1030
  • f93d656e53 citra(SDL) small fixes: fix fall-through, remove u16 'always true' compare mailwl 2017-12-29 21:04:10 +0300
  • be1d0cee1e Fix viewport to surface rect clamping Phantom 2017-12-29 17:07:01 +0100
  • 19672cfee8 CachedSurface: Add microprofile scopes for UploadGLTexture and DownloadGLTexture Phantom 2017-12-29 17:01:37 +0100
  • 1591fa8d3d Remove read_framebuffer_handle and draw_framebuffer_handle from CachedSurface Phantom 2017-12-29 17:00:09 +0100
  • fb72a9d9fa Fixed clang whitespace Senjosei 2017-12-29 06:31:18 +1100
  • f17600db1a Moved when to pause because it wasnt fast enough Senjosei 2017-12-29 06:17:21 +1100
  • bbe6c8890c Pause emulation OnCoreError Senjosei 2017-12-29 06:15:59 +1100
  • fbef978b98 GSP: Return the correct result code if AcquireRight is called multiple times from the same thread. Subv 2017-12-21 15:09:03 -0500
  • 68fc3b36e6 HLE/GSP: Only trigger GSP interrupts for the current active GSP thread. Subv 2017-12-21 11:55:44 -0500
  • 05a44ed353 HLE/GSP: Keep track of the thread that currently has the GPU right. Subv 2017-12-21 11:43:30 -0500
  • aabb07cca4 HLE/GSP: Make RegisterInterruptRelayQueue work in a per-session basis. Subv 2017-12-21 11:24:12 -0500
  • 1c4d1d1ace Move trasnfer_framebuffer to a member of RasterCache. Address review comments James Rowe 2017-12-23 16:09:25 -0700
  • 10fb9242ae Fix clang format James Rowe 2017-12-23 08:39:00 -0700
  • 4e053220a8 When downloading from a surface into gl_buffer, ingore any x/y offsets in rect and use 0,0 as the origin James Rowe 2017-12-16 10:42:06 -0700
  • 7e673af527 Remove the correct intervals from the surface when validating James Rowe 2017-12-14 10:33:03 -0700
  • ac4c589ab5 Workaround for ICE on gcc5 James Rowe 2017-12-13 12:04:17 -0700
  • 9a6a452857 Fix broken surface validation logic since removal of the reinterpret hack Phantom 2017-12-13 19:22:02 +0100
  • f893daa4a2 Perform the same checks on TexCopy params that SW does Phantom 2017-12-13 19:18:09 +0100
  • 91fad7010b Fix compilation on mac and linux James Rowe 2017-12-13 10:22:29 -0700
  • 34ff77f5f7 Revert "OpenGL Cache: Ignore format reinterpretation hack" James Rowe 2017-12-13 09:12:09 -0700
  • 72034b772d Minor style changes James Rowe 2017-12-09 13:51:46 -0700
  • 0498d34d18 OpenGL Cache: Ignore format reinterpretation hack James Rowe 2017-11-29 21:09:03 -0700
  • 5b872c41d8 OpenGL Cache: Reorder methods James Rowe 2017-12-09 16:00:55 -0700
  • 24e187891f OpenGL Rasterizer: Update to use the new cache James Rowe 2017-12-12 10:21:55 -0700
  • e5adb6a26b OpenGL Cache: Add the rest of the Cache methods James Rowe 2017-11-25 15:38:30 -0700
  • 81ea32d1e0 OpenGL Cache: Refactor Surface Cache interface James Rowe 2017-11-25 13:21:32 -0700
  • 3e1cbb7d14 OpenGL Cache: Split CachedSurface James Rowe 2017-11-17 10:27:51 -0700
  • 0b98b768f5 OpenGL Cache: Add surface utility functions James Rowe 2017-11-13 22:37:49 -0700
  • e9e2d444ef OpenGL Cache: Optimize Morton Copy to copy in tiles James Rowe 2017-11-16 21:20:50 -0700
  • 160ac25527 OpenGL State: Change setters so they don't directly write to curstate James Rowe 2017-11-25 13:54:35 -0700
  • 13606a6d0b Memory: Remove count of cached pages and add InvalidateRegion James Rowe 2017-11-23 10:43:12 -0700
  • c821c14908 Settings: Change resolution scaling to an integer instead of a float James Rowe 2017-11-13 22:30:11 -0700
  • c3c684cd2b
    Merge pull request #3301 from Subv/exitprocess2 nightly-510 Sebastian Valle 2017-12-23 10:49:36 -0500
  • f2e1160601
    Merge pull request #3326 from wwylele/cmake-gen nightly-509 Yuri Kunde Schlesner 2017-12-22 22:25:42 -0800
  • 80ed0f03ac cmake: add missing ${...} for variables inside generator expressions wwylele 2017-12-23 03:00:15 +0200
  • bf23f8d542 HID: convert to ServiceFramework wwylele 2017-12-16 16:55:19 +0200
  • 5345d2e957 fixup!citra_qt: load translation from resource wwylele 2017-12-22 12:34:49 +0200
  • ae42267cc7
    Merge pull request #3307 from Subv/gsp_new_frame nightly-508 Sebastian Valle 2017-12-21 10:31:41 -0500
  • 3652809408 HLE: Convert GSP_GPU to ServiceFramework. Subv 2017-12-16 14:35:37 -0500
  • c143a5a3a6
    Merge pull request #3318 from MerryMage/gdb_stub_ nightly-507 Mat M 2017-12-20 15:05:37 -0500
  • 19814d68c1 gdbstub: Correct typo MerryMage 2017-12-20 18:47:00 +0000
  • c6293d7357
    Merge pull request #3312 from lioncash/qt5-connect nightly-506 nightly-505 nightly-504 Merry 2017-12-19 14:24:39 +0000
  • 3f37976fd3
    Merge pull request #3309 from wwylele/cro-session-slot nightly-503 Merry 2017-12-18 18:22:39 +0000
  • 32b2d5bdfe
    Merge pull request #3253 from lioncash/mic-ipc nightly-502 Merry 2017-12-18 14:34:47 +0000
  • a73f135868
    citra_qt: Migrate to Qt 5 signal/slot connection syntax where applicable Lioncash 2017-12-17 16:24:19 -0500
  • 4c3a4ab664
    Merge pull request #3306 from lioncash/qt4 nightly-501 Weiyi Wang 2017-12-17 12:08:21 +0200
  • 0238e0c5e7 Convert Movie to a class with a static instance, and other fixes based on B3n30 feedback. danzel 2017-12-17 17:55:56 +1300
  • 04541150b1 Movie (recorded inputs) playback and recording. SDL has command lines to control it. danzel 2017-12-17 16:43:09 +1300
  • eeec04fcaa ldr_ro: use ServiceFramework's session slot for client slot wwylele 2017-12-17 01:43:12 +0200
  • 6e2a4ba665
    Merge pull request #3305 from lioncash/fwd nightly-500 James Rowe 2017-12-16 12:42:26 -0700
  • f4b595331f GSP/GPU: Make FrameBufferInfo::active_fb use the entire u32 instead of just one bit. Subv 2017-12-16 13:33:42 -0500
  • 9ec0609ae5
    citra_qt: Drop Qt 5 version checks in code Lioncash 2017-12-16 13:23:42 -0500
  • 8e53599deb
    game_list: Use forward declarations where applicable Lioncash 2017-12-16 13:09:55 -0500
  • 125f5d1e68
    Merge pull request #3284 from Subv/session_data nightly-499 Sebastian Valle 2017-12-16 09:14:34 -0500
  • 798a1c6ae9 Travis, Appveyor: build with languages wwylele 2017-12-15 10:07:31 +0200
  • 9fba503c9e Travis: push translation source change to transifex wwylele 2017-12-15 10:06:52 +0200
  • 500a7f07c2 cmake: generate translation file and add to resource for citra_qt wwylele 2017-09-23 16:14:20 +0300
  • 62890b253e citra_qt: load translation from resource wwylele 2017-09-23 16:13:59 +0300
  • d3112aedba
    Merge pull request #3295 from lioncash/qt4 nightly-498 Mat M 2017-12-15 19:49:22 -0500
  • d613c6f74f mic_u: Migrate to the new service framework Lioncash 2017-12-08 20:00:05 -0500
  • c681090d06 citra_qt: CMakeLists: Drop leftover handling code for Qt 4 UI files Lioncash 2017-12-15 01:10:57 -0500
  • 1856aa7b32 Kernel/SVC: Partially implemented svcExitProcess. Subv 2017-12-15 10:58:09 -0500
  • 4fd28e715e
    Merge pull request #3252 from Subv/fs_user nightly-497 Sebastian Valle 2017-12-15 15:40:36 -0500
  • 4b4e1861c7
    Merge pull request #3265 from Subv/getappletinfo nightly-496 Sebastian Valle 2017-12-15 10:29:53 -0500
  • 95d4d7c864
    Merge pull request #3292 from Tilka/inf_nan nightly-495 bunnei 2017-12-15 09:58:48 -0500
  • b89f347a0c
    Merge pull request #3294 from lioncash/redundant nightly-494 Yuri Kunde Schlesner 2017-12-15 01:03:32 -0500
  • 9a22e8d9ed HLE/APT: Implement GetAppletInfo for LLE applets. Subv 2017-12-10 20:09:03 -0500
  • 674bd550a4 HLE/APT: Stubbed FinishPreloadingLibraryApplet. Subv 2017-12-10 20:01:11 -0500
  • 761101f64c input_common: Remove redundant target_sources in CMakeLists Lioncash 2017-12-14 19:21:02 -0500
  • 542f14d3c5
    Merge pull request #3249 from Subv/logo nightly-493 Sebastian Valle 2017-12-14 18:30:19 -0500
  • b5bfaaae29 HLE/FS: Use the SessionData parameter of ServiceFramework in the File class. Subv 2017-12-13 13:58:25 -0500
  • daecd812b0 HLE/Services: Allow specifying a SessionData template parameter to ServiceFramework. Subv 2017-12-13 13:56:53 -0500