Commit Graph

  • 22bceea46c Remove old comment, and change length value. The Dax 2013-08-05 22:49:04 -04:00
  • 4570d83c05 Fix crash in InputBox.cpp by offering an overloaded func which takes a size, and use it in MenuScreens.cpp / PSPOskDialog.cpp. The Dax 2013-08-05 22:45:51 -04:00
  • d20ac3c4c2 Fall back on "VALUE" if for some reason we can't get the initial text. The Dax 2013-08-05 22:15:10 -04:00
  • db00010eb2 Support initial text from the oskParams struct, instead of hard-coding "VALUE". The Dax 2013-08-05 22:12:51 -04:00
  • 78ab002fde ifdef away NativeKeyboard for non Win32 platforms, for now. The Dax 2013-08-05 21:50:21 -04:00
  • 4adacdf375 Fix includes. The Dax 2013-08-05 21:37:42 -04:00
  • 80953ac56d Win32: Enable user to change emulated PSP nickname from the menu screens by popping a dialog box. Win32: Enable user to bypass the in-game OSK by using the same dialog box. It doesn't support non-Roman characters yet. The Dax 2013-08-05 21:32:19 -04:00
  • 73d7f491ca Merge pull request #3057 from unknownbrackets/gpu-thread Henrik Rydgård 2013-08-05 14:29:05 -07:00
  • b5c6b758f8 Qt desktop buildfix. Implement Qt keymapping. Sacha 2013-08-05 20:09:12 +10:00
  • 1483365689 Implement Qt keymapping. Sacha 2013-08-05 20:08:38 +10:00
  • 3aa2db9a8e Simplify ProcessDLQueue() slightly. Unknown W. Brackets 2013-08-04 16:31:11 -07:00
  • b17b23f1f2 Add a function to run the CPU core. Unknown W. Brackets 2013-08-04 15:22:30 -07:00
  • f7a39d1b12 Move ReapplyGfxState() to GPUCommon. Unknown W. Brackets 2013-08-04 15:15:50 -07:00
  • 7a00891c9e Merge pull request #3055 from unknownbrackets/scheduling Henrik Rydgård 2013-08-04 13:00:34 -07:00
  • 8b4280b297 Rename KEYCODE to NKCODE (native key code) to stop name collision. Implement Blackberry keymapping. Sacha 2013-08-05 03:31:40 +10:00
  • 48498d1833 Rename KEYCODE to NKCODE (native key code) to kill name collision. Implement keymapping for Blackberry. Sacha 2013-08-05 03:30:34 +10:00
  • e51265d26e Reschedule in time spin loops. Unknown W. Brackets 2013-08-04 10:11:56 -07:00
  • 53336e55ad Merge pull request #3050 from thedax/newUIBugFix Henrik Rydgård 2013-08-04 02:07:16 -07:00
  • c2e689c24e Merge pull request #3044 from raven02/patch-5 Henrik Rydgård 2013-08-04 02:06:47 -07:00
  • c8a675863e Move debug logging toggle to Developer Options in NewUI. It was supposed to be here in the first place. The Dax 2013-08-04 04:45:09 -04:00
  • e0d68e4768 Add game direct load support for new UI raven02 2013-08-04 15:49:51 +08:00
  • f94ae2f10c Fix NewUI bug involving the debug console on Win32. Also change the behaviour of WM_USER_LOG_STATUS_CHANGED to open and close the log window when enabled/disabled as appropriate. The Dax 2013-08-04 03:39:49 -04:00
  • 5a384a51ce Fix Issue #2949 raven02 2013-08-04 02:46:14 +08:00
  • 0b502f107f Merge pull request #3030 from unknownbrackets/elf-fix Henrik Rydgård 2013-08-03 15:12:15 -07:00
  • cbdd5654eb Qt buildfix. Sacha 2013-08-03 22:40:54 +10:00
  • 121d48cbb1 Merge pull request #3032 from lioncash/master Henrik Rydgård 2013-08-03 01:20:50 -07:00
  • 6cca6da067 Merge pull request #3040 from raven02/patch-4 Henrik Rydgård 2013-08-03 01:14:28 -07:00
  • c4a3638183 Add gstate.isClearModeDepthWriteEnabled/ColorMask/AlphaMask() raven02 2013-08-03 14:56:37 +08:00
  • fd40bf7ada Use gstate.isClearModeDepthWriteEnabled/ColorMask/AlphaMask() raven02 2013-08-03 14:55:45 +08:00
  • f35b4a6159 Don't use render-to-texture with format mismatch. Unknown W. Brackets 2013-07-31 23:29:35 -07:00
  • 8e512c926e For now, don't bind mismatched FBs at all. Unknown W. Brackets 2013-07-31 23:22:35 -07:00
  • ab1c20f509 Detach textures and fbs using a range check. Unknown W. Brackets 2013-07-31 23:19:15 -07:00
  • da39d80742 Update native (iOS buildfix.) Unknown W. Brackets 2013-08-02 16:23:11 -07:00
  • 55897ffde0 Merge pull request #103 from jtraynham/master Unknown W. Brackets 2013-08-02 16:21:46 -07:00
  • adee7f9c90 Fix for iOS build errors Jake Traynham 2013-08-02 16:44:21 -05:00
  • 73b047ce6e Merge pull request #3037 from CPkmn/patch-1 Henrik Rydgård 2013-08-02 10:03:16 -07:00
  • 5729523d9c ISOFileSystem support for umd0:umd0 CPkmn 2013-08-02 04:28:01 -07:00
  • dce9fdd203 Previous commit should have actually used free() and not delete. This fixes that. Lioncash 2013-08-01 10:57:27 -04:00
  • b14827da04 Fix two memory leaks in ArmCPUDetect.cpp Lioncash 2013-08-01 10:24:56 -04:00
  • fe94845adc Merge branch 'master' of https://github.com/hrydgard/ppsspp Kingcom 2013-08-01 11:03:25 +02:00
  • a9557a8297 Report unexpected export sizes too. Unknown W. Brackets 2013-08-01 00:38:34 -07:00
  • 4e8958f42d A small optimization, a few jit stubs, and cross/quat product on x86. Henrik Rydgard 2013-08-01 00:14:45 +02:00
  • 61d419b2ec Don't scan for something to decimate every frame. Actually costs perf. Henrik Rydgard 2013-08-01 00:13:58 +02:00
  • 76ae643335 Cleanup Henrik Rydgard 2013-07-31 22:42:45 +02:00
  • c86dc7279e JIT: Implement VCMP in both JITs. Only the x86 one is tested and enabled. Henrik Rydgard 2013-07-31 22:29:16 +02:00
  • 7d2e0b46a4 Delete ColorUtil.cpp/h Henrik Rydgard 2013-07-31 22:28:40 +02:00
  • deb66921d7 Add "Add new" option to right click menu when clicking on a breakpoint Kingcom 2013-07-31 20:36:58 +02:00
  • 0767abd1d0 Edit breakpoints Kingcom 2013-07-31 20:33:50 +02:00
  • e6eafadb13 Update native with possible joystick crash fix, may help issue #3022 Henrik Rydgard 2013-07-31 20:12:49 +02:00
  • 9ae2e857f8 Prevent crashing from bogus motioninput events (with no device) Henrik Rydgard 2013-07-31 20:12:20 +02:00
  • ef2378ba1e Merge branch 'master' of https://github.com/hrydgard/ppsspp Kingcom 2013-07-31 20:10:55 +02:00
  • 1b803ac720 Toggle breakpoint in the breakpoint list by pressing space Kingcom 2013-07-31 20:10:35 +02:00
  • 2356e3b4be Display breakpoint condition Kingcom 2013-07-31 20:04:57 +02:00
  • ec9c464057 Merge pull request #3002 from raven02/aa Henrik Rydgård 2013-07-31 09:22:31 -07:00
  • 7fc5ce56de Fix viim for x86, implement for ARM. Henrik Rydgard 2013-07-31 18:21:23 +02:00
  • 8972bf0d12 Fix stickiness of NV Shield d-pad (and other digital pads that are mapped to axises) Henrik Rydgard 2013-07-31 18:07:45 +02:00
  • b938313501 Revert size to fit Nexus S raven02 2013-07-31 23:47:52 +08:00
  • 90d6c0cd5e Merge pull request #3021 from unknownbrackets/report-server Henrik Rydgård 2013-07-31 08:28:09 -07:00
  • 0a8f85a919 Some JIT cleanup, implement VI2F on ARM. also disabled untested impl of viim for x86. Henrik Rydgard 2013-07-31 17:26:14 +02:00
  • aa07ab8c4c Merge pull request #3020 from unknownbrackets/tls-wait Henrik Rydgård 2013-07-31 08:18:52 -07:00
  • c2c9179406 Fix TLS allocation (been there a while...) Unknown W. Brackets 2013-07-31 08:15:07 -07:00
  • 7bea5ad58b Revert rounding change that broke GEB as mentioned in issue #3011 . Experimental. Henrik Rydgård 2013-07-31 15:51:01 +02:00
  • 63ca1c897c Merge pull request #3016 from Kingcom/RegisterList Henrik Rydgård 2013-07-31 03:49:48 -07:00
  • 3303a71796 Oops Henrik Rydgard 2013-07-31 11:25:35 +02:00
  • 9bf8bfbed4 armjit clamp: Clamp negative 0 to positive 0. Henrik Rydgard 2013-07-31 11:22:04 +02:00
  • c8604f3c30 ARM JIT; Fix D prefix. Turn prefixes on. Henrik Rydgard 2013-07-31 11:15:42 +02:00
  • 51596b636a Fix numerous ARM JIT bugs. Activate vmtvc and vscl, and vadd/vmul/vdiv/vsub for real this time. Henrik Rydgard 2013-07-31 10:33:44 +02:00
  • a8ef18c039 Add pc, hi, and lo to the register list Kingcom 2013-07-31 10:24:24 +02:00
  • 4a4f07df8e Add waiting/resuming to TLS funcs. Unknown W. Brackets 2013-07-31 00:18:04 -07:00
  • 9a241e8e24 Add a couple new HLE functions for logging. Unknown W. Brackets 2013-07-31 00:01:21 -07:00
  • 90e56db174 Don't report 0, it seems like it's okay. Unknown W. Brackets 2013-07-31 00:00:45 -07:00
  • 02e3315981 Merge pull request #3010 from thedax/typoFix Henrik Rydgård 2013-07-30 15:19:38 -07:00
  • ebcdd637ee ARMJit bugfixes, enable vmul, vadd, vdiv, vsub. Henrik Rydgard 2013-07-31 00:07:34 +02:00
  • ac1d8e8181 Fix typo in NewUI. The Dax 2013-07-30 17:34:10 -04:00
  • 338f2a100b Merge pull request #3005 from raven02/getwh Henrik Rydgård 2013-07-30 14:04:28 -07:00
  • 9ac511f191 Don't check vector size in vfim (nonsense). implement for arm. minor fix. Henrik Rydgard 2013-07-30 22:33:52 +02:00
  • e93c2abe27 x86 jit: implement vfim. Move some stuff to native. cleanup for armjit logging Henrik Rydgard 2013-07-30 22:25:08 +02:00
  • bce211bcaa -check for invalid memory access when creating status bar text -when displaying word access, show a label if it exists Kingcom 2013-07-30 22:26:52 +02:00
  • b7fbb7fbc1 Move some fp16 math utils here. Henrik Rydgard 2013-07-30 22:26:02 +02:00
  • 65f8430c32 Quick hacked-up ARM VFP disassembler. Buggy. Henrik Rydgard 2013-07-30 21:39:04 +02:00
  • 7e373c206d Fix NewUI bug where returning to menu and starting a new game started the wrong game somehow. Henrik Rydgard 2013-07-30 21:38:41 +02:00
  • 08a315b7db Fix typo raven02 2013-07-31 02:35:03 +08:00
  • 49a3b71f60 Merge pull request #3006 from Ced2911/prx_endian Henrik Rydgård 2013-07-30 11:22:07 -07:00
  • 6bb2bf07eb Merge pull request #3007 from Ced2911/module_endian Henrik Rydgård 2013-07-30 11:20:29 -07:00
  • 32d6094d03 Merge pull request #3008 from Ced2911/swap_fixes Henrik Rydgård 2013-07-30 11:20:15 -07:00
  • 635def582c Fix readIndexedTex() to use texture level for width/height raven02 2013-07-31 01:52:29 +08:00
  • cc95cde450 fix swap type Ced2911 2013-07-30 18:38:00 +02:00
  • 271171dbe3 Use getUVGenMode() raven02 2013-07-31 01:44:03 +08:00
  • 340881c319 fix some loading Ced2911 2013-07-28 18:07:00 +02:00
  • ae358d2898 fix prx decryption Ced2911 2013-07-30 16:05:39 +02:00
  • cdf674358e Merge remote-tracking branch 'origin/master' Henrik Rydgard 2013-07-30 19:35:12 +02:00
  • 4c66fe3ed7 More jit stuff. Had to disable all the new stuff because of breakage :/ Henrik Rydgard 2013-07-30 19:34:32 +02:00
  • ee215cc316 ARMJIT: Fix eatprefix, add DirtyInInV mapping, misc stuff Henrik Rydgard 2013-07-30 18:15:48 +02:00
  • 0daa550538 Add getWeightMask() raven02 2013-07-30 23:55:11 +08:00
  • 766770a755 Anrdoid : Add option 'Anti-Aliasing' raven02 2013-07-30 21:18:49 +08:00
  • 08569eafa1 Add GameSettingsScreen::DrawBackground() raven02 2013-07-30 22:28:34 +08:00
  • 50f98fe498 Add texture level parameter raven02 2013-07-30 23:23:02 +08:00
  • 96938acb3e Merge pull request #3004 from Kingcom/StatusBar Unknown W. Brackets 2013-07-30 08:15:54 -07:00
  • 75c9ce2498 GPUstate :Add getTextureWidth() & getTextureHeight() raven02 2013-07-30 23:09:22 +08:00
  • ee7bf8276e Damn, forgot to commit these... Kingcom 2013-07-30 17:06:37 +02:00