Commit Graph

  • 8af6ba4a86 Pica: Write GS registers Jannik Vogel 2016-09-22 22:42:36 +0200
  • 32ed868294 Pica: Write shader registers in functions Jannik Vogel 2016-12-17 13:28:59 +0100
  • 925724c990 Pica: Set program code / swizzle data limit to 4096 Jannik Vogel 2017-05-08 23:37:38 +0200
  • 78bc605f3e Almost working spdlog backend James Rowe 2017-05-10 23:00:06 -0600
  • db22b88fea Merge pull request #2669 from jroweboy/async_file_watcher Yuri Kunde Schlesner 2017-05-10 18:44:06 -0700
  • cb31556487 Logging: Add custom formatter James Rowe 2017-05-09 21:23:33 -0600
  • 8a53fdfd4d Move TrimSourcePath to string_util James Rowe 2017-03-16 21:00:16 -0600
  • a5c299cfa4 Add spdlog as a dependency James Rowe 2017-03-14 23:35:48 -0600
  • 5d82c9aa63 Pica: Write GS registers Jannik Vogel 2016-09-22 22:42:36 +0200
  • a07024817e Pica: Write shader registers in functions Jannik Vogel 2016-12-17 13:28:59 +0100
  • 9500b5d9f6 Pica: Set program code / swizzle data limit to 4096 Jannik Vogel 2017-05-08 23:37:38 +0200
  • fc2f7b0df6 Frontend: Prevent FileSystemWatcher from blocking UI thread James Rowe 2017-04-17 20:53:40 -0600
  • 15b26249cc Merge pull request #2676 from wwylele/irrst bunnei 2017-05-10 09:56:27 -0400
  • 4ab2c72ded gl_rasterizer: implement procedural texture wwylele 2017-05-05 15:25:04 +0300
  • 5ad20dd1c9 pica/swrasterizer: implement procedural texture wwylele 2017-04-17 10:01:45 +0300
  • f18d454eb6 Kernel: Map special regions according to ExHeader Yuri Kunde Schlesner 2017-05-05 23:11:06 -0700
  • b4a93cfdde DSP: Create backing memory for entire DSP RAM Yuri Kunde Schlesner 2017-04-30 21:36:00 -0700
  • d3db770cad Memory: Add constants for the n3DS additional RAM Yuri Kunde Schlesner 2017-04-30 17:13:53 -0700
  • 7cb79e3e9d Pica: Write GS registers Jannik Vogel 2016-09-22 22:42:36 +0200
  • aa492ab110 Pica: Write shader registers in functions Jannik Vogel 2016-12-17 13:28:59 +0100
  • d5d4df3fab Pica: Set program code / swizzle data limit to 4096 Jannik Vogel 2017-05-08 23:37:38 +0200
  • 13dd0b88de Merge pull request #2696 from Subv/vfp_revert Yuri Kunde Schlesner 2017-05-08 21:38:45 -0700
  • 11fe85f129 Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions. Subv 2017-05-09 00:22:53 -0500
  • bf45ccfb40 Revert "Remove exceptions parameter from normaliseround VFP functions" Subv 2017-05-09 00:21:50 -0500
  • b6dc1a2117 Frontend: Prevent FileSystemWatcher from blocking UI thread James Rowe 2017-04-17 20:53:40 -0600
  • f057716051 Pica: Write GS registers Jannik Vogel 2016-09-22 22:42:36 +0200
  • bd667805ea Pica: Write shader registers in functions Jannik Vogel 2016-12-17 13:28:59 +0100
  • 0437803b5e Pica: Set program code / swizzle data limit to 4096 Jannik Vogel 2017-05-08 23:37:38 +0200
  • 1d47e0ed7a Pica/Regs: Prepare for GS Jannik Vogel 2016-09-22 15:05:13 +0200
  • ddc00a7c64 Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sending it to vadd. Subv 2017-05-08 16:24:08 -0500
  • 7325413cd8 Merge pull request #2689 from yuriks/remove-disassembler bunnei 2017-05-08 16:02:53 -0400
  • b1a29371c9 Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. Subv 2017-05-08 14:34:16 -0500
  • 2e103e03e9 Dyncom/VFP: Do not raise sentinel values as FPSCR exceptions. Subv 2017-05-08 14:28:39 -0500
  • 3cc693df0b Dyncom/VFP: Properly pack QNaN values. Subv 2017-05-08 14:25:33 -0500
  • d97b977540 Dyncom: Remove disassembler code Yuri Kunde Schlesner 2017-05-07 15:21:35 -0700
  • f0a582b218 Dyncom: Tweak types and log formatting Yuri Kunde Schlesner 2017-05-07 15:15:37 -0700
  • cb4da3975e Remove unused symbols code Yuri Kunde Schlesner 2017-05-07 15:01:37 -0700
  • 6577bbc3c5 Remove ability to load symbol maps Yuri Kunde Schlesner 2017-05-07 14:56:23 -0700
  • 4af2a1a3d7 citra-qt: Remove callstack widget Yuri Kunde Schlesner 2017-05-07 14:44:43 -0700
  • 47e806b084 citra-qt: Remove disassembler widget Yuri Kunde Schlesner 2017-05-07 14:36:20 -0700
  • aec5b5d5f3 Merge 2bfe02d8d0 into e33558c6ce cheese 2017-05-07 20:46:52 +0000
  • e33558c6ce Merge pull request #2682 from nicoboss/filter Yuri Kunde Schlesner 2017-05-07 13:46:46 -0700
  • f9fdaafa04 fixup!ir: implement new 3ds HID via ir:rst wwylele 2017-05-07 21:53:27 +0300
  • db256ea395 Don’t focus the search field if the game is empty Nico Bosshard 2017-05-06 12:08:28 +0200
  • 37f30b703b fixup! Kernel: Map special regions according to ExHeader Yuri Kunde Schlesner 2017-05-05 23:57:52 -0700
  • c8f52b32f8 fixup! Memory: Add constants for the n3DS additional RAM Yuri Kunde Schlesner 2017-05-05 23:24:20 -0700
  • a11b726dd9 Kernel: Map special regions according to ExHeader Yuri Kunde Schlesner 2017-05-05 23:11:06 -0700
  • 6b54bec6e9 DSP: Create backing memory for entire DSP RAM Yuri Kunde Schlesner 2017-04-30 21:36:00 -0700
  • 88dce73a2c Memory: Add constants for the n3DS additional RAM Yuri Kunde Schlesner 2017-04-30 17:13:53 -0700
  • 2a01a03375 Merge pull request #2686 from wwylele/tex-coord-reg Yuri Kunde Schlesner 2017-05-05 21:33:32 -0700
  • 8bee016145 Create a random console_unique_id (#2668) B3n30 2017-05-06 02:55:51 +0200
  • 039b293092 pica: shader_dirty if texture2 coord changed wwylele 2017-05-05 15:29:35 +0300
  • cf957c91a0 refactored the ncch class into 2 classes noah the goodra 2017-03-28 11:58:59 -0500
  • 85116643b2 ir: implement new 3ds HID via ir:rst wwylele 2017-03-31 22:27:18 +0300
  • 3e37b816b0 fixup! telemetry: Log a few simple data fields throughout core. bunnei 2017-05-03 23:16:34 -0400
  • 436ea7b01d fixup! core: Keep track of telemetry for the current emulation session. bunnei 2017-05-03 23:00:09 -0400
  • 3b88273d68 telemetry: Log a few simple data fields throughout core. bunnei 2017-05-02 00:10:04 -0400
  • 6aabccbb32 core: Keep track of telemetry for the current emulation session. bunnei 2017-05-02 00:09:15 -0400
  • 0382ff25f7 common: Add a generic interface for logging telemetry fields. bunnei 2017-05-02 00:07:46 -0400
  • de1b6cc695 Merge pull request #2606 from wwylele/ir bunnei 2017-05-03 22:34:12 -0400
  • ca90aec3e7 Fixup: Endianness the 3rd B3n30 2017-05-03 21:39:16 +0200
  • 0f664ef89d pica: use correct coordinates for texture 2 wwylele 2017-05-03 19:59:48 +0300
  • e5ea2f47bd Fixup: more endianness fixes B3n30 2017-05-03 21:02:17 +0200
  • 12bcf64ab5 ir: implement circle pad pro wwylele 2017-02-25 21:21:52 +0200
  • 89c28f9f80 Fixed some more typos Nico Bosshard 2017-05-03 00:23:20 +0200
  • f447dfc36b citra-qt: game list search function fixed minor mistakes Nico Bosshard 2017-05-02 23:55:27 +0200
  • 3bb0685440 Fixup: fixed the endianess B3n30 2017-05-02 21:14:28 +0200
  • 17717c5d2f tests: Add tests for vadd MerryMage 2017-05-01 22:11:06 +0100
  • b7c585c83e tests: Arm testing framework MerryMage 2017-05-01 20:55:45 +0100
  • 06d4654966 citra-qt: game list search function (#2673) Nico Bosshard 2017-04-30 04:04:39 +0200
  • b667cf097e Add BINDIR and MANDIR orbea 2017-04-25 22:05:49 -0700
  • 5c9c608ab6 lioncash's review Nico Bosshard 2017-04-24 00:30:17 +0200
  • 1452408e53 JayFoxRox's recommendations Nico Bosshard 2017-04-23 13:38:40 +0200
  • 3eb9ad758f Autofocus search field Nico Bosshard 2017-04-22 11:05:57 +0200
  • b477671b70 Merge 8eb3e7c9b2 into ea53d6085a noah the goodra 2017-04-22 07:44:47 +0000
  • ea53d6085a Merge pull request #2671 from wwylele/dot3-rgba bunnei 2017-04-21 17:03:22 -0400
  • 508f543ef4 Code formatting Nico Bosshard 2017-04-21 13:12:06 +0200
  • 1f3b96ed39 Code improvements Nico Bosshard 2017-04-21 11:17:43 +0200
  • 2c2e872b31 gl_shader_gen: remove TODO about Lerp behaviour verification. The implementation is verified against hardware wwylele 2017-04-20 22:56:07 +0300
  • b7ca27f56d Empty search field during game list refresh Nico Bosshard 2017-04-20 21:32:00 +0200
  • a68cd16735 citra-qt: game list search function Nico Bosshard 2017-04-20 19:11:40 +0200
  • 3c819ca5da Fixup: Added console id label, therfore removed second message box B3n30 2017-04-20 10:59:19 +0200
  • 703743def5 Fixup: Set and Create B3n30 2017-04-18 17:29:09 +0200
  • 5d852467a2 Merge pull request #2666 from yuriks/gl-cleanups Yuri Kunde Schlesner 2017-04-19 22:09:51 -0700
  • 5a232a07d2 Moved the QFileSystemWatcher to be a child of the gamelist James Rowe 2017-04-19 20:28:01 -0600
  • fbc107602b Frontend: Prevent FileSystemWatcher from blocking UI thread James Rowe 2017-04-17 20:53:40 -0600
  • b624a95205 rasterizer: implement combiner operation 7 (Dot3_RGBA) wwylele 2017-04-19 23:48:10 +0300
  • 2e7b3cec27 Changed the random generator to reflect what a real 3DS stores as console unique id Fixup: Changed the warning message B3n30 2017-04-18 16:05:22 +0200
  • acc09857d5 Implement one variant of pipe 3 MerryMage 2016-03-07 21:51:59 +0000
  • bfb8c128d6 Added warning and info dialog Fixup: Make use of qt5 style connects, renamed the refresh button, removed some duplicate code, changed random device and moved all to the generate function B3n30 2017-04-17 23:50:57 +0200
  • 941a3dda8a Merge pull request #2532 from wwylele/ldrro-ipc Yuri Kunde Schlesner 2017-04-18 00:32:01 -0700
  • c5126f51dd Merge pull request #2667 from wwylele/button_from_axis bunnei 2017-04-17 22:36:16 -0400
  • 8f8d8c29a8 Moved the connect for the button from .ui file to constructor of ConfigureSystem B3n30 2017-04-17 22:55:39 +0200
  • 4b535ef491 Create a random console_id when config save_file is created B3n30 2017-04-17 11:25:08 +0200
  • 52a4489d65 OpenGL: Pass Pica regs via parameter Yuri Kunde Schlesner 2017-04-16 21:50:56 -0700
  • 7e295a07e2 Kernel: Remove a now unused enum and variable regarding a session's status. Subv 2017-01-04 23:24:06 -0500
  • b85c8eb989 Kernel: Use a Session object to keep track of the status of a Client/Server session pair. Subv 2017-01-04 23:23:17 -0500
  • 4ad82f2e5a input_common/sdl: add support for binding button to axis wwylele 2017-04-17 11:49:04 +0300
  • 11ea159aa4 ldr_ro: use IPC helper wwylele 2017-02-05 11:56:38 +0200
  • a6fd4533f6 OpenGL: Move PicaShaderConfig to gl_shader_gen.h Yuri Kunde Schlesner 2017-04-16 21:43:58 -0700