Commit Graph

  • 6bd5257791 Clean up handler management in sceNet. Unknown W. Brackets 2013-07-07 18:16:15 -07:00
  • 10f1f198fb Fix some type conversions warnings. Unknown W. Brackets 2013-07-07 18:10:55 -07:00
  • a2c8ac5dbe Remove HD Remaster variables from the savestate; they don't seem to be required for it to function correctly. The Dax 2013-07-07 22:05:10 -04:00
  • 88ce95470c This one is worth reporting. Unknown W. Brackets 2013-07-06 23:06:16 -07:00
  • 0019666939 Fix null pointer typo, breaking savestates. Unknown W. Brackets 2013-07-07 17:57:52 -07:00
  • 1edbda62d0 Remove right stick swap option, not needed. Unknown W. Brackets 2013-07-07 17:22:07 -07:00
  • 00aaf2bb11 Remove right stick bind option entirely. Unknown W. Brackets 2013-07-07 17:21:22 -07:00
  • facad022ee Reverse default DirectInput Y mapping. Unknown W. Brackets 2013-07-07 17:18:24 -07:00
  • cb1b1164d1 Only send XInput analog on change. Unknown W. Brackets 2013-07-07 17:18:02 -07:00
  • d9bfcce0de Switch to buttons instead of A/B/X/Y for dinput. Unknown W. Brackets 2013-07-07 17:02:12 -07:00
  • 4f93d57186 Add a few more dinput axises since it's easy. Unknown W. Brackets 2013-07-07 16:28:36 -07:00
  • 82442fa68a Cut down on analog stick latency. Unknown W. Brackets 2013-07-07 16:25:15 -07:00
  • fc50094725 Add back the right stick, but no UI. Unknown W. Brackets 2013-07-07 16:16:51 -07:00
  • e45863cb87 Support binding analog backwards. Unknown W. Brackets 2013-07-07 16:14:28 -07:00
  • 5f382c5ab0 Unpress the reverse direction, avoids sticking. Unknown W. Brackets 2013-07-07 16:09:20 -07:00
  • 4541a79d54 Send only changed analog sticks in dinput. Unknown W. Brackets 2013-07-07 16:09:06 -07:00
  • fb2ca2bb82 Add default mappings for left analog sticks. Unknown W. Brackets 2013-07-07 15:26:38 -07:00
  • 8e5d115c8e Get basic axis mapping working. Unknown W. Brackets 2013-07-07 15:21:40 -07:00
  • 95cffd97b5 Fix PSN eboot crash. Allows PSN demo eboots to run again, and HD Remaster eboots to finally boot. The Dax 2013-07-07 19:07:43 -04:00
  • bab30279c2 fbo_unbind should not be necessary when pausing anymore. Henrik Rydgard 2013-07-08 01:01:47 +02:00
  • 3281aa5bb6 Fix the actual typo.. Henrik Rydgard 2013-07-08 00:36:25 +02:00
  • 613b9ec994 Change a variable name to match the name used in the ini file. Default screenshots to JPG. Henrik Rydgard 2013-07-08 00:10:23 +02:00
  • a4e95e5ce9 Fix touch buttons that got broken. Also, make the onscreen turbo a pure unthrottle, I don't understand how the other is supposed to work heh (checking iFrameLimit?) Henrik Rydgard 2013-07-08 00:07:45 +02:00
  • d1cc98c2fc Merge pull request #2668 from thedax/directinputUpdate Henrik Rydgård 2013-07-07 14:48:33 -07:00
  • 66891dc49e Merge branch 'png' of https://github.com/dykebeard/ppsspp into dykebeard-png Henrik Rydgard 2013-07-07 23:35:40 +02:00
  • 05f620f5b2 Make sure stb_image_write.c is "included in the project". Henrik Rydgard 2013-07-07 23:36:55 +02:00
  • ead1237dea git makes me want to disembowel myself dykebeard 2013-07-07 17:10:45 -04:00
  • b6bad32c1d Merge pull request #1 from unknownbrackets/dinput-fix thedax 2013-07-07 13:47:16 -07:00
  • 3852e26558 Remove the force device setting, map instead. Unknown W. Brackets 2013-07-07 10:25:33 -07:00
  • b3b2269536 Remove some dead code. Unknown W. Brackets 2013-07-07 10:23:40 -07:00
  • e6f4f3a9ac Fix POV so it resets, cooperates with kbd. Unknown W. Brackets 2013-07-07 10:22:01 -07:00
  • 0003b4d4dd Layout ApplyButtons to more closely resemble the XInput code. The Dax 2013-07-07 16:33:15 -04:00
  • 175223118a Make coding style consistent across entire DinputDevice.cpp file. The Dax 2013-07-07 16:28:42 -04:00
  • 82b3afe923 Fix more styling issues. The Dax 2013-07-07 16:25:23 -04:00
  • 7e2c5815da Rebase to latest master. The Dax 2013-07-07 16:20:25 -04:00
  • d182a3388e Fix some styling issues, remove some old and irrelevant comments. The Dax 2013-07-07 16:14:55 -04:00
  • c65a2eeda3 Fix default button mappings and incorrect axes(they are wrong on my controller, at least..). The Dax 2013-07-07 16:06:04 -04:00
  • c5ffd23fb1 Fix inverted buttons, and allow the special keys to be remapped[hopefully..]. The Dax 2013-07-07 15:27:35 -04:00
  • 9aaf4e5e08 Add RightStickBind support. It's still not 100% bug free... The Dax 2013-07-06 21:29:30 -04:00
  • 3023ab91ec Add POV support. The Dax 2013-07-06 20:19:17 -04:00
  • bc06c5992e Fix horrible styling. The Dax 2013-07-06 17:33:51 -04:00
  • 8e136bc383 Begin updating DirectInput for keymapping, and to take it off the legacy path. The Dax 2013-07-06 17:31:07 -04:00
  • 57713a6a64 hurf dykebeard 2013-07-07 15:44:00 -04:00
  • 70921b27d3 Add stb_image_write to Android.mk Henrik Rydgård 2013-07-07 21:28:04 +02:00
  • e2b5bfcd13 Merge pull request #2686 from unknownbrackets/keymap-win Henrik Rydgård 2013-07-07 12:15:43 -07:00
  • c8a571063c Merge pull request #97 from dykebeard/png Henrik Rydgård 2013-07-07 12:13:52 -07:00
  • dc0a7de62b PNG screenshot writing dykebeard 2013-07-07 14:56:18 -04:00
  • 151b377506 Simple PNG screenshot support dykebeard 2013-07-07 14:32:03 -04:00
  • 55a060332e Clean up some magic numbers, remove old code. Unknown W. Brackets 2013-07-07 09:27:53 -07:00
  • f6abce2102 Add some missing keyboard VK constants. Unknown W. Brackets 2013-07-07 09:26:54 -07:00
  • ef8ce2d05c Add some missing key names. Unknown W. Brackets 2013-07-07 09:26:30 -07:00
  • 76c3f16b5c Merge branch 'patch-8' of https://github.com/raven02/ppsspp into raven02-patch-8 Henrik Rydgard 2013-07-07 14:40:24 +02:00
  • b581b73757 Make even more keys mappable Henrik Rydgard 2013-07-07 14:37:58 +02:00
  • 839222a4fa Add keycode for the 102th key on euro keyboards. Henrik Rydgard 2013-07-07 14:37:37 +02:00
  • a8e932830e Revert part of 3ac9aa9cfb , it crashes GTA: LCS. @tpunix, might want to investigate. Henrik Rydgard 2013-07-07 14:19:40 +02:00
  • ab1b7e7288 Get rid of remaining legacy key mappings. Make Pause and F3 mappable, add default mappings. You may need to manually map these if you have an old ppsspp.ini. Henrik Rydgard 2013-07-07 14:08:08 +02:00
  • d5f4933b44 Bugfix R2 on x360 controller Henrik Rydgard 2013-07-07 13:44:32 +02:00
  • 7cd45d9375 Make some more keys mappable in Windows. Henrik Rydgard 2013-07-07 12:03:11 +02:00
  • 19a6edd6cc Let the user map unthrottle and rapidfire. Make more keys mappable. Henrik Rydgard 2013-07-07 11:24:51 +02:00
  • 47dae8c004 Fix bug with unthrottle as virtual key. Add button to restore default key mappings. Henrik Rydgard 2013-07-07 11:14:46 +02:00
  • 1256d5528d Use EXT_swap_control_tear when available to ensure that VSync never slows things down (tears instead if it can't keep up, better than stuttering) Henrik Rydgard 2013-07-07 10:58:21 +02:00
  • cee45d0ad2 Win32: Switch to RawInput for keyboard processing. Lets us distinguish LSHIFT/RSHIFT and LCTRL/RCTRL. Henrik Rydgard 2013-07-07 10:42:39 +02:00
  • 336bfbb49d Merge pull request #2677 from thedax/hdRemasterSupport Henrik Rydgård 2013-07-07 02:16:00 -07:00
  • 932e0b857c Fix a possible infinite loop in the symbol map. Unknown W. Brackets 2013-07-07 01:58:23 -07:00
  • 127d9d3854 Fix minor bug processing joystick data on android Henrik Rydgard 2013-07-07 10:53:09 +02:00
  • 3fe24760e6 Detect EXT_swap_control_tear on Windows Henrik Rydgard 2013-07-07 10:52:23 +02:00
  • 43906e5e96 Qt and Blackberry buildfix. Sacha 2013-07-07 17:47:50 +10:00
  • 3e8cb98a40 Merge pull request #2672 from unknownbrackets/ctrl-rapid Henrik Rydgård 2013-07-07 00:49:37 -07:00
  • 35ccbc6df3 Blackberry buildfix. Sacha 2013-07-07 17:46:37 +10:00
  • 44f406b3f7 Merge pull request #2665 from unknownbrackets/perf Henrik Rydgård 2013-07-07 00:38:38 -07:00
  • 6ad97cb1ba Merge pull request #2676 from thedax/hdRemasterSupport Henrik Rydgård 2013-07-07 00:37:09 -07:00
  • 45140db86a Fix memory sizes for Eiyuu Densetsu HD Remaster games, thanks to @Darth1701. The Dax 2013-07-07 03:37:08 -04:00
  • 2c0545ab29 Fix bad autotests commit. The Dax 2013-07-07 03:22:04 -04:00
  • da9472c486 Simplify the HDRemaster struct, eliminating the need for the g_MemoryEnd variable. The Dax 2013-07-07 03:07:29 -04:00
  • 3e634e7677 Remove some no longer used xinput stuff. Unknown W. Brackets 2013-07-06 23:16:36 -07:00
  • a37a6a8d54 Remove some unused keyboard code, avoid confusion. Unknown W. Brackets 2013-07-06 23:11:43 -07:00
  • 861eafef26 Make pause/speed virtual buttons work again. Unknown W. Brackets 2013-07-06 20:20:25 -07:00
  • fcf9a374a7 Make it easier to test the pause button. Unknown W. Brackets 2013-07-06 20:10:20 -07:00
  • efb2ab52b4 Add a rapid fire virtual key, like before. Unknown W. Brackets 2013-07-06 19:41:28 -07:00
  • 39fc7931bb Add keymap support for alt/shift/ctrl on Windows. Unknown W. Brackets 2013-07-06 19:12:06 -07:00
  • cb249c469b Properly send the right analog to the game. Unknown W. Brackets 2013-07-06 19:02:28 -07:00
  • 1ab86a68c9 Add rapid fire ctrl interface, minor cleanup. Unknown W. Brackets 2013-07-06 18:54:33 -07:00
  • 8cf50d62fb Fix texture misalignment & distortion in multiple games raven02 2013-07-07 10:39:22 +08:00
  • 0ca8f5c655 Improve performance of ScanForFunctions(). Unknown W. Brackets 2013-07-06 16:58:17 -07:00
  • 87f6d14abd Merge pull request #2663 from raven02/patch-6 Henrik Rydgård 2013-07-06 15:59:28 -07:00
  • f79cf0afd5 Revert c8431493be raven02 2013-07-07 06:53:33 +08:00
  • ea2f624092 Increased default sound volume to 5. Just because 4 is too low, literally. bagnz0r 2013-07-07 00:53:29 +02:00
  • 35d70af3ab Fixed bad SE volume limit in sceAttrac. bagnz0r 2013-07-07 00:15:26 +02:00
  • b9c2e21105 Improve performance of syscall resolving. Unknown W. Brackets 2013-07-05 00:00:41 -07:00
  • 091d4ac76f Fix dumb typo. Unknown W. Brackets 2013-07-04 23:55:09 -07:00
  • f3f2c80f4c Merge remote-tracking branch 'upstream/master' bagnz0r 2013-07-07 00:06:47 +02:00
  • d4f6cfc816 Added ifdef for low latency audio. bagnz0r 2013-07-07 00:06:30 +02:00
  • b78276fcca Apply JPCSP's fix that allows some audio to play in Monster Hunter. Far from perfect though. Henrik Rydgard 2013-07-06 23:56:19 +02:00
  • d89cd4813f More fine-tuning... bagnz0r 2013-07-06 23:54:15 +02:00
  • 1c7038fab9 Reduce default volume. Henrik Rydgard 2013-07-06 23:50:45 +02:00
  • 669216fcab This should be better, previous values still caused a peak blowout. Also limited sound SE and BGM value to 8, because any higher and you have garbage. bagnz0r 2013-07-06 23:40:05 +02:00
  • 82998255b7 Polish translation. Probably still incomplete, but it's more than 75% I think. :) bagnz0r 2013-07-06 23:30:03 +02:00
  • 26654555b4 Updated block values so that we will have lower latency audio... Additionally I have fixed the issue with too loud sound effects and broken buttons in audio settings screen. Before this fix, you wouldn't be able to set the volume above 5 despite the fact that 8 is the default value. 5 bagnz0r 2013-07-06 23:23:17 +02:00
  • 3dca81d030 Merge remote-tracking branch 'upstream/master' bagnz0r 2013-07-06 23:20:18 +02:00
  • 79110638c9 Unbreak things (silly mistake in last commit, remove *2.0 factor which just can't be right) Henrik Rydgard 2013-07-06 22:49:58 +02:00