Commit Graph

  • 660accc92f
    Merge pull request #3263 from lioncash/pessimizing-move Yuri Kunde Schlesner 2017-12-10 21:18:17 -0500
  • e439725271 bootmanager: Make EmuThread's IsRunning() member function const Lioncash 2017-12-10 20:12:47 -0500
  • c06f7978ac bootmanager: In-class initialize EmuThread's boolean member variables Lioncash 2017-12-10 20:11:11 -0500
  • cb84d06128 HLE/APT: Implement GetAppletInfo for LLE applets. Subv 2017-12-10 20:09:03 -0500
  • e5fc7d5f49 HLE/APT: Stubbed FinishPreloadingLibraryApplet. Subv 2017-12-10 20:01:11 -0500
  • 1f186be030 input_common/sdl: Silence a -Wpessimizing-move warning Lioncash 2017-12-10 19:53:55 -0500
  • c31f932afe common/core: Silence initialization order warnings Lioncash 2017-12-10 19:50:45 -0500
  • 9699194b54
    Merge pull request #3258 from yuriks/gs-cleanup Yuri Kunde Schlesner 2017-12-10 17:21:04 -0500
  • efec8fe513 shader_jit_x64_compiler: Use haddps for horizontal summation MerryMage 2017-12-10 22:00:04 +0000
  • 10a88cd3bd
    delay n Valentin Vanelslande 2017-12-10 13:09:47 -0600
  • 2146311ad1
    Merge pull request #3091 from Subv/hle_request_delat B3n30 2017-12-10 19:59:19 +0100
  • 2bfc39a6c9
    HOME Valentin Vanelslande 2017-12-10 12:32:10 -0600
  • 0ac82af50f HLE/FS: Stubbed GetNumSeeds to always return 0 seeds. Subv 2017-12-09 11:59:58 -0500
  • 98e3872353 Kernel/IPC: Use 39 microseconds for the SendSyncRequest delay approximation. Subv 2017-11-08 23:14:40 -0500
  • c72262d7e3
    Merge pull request #3246 from Steveice10/pxidev Sebastian Valle 2017-12-10 12:21:35 -0500
  • 2859b98884
    Merge pull request #3234 from Subv/dlp2 Sebastian Valle 2017-12-10 08:58:08 -0500
  • 951b023a3d
    Merge pull request #3259 from lioncash/init-order Sebastian Valle 2017-12-10 08:46:11 -0500
  • 312281fd61
    Merge pull request #3256 from yuriks/move-svc Yuri Kunde Schlesner 2017-12-10 01:13:46 -0500
  • bdea4b3276
    cryptopp Valentin Vanelslande 2017-12-09 23:41:03 -0600
  • e472858bc8 cryptopp: Move some source files to beginning of list Yuri Kunde Schlesner 2017-12-09 21:32:37 -0800
  • 87ff37fa95 cryptopp: Add two extra files to source list Yuri Kunde Schlesner 2017-12-09 21:30:10 -0800
  • bca58546b1 ac: Correct constructor initialization order Lioncash 2017-12-09 23:46:51 -0500
  • 230a7557f1 Shader: Store AttributeBuffers in GS output buffer Yuri Kunde Schlesner 2017-12-09 20:30:14 -0800
  • 21188f5683 HLE: Move SVC handlers to the Kernel namespace Yuri Kunde Schlesner 2017-12-09 18:05:43 -0800
  • 07af877446 mic_u: Migrate to the new service framework Lioncash 2017-12-09 13:18:30 -0500
  • 0184419814 Shader: Refactor output_mask copy loop to function Yuri Kunde Schlesner 2017-12-09 20:23:27 -0800
  • a5aa5e2b2d Common: Simplify and optimize BitSet iterator Yuri Kunde Schlesner 2017-12-09 20:16:07 -0800
  • ae82b8d5cc
    Merge pull request #3232 from Dragios/add-applet-id Sebastian Valle 2017-12-09 21:12:25 -0500
  • ad71e23f23 HLE: Move svc.{cpp,h} to kernel/ Yuri Kunde Schlesner 2017-12-09 17:18:25 -0800
  • 6b7642e11d
    -1m Valentin Vanelslande 2017-12-09 20:10:03 -0600
  • 176ed77506
    Merge pull request #3255 from yuriks/trim-cryptopp Sebastian Valle 2017-12-09 21:07:58 -0500
  • 7b2d7c5d9b cryptopp: Build only required files Yuri Kunde Schlesner 2017-12-09 16:21:22 -0800
  • ae3d034bfa
    Applets APT minor changes Valentin Vanelslande 2017-12-09 18:34:40 -0600
  • 2ed2ad0aaa
    Update ivfc_archive.h Valentin Vanelslande 2017-12-09 18:28:32 -0600
  • 3ce0b42782
    [skip ci] Valentin Vanelslande 2017-12-09 18:27:43 -0600
  • 5392354ce3
    [skip ci] Valentin Vanelslande 2017-12-09 18:26:44 -0600
  • fd780d331d
    [skip ci] Valentin Vanelslande 2017-12-09 18:25:47 -0600
  • edf0e67fec
    [skip ci] Valentin Vanelslande 2017-12-09 18:25:16 -0600
  • e555e46242
    [skip ci] Valentin Vanelslande 2017-12-09 18:24:40 -0600
  • 7d038b9bd8 HLE/FS: Implemented FS::GetProgramLaunchInfo. Subv 2017-12-07 13:52:08 -0500
  • 8b864a74e9 Add new AppID (eShop) Dragios 2017-12-10 07:38:56 +0800
  • ebb731b9a1 Fill up the rest of Applet IDs Dragios 2017-12-10 07:38:23 +0800
  • 25afbe5707
    Merge pull request #3254 from lioncash/fs Merry 2017-12-09 23:35:08 +0000
  • 16b26e73c9 HLE: Add pxi:dev stub. Steveice10 2017-12-08 17:37:28 -0800
  • 77fcbea08d mic_u: Migrate to using the IPC helper Lioncash 2017-12-08 20:00:05 -0500
  • 11705857cd file_sys: std::move the vector in NCCHFile's constructor Lioncash 2017-12-09 14:18:31 -0500
  • 370d77f13a file_sys: std::move std::shared_ptr instances in constructors where applicable Lioncash 2017-12-09 14:12:04 -0500
  • c96a2acc66 mic_u: Migrate to the new service framework Lioncash 2017-12-09 13:18:30 -0500
  • a709e6528e
    Merge pull request #3242 from Subv/extdata James Rowe 2017-12-09 10:18:30 -0700
  • 8e9b55e939 NCCH: Load the "logo" file from the specified offset if it's present instead of the ExeFS. Subv 2017-12-09 11:21:52 -0500
  • 48ade1576b HLE/FS: Stubbed GetNumSeeds to always return 0 seeds. Subv 2017-12-09 11:59:58 -0500
  • a5b7a1fa7a
    Merge pull request #3247 from muemart/crash James Rowe 2017-12-09 09:49:24 -0700
  • 154b494ef4
    prs (#260) Valentin Vanelslande 2017-12-09 10:34:51 -0600
  • dd0bd5520d HLE/News: Stubbed GetTotalNotifications to always return 0 notifications. Subv 2017-12-09 11:28:57 -0500
  • aa00a6ea56 NCCH: Load the "logo" file from the specified offset if it's present instead of the ExeFS. Subv 2017-12-09 11:21:52 -0500
  • 35b1306941 ir_user: convert to ServiceFramework wwylele 2017-12-09 14:46:19 +0200
  • 4812e98e05 ir_rst: convert to ServiceFramework wwylele 2017-12-09 13:02:40 +0200
  • 53741c6ebd Add translation support for button labels muemart 2017-12-09 16:11:17 +0100
  • bac776439b Fix crash when loading an unsupported file. The telemetry stuff isn't properly initialized when loading fails, resulting in a crash. muemart 2017-12-09 15:59:21 +0100
  • f3e41fe941 ir_u: convert to ServiceFramework wwylele 2017-12-09 12:34:23 +0200
  • b54e278eeb FS/ExtData: Use the ExtSaveDataArchivePath structure instead of reinterpret_cast. Subv 2017-12-09 00:17:43 -0500
  • 37cb18358b HLE/FS: Always use 0x48000 as the high dword when opening the SharedExtData archive Subv 2017-12-09 00:16:51 -0500
  • aaffa5fa92 mic_u: Migrate to using the IPC helper Lioncash 2017-12-08 20:00:05 -0500
  • cf8ff06eef HLE: Add pxi:dev stub. Steveice10 2017-12-08 17:37:28 -0800
  • f7e4c4d997 HLE: Add pxi:dev stub. Steveice10 2017-12-08 17:37:28 -0800
  • af45f2b2de
    Merge pull request #3241 from wwylele/process-info-fix James Rowe 2017-12-08 13:13:26 -0700
  • 5d54010b42
    fix (#259) Valentin Vanelslande 2017-12-08 13:41:24 -0600
  • 4883819da8
    xbone Valentin Vanelslande 2017-12-08 13:30:33 -0600
  • 5026480b36 svc: correct GetProcessInfo(20) wwylele 2017-12-08 21:28:48 +0200
  • 3cfc910d45
    svc-name Valentin Vanelslande 2017-12-08 08:07:12 -0600
  • aa239732ed
    [skip ci] Valentin Vanelslande 2017-12-08 08:04:24 -0600
  • 69caf8c5dc
    Merge pull request #3236 from Tilka/block_name Sebastian Valle 2017-12-08 09:01:22 -0500
  • 065ae0606b
    Merge pull request #3238 from lioncash/svc-name Sebastian Valle 2017-12-08 09:00:36 -0500
  • 441a9b5622 Add button labels for sdl joystick mappings muemart 2017-12-08 13:03:43 +0100
  • 07acc6ceab cam: convert to ServiceFramework wwylele 2017-12-06 16:53:03 +0200
  • 6752576de9 cfg: refer to ConsoleModelBlockID by name Tillmann Karras 2017-12-08 06:56:00 +0000
  • 81b174682c dynarmic valentinvanelslande 2017-12-08 00:01:41 -0600
  • 2ba886f8ad
    xy sw Valentin Vanelslande 2017-12-07 23:42:55 -0600
  • 4747c137da
    [skip ci] Valentin Vanelslande 2017-12-07 23:42:11 -0600
  • 1394c0e410
    [skip ci] Valentin Vanelslande 2017-12-07 23:41:14 -0600
  • 4c396de109
    [skip ci] Valentin Vanelslande 2017-12-07 23:40:03 -0600
  • fa2efe44d7
    [skip ci] Valentin Vanelslande 2017-12-07 23:38:37 -0600
  • 20507c75e1
    [skip ci] Valentin Vanelslande 2017-12-07 23:37:16 -0600
  • 669847ad19
    [skip ci] Valentin Vanelslande 2017-12-07 23:36:54 -0600
  • e90daa6a4f Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation. Subv 2017-11-07 19:58:29 -0500
  • ff96c5dba0 svc: Provide names for svc 0x59 and 0x5A Lioncash 2017-12-07 22:14:51 -0500
  • b29b4111de Add AlternateMenu Applet Dragios 2017-12-08 09:42:45 +0800
  • 6c4c3c9bae fixup! Fill up the rest of Applet IDs Dragios 2017-12-08 09:34:16 +0800
  • 799e6b7f0d
    [skip ci] Valentin Vanelslande 2017-12-07 17:15:16 -0600
  • 2ad9d59f37
    [skip ci] Valentin Vanelslande 2017-12-07 17:14:27 -0600
  • 093b10fffd HLE/FS: Implemented FS::GetProgramLaunchInfo. Subv 2017-12-07 13:52:08 -0500
  • 56db8a3e02 HLE/FS: Implemented FS::GetProgramLaunchInfo. Subv 2017-12-07 13:52:08 -0500
  • a8a931fa0b HLE/FS: Implemented FSFile::OpenSubFile. Subv 2017-12-07 14:38:19 -0500
  • 04d3dacbc8 HLE/FS: Implemented FS::GetProgramLaunchInfo. Subv 2017-12-07 13:52:08 -0500
  • 25fc88da90
    Ro (#258) Valentin Vanelslande 2017-12-07 12:01:33 -0600
  • 9f66db938c
    [skip ci] Hacks Tab Valentin Vanelslande 2017-12-07 10:42:54 -0600
  • 040006fa6b
    Merge pull request #3159 from FearlessTobi/really-fix-fullscreen bunnei 2017-12-07 11:32:28 -0500
  • 5c5afd7154
    [skip ci] Valentin Vanelslande 2017-12-07 10:24:39 -0600
  • 697bb058c8
    headers Valentin Vanelslande 2017-12-07 08:53:39 -0600
  • 0c20db574b
    [skip ci] Valentin Vanelslande 2017-12-07 08:52:47 -0600