Commit Graph

  • 644fbbeb13 Merge pull request #1572 from MerryMage/audio-filter bunnei 2016-03-30 20:17:52 -0400
  • 2faafff1b9 Code style Ryan Loebs 2016-03-30 13:51:34 -0700
  • cbba0bec7c DynCom: Optimize single stepping MerryMage 2016-03-30 18:57:59 +0100
  • b1f89408dd Added GetSockOptName Ryan Loebs 2016-03-30 00:25:19 -0700
  • 0a7d53692a Derp: win32: typedef int socklen_t; Ryan Loebs 2016-03-29 14:48:25 -0700
  • 64815a8b16 But of course, Windows uses 'int' while Linux uses 'socklen_t' Ryan Loebs 2016-03-29 14:33:32 -0700
  • b8422b24bd Compiling on Windows now Ryan Loebs 2016-03-29 14:24:03 -0700
  • 7e2c0c5371 Merge pull request #1611 from ObsidianX/cfg-common-fix bunnei 2016-03-29 10:25:16 -0400
  • aa5bb3b997 Formatting... Ryan Loebs 2016-03-29 04:45:17 -0700
  • 65883d9327 Addressing PR comments Ryan Loebs 2016-03-29 04:42:58 -0700
  • 91dbebbcc5 SOC Updates Ryan Loebs 2016-03-28 23:34:34 -0700
  • 1ce8cb148c Add common methods to all cfg:* ports Ryan Loebs 2016-03-28 23:32:25 -0700
  • 2a99464ef1 DSP: Implement audio filters (simple, biquad) MerryMage 2016-03-26 02:20:34 +0000
  • 2bc88032e2 Merge pull request #1589 from LittleWhite-tb/compil-fix bunnei 2016-03-28 10:25:31 -0400
  • b0e2e1d3f5 Compilation fix LittleWhite 2016-03-28 12:51:48 +0200
  • e815e4a6aa Merge pull request #1541 from LFsWang/path bunnei 2016-03-27 22:03:07 -0400
  • 81d988b022 frd:u: Initial stub some functions mailwl 2016-03-01 20:41:40 +0300
  • e366f60cff Merge pull request #1573 from wwylele/input_fix bunnei 2016-03-26 14:09:26 -0400
  • aeb29a1a60 use reference instead of pointer wwylele 2016-03-26 10:50:02 +0300
  • 6bd5f98272 remove unnecessary const wwylele 2016-03-26 10:46:48 +0300
  • 39da819b55 Merge pull request #1549 from wwylele/acc_gyro bunnei 2016-03-25 21:07:21 -0400
  • 1d2070d0d3 implement GyroscopeCalibrateParam wwylele 2016-03-25 11:39:59 +0300
  • b25605e20f Merge pull request #1566 from MerryMage/audio-codec bunnei 2016-03-24 17:53:22 -0400
  • efd1c3f8c3 DSP: Implement audio codecs (PCM8, PCM16, ADPCM) MerryMage 2016-03-24 00:12:54 +0000
  • a950188c11 Merge pull request #1461 from yuriks/imm-mode2 Yuri Kunde Schlesner 2016-03-23 20:27:37 -0700
  • 81004211dd Pica: Improve accuracy of immediate-mode support Yuri Kunde Schlesner 2016-03-05 14:49:23 -0800
  • 0c447e0a06 OpenGL: Don't attempt to draw empty triangle batches Yuri Kunde Schlesner 2016-03-05 18:09:55 -0800
  • 0a1c73e396 Merge pull request #1517 from Lectem/fixSDLcmake bunnei 2016-03-23 13:35:16 -0400
  • 3eb737a5f5 Add more stuff to configure. LittleWhite 2016-01-24 21:54:04 +0100
  • db151efd0a implement accel and gyro backend wwylele 2016-03-18 22:27:36 +0200
  • ebbba0d381 Merge pull request #1508 from JayFoxRox/vs-output-map bunnei 2016-03-22 11:59:12 -0400
  • 85edb851b0 Merge pull request #1560 from lioncash/savedata bunnei 2016-03-22 11:56:47 -0400
  • e16899783d Merge pull request #1563 from lioncash/lolfiq bunnei 2016-03-22 08:38:48 -0400
  • d53c9cde1a armstate: Correct FIQ register banking Lioncash 2016-03-21 05:50:05 -0400
  • e33b938505 Whole config is handled by Config class. LittleWhite 2016-01-24 21:23:55 +0100
  • 426c4a2a5b Add Configure widget LittleWhite 2016-01-24 18:34:05 +0100
  • 446d7c7e55 Merge pull request #1559 from lioncash/vec bunnei 2016-03-21 11:19:18 -0400
  • 8986aa181d Merge pull request #1562 from lioncash/constexpr bunnei 2016-03-21 10:44:37 -0400
  • 04f8d39a96 session: Make helper functions constexpr Lioncash 2016-03-21 04:07:03 -0400
  • c99f47d8f0 loader: Make MakeMagic constexpr Lioncash 2016-03-21 03:28:22 -0400
  • 6b7ebb3f82 hle: Get rid of global access to g_reschedule Lioncash 2016-03-21 02:48:40 -0400
  • f6ad3e42f0 archive_extsavedata: Fix member initialization order Lioncash 2016-03-21 02:02:34 -0400
  • 9ea3d55243 soc_u: Get rid of explicit delete and new Lioncash 2016-03-21 01:21:48 -0400
  • b83e95727f Merge pull request #1302 from Subv/save_fix bunnei 2016-03-20 16:11:49 -0400
  • f707026ac5 HLE/FS: Change the error code returned when an ExtSaveData archive is not found. Subv 2016-03-03 13:05:50 -0500
  • 3aa42627a3 HLE/FS: Corrected some style concerns. Subv 2016-01-16 17:01:01 -0500
  • ff6c24932a Merge pull request #1550 from LittleWhite-tb/gdbstub_include_fix bunnei 2016-03-20 15:36:27 -0400
  • 95380d8950 HLE/FS: Fixed creating the config savefile when it doesn't exist. Subv 2015-12-28 14:25:32 -0500
  • d26c6b3212 HLE/FS: Implemented GetFormatInfo Subv 2015-12-28 13:51:44 -0500
  • 9b2d643451 HLE/FS: Don't return an error when deleting the ExtSaveData if it does not exist. Subv 2015-12-28 10:17:49 -0500
  • 95b34f8081 HLE/FS: Return the proper error codes when opening files. Subv 2015-12-28 10:17:06 -0500
  • 802ef6d099 HLE/FS: Fixed the OpenDirectory error code Subv 2015-12-28 10:04:05 -0500
  • 96f0e32f83 HLE/FS: Return the proper error codes on file Read/Write operations. Subv 2015-12-28 10:03:09 -0500
  • 09b0564c75 HLE/FS: Corrected the error codes for DeleteFile Subv 2015-12-28 09:59:27 -0500
  • b350f192bb HLE/FS: Corrected the error codes for CreateFile Subv 2015-12-28 09:55:38 -0500
  • 381a5c053f HLE/FS: FS::CreateFile takes an u64 for the file size. Subv 2015-12-28 09:38:10 -0500
  • 89a43b8447 Fix missing header LittleWhite 2016-03-20 13:55:08 +0100
  • 784c5539ea Merge pull request #1538 from lioncash/dot bunnei 2016-03-20 00:35:06 -0400
  • 116194b147 Merge pull request #1522 from MerryMage/dylibbundler bunnei 2016-03-19 00:05:56 -0400
  • 958b978efe Merge pull request #1543 from lioncash/zero bunnei 2016-03-18 09:57:15 -0400
  • 1400aeceac vector_math: Add missing member in Vec4's SetZero function Lioncash 2016-03-18 01:49:00 -0400
  • 06b70d170e Merge pull request #1505 from pippo2931/fef bunnei 2016-03-18 00:32:53 -0400
  • 58852bedbf Merge pull request #1535 from JayFoxRox/fix-align bunnei 2016-03-17 20:00:00 -0400
  • 20ba5b14b4 Merge pull request #1539 from lioncash/const bunnei 2016-03-17 10:29:40 -0400
  • 933af7af66 Fix Qt chinese words encode problem on Windows LFsWang 2016-03-17 17:18:45 +0800
  • de7ecee516 Merge pull request #1466 from LittleWhite-tb/gamelist-update-recent Yuri Kunde Schlesner 2016-03-16 23:42:24 -0700
  • 63e956cc7a video_core: Don't cast away const Lioncash 2016-03-17 01:51:09 -0400
  • 4d89df8df2 shader_interpreter: use std::inner_product for the dot product Lioncash 2016-03-17 00:55:55 -0400
  • 0c0fb463f0 Merge pull request #1537 from lioncash/const Yuri Kunde Schlesner 2016-03-16 21:40:06 -0700
  • c928b04eee core/video_core: Make NumIds functions constexpr Lioncash 2016-03-17 00:29:47 -0400
  • 39baad9926 core/video_core: Don't cast away const in subscript operators Lioncash 2016-03-17 00:27:12 -0400
  • 7eef9ebc3b PICA: Alignment happens locally in vertex Jannik Vogel 2016-03-17 02:24:20 +0100
  • 5912c9c327 Register ROM started through the gamelist in the list of ROM recently started LittleWhite 2016-03-06 11:22:45 +0100
  • 55f24e1cf4 Merge pull request #1519 from JayFoxRox/vp-offset-fix bunnei 2016-03-16 14:19:53 -0400
  • 96cafbe4cc Merge pull request #1503 from bunnei/clear-jit-cache bunnei 2016-03-16 13:18:51 -0400
  • caba93fa45 Merge pull request #1479 from JayFoxRox/mad-encoding bunnei 2016-03-16 13:17:07 -0400
  • becb758a84 Merge pull request #1526 from bunnei/sdl-rgb8 bunnei 2016-03-15 15:48:59 -0400
  • 9aad2f29bb PICA: Fix MAD/MADI encoding Jannik Vogel 2016-03-09 14:48:45 +0100
  • 0cdf8ff102 Update nihstro to latest master Jannik Vogel 2016-03-15 20:00:42 +0100
  • 9a627aa30b Merge pull request #1528 from MerryMage/citra-shutdown linkmauve 2016-03-15 04:15:30 +0000
  • 317e795d35 citra: Shutdown cleanly if ROM load fails MerryMage 2016-03-15 02:59:14 +0000
  • 69a38e7b54 SDL2: Explicitly use RGB8 color buffer. bunnei 2016-03-14 21:41:18 -0400
  • 373a790d76 OS X: Use dylibbundler to include dylibs required by citra in nightly archive MerryMage 2016-03-14 21:23:07 +0000
  • c8f8e70d31 fix SDL2 detection for Visual Lectem 2016-03-14 10:42:12 -0400
  • 62b105b695 Merge pull request #1409 from JamePeng/Reorganize-NDM bunnei 2016-03-14 15:51:13 -0400
  • 964cfaea47 PICA: Fix viewport offset Jannik Vogel 2016-03-14 18:26:30 +0100
  • dd0b8047eb Reorganize the ndm service path for dummy implement function SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons JamePeng 2016-02-14 19:53:32 +0800
  • f746a00964 Respect vs output map Jannik Vogel 2016-03-13 03:06:57 +0100
  • a2024d7497 Merge pull request #1509 from lioncash/noncopy bunnei 2016-03-13 16:47:44 -0400
  • e07f193aff Merge pull request #1510 from wwylele/fix_pad Yuri Kunde Schlesner 2016-03-13 10:04:52 -0700
  • ab67f0ffa3 hid: fix pad update wwylele 2016-03-13 11:19:17 +0200
  • f62935d278 Merge pull request #1496 from JayFoxRox/align-attribs Yuri Kunde Schlesner 2016-03-12 20:12:15 -0800
  • a66c186e81 PICA: Align vertex attributes Jannik Vogel 2016-03-11 16:15:36 +0100
  • 7f8c99899b Merge pull request #1506 from lioncash/enum Yuri Kunde Schlesner 2016-03-12 19:46:05 -0800
  • 38376b833e common_types: Make NonCopyable constructor constexpr Lioncash 2016-03-12 21:57:18 -0500
  • 45e2fce7c0 common_types: Specify const in deleted copy constructor/assignment operator Lioncash 2016-03-12 21:55:26 -0500
  • 856a1d0386 svc: Move ResetType enum to the kernel event header Lioncash 2016-03-12 21:47:41 -0500
  • 31797a242f svc: Remove unused ArbitrationType enum Lioncash 2016-03-12 15:09:10 -0500
  • 12e92f17de svc: Make ResetType an enum class Lioncash 2016-03-12 15:06:31 -0500
  • 8186f1271b Fix header pippo2931 2016-03-12 11:05:48 -0800