Unknown W. Brackets
|
7c238f4567
|
Avoid a signed/unsigned compare.
This one is pretty pedantic.
|
2013-07-26 22:50:55 -07:00 |
|
Unknown W. Brackets
|
e355518549
|
Fix a bad enum compare.
|
2013-07-26 22:30:05 -07:00 |
|
Unknown W. Brackets
|
0cd5766f50
|
Support clang as well as gcc for Android/Linux.
|
2013-07-26 22:13:57 -07:00 |
|
Unknown W. Brackets
|
efb1eddbc8
|
Remove an unused private var.
|
2013-07-26 22:13:43 -07:00 |
|
Unknown W. Brackets
|
fa3b608b36
|
Fix a missing log argument.
|
2013-07-26 22:13:09 -07:00 |
|
Unknown W. Brackets
|
04b636e889
|
Simplify and avoid a shift size warning.
|
2013-07-26 22:12:47 -07:00 |
|
Unknown W. Brackets
|
ddc2c15ce8
|
Remove some unsigned < 0 comparisons.
|
2013-07-26 22:12:12 -07:00 |
|
Henrik Rydgård
|
b9862c29a0
|
Merge pull request #2939 from thedax/master
Win32 UI: Fix Window Zoom menu.
|
2013-07-26 16:26:22 -07:00 |
|
The Dax
|
738338f8be
|
Fix typo.
|
2013-07-26 19:08:24 -04:00 |
|
The Dax
|
116d238d2e
|
Win32 UI: Remove secondary loop for unchecking/checking Window Zoom options. It was not needed, and caused a bug..
|
2013-07-26 19:06:29 -04:00 |
|
Henrik Rydgård
|
2a2a838b5e
|
Merge pull request #2938 from raven02/patch-1
Clamp vpX0/vpY0 to zero when negative value retured
|
2013-07-26 15:48:38 -07:00 |
|
Henrik Rydgård
|
dc213f1792
|
Merge pull request #2934 from raven02/ui
NewUI fix and add cycleable frameskipping/resolution to winUI
|
2013-07-26 15:43:35 -07:00 |
|
raven02
|
087cb8b5e0
|
Clamp vpX0/vpY0 to zero when negative value retured
|
2013-07-27 06:24:59 +08:00 |
|
Henrik Rydgård
|
98c5fbaf28
|
Merge pull request #2935 from Kingcom/AutoBootFix
Fix auto boot
|
2013-07-26 12:06:18 -07:00 |
|
Henrik Rydgård
|
3c861419b9
|
Merge pull request #2931 from unknownbrackets/endian
Improve endian define handling and fix a couple typos
|
2013-07-26 12:04:34 -07:00 |
|
Henrik Rydgård
|
cc8bba1b10
|
Merge pull request #2924 from thedax/master
Add initial support for native Visual Studio 2012(and above) compilation.
|
2013-07-26 12:03:21 -07:00 |
|
raven02
|
d836527254
|
NewUI fix and add selectable frameskipping/Resolution to winUI
|
2013-07-26 22:10:03 +08:00 |
|
Kingcom
|
87f13d9b32
|
Fix auto boot
|
2013-07-26 14:42:38 +02:00 |
|
Unknown W. Brackets
|
a740888add
|
Fix typos.
|
2013-07-25 22:37:27 -07:00 |
|
Unknown W. Brackets
|
8da6259aff
|
More carefully check defines for endianness.
|
2013-07-25 22:25:50 -07:00 |
|
Henrik Rydgard
|
1533b588e3
|
Argh, this really shouldn't be needed but is.
|
2013-07-26 01:18:40 +02:00 |
|
Henrik Rydgard
|
b3ea250122
|
typo
|
2013-07-26 00:57:29 +02:00 |
|
Henrik Rydgard
|
144a5849e2
|
Uhm, fix the second part of the BIG_ENDIAN #define error...
|
2013-07-26 00:54:39 +02:00 |
|
The Dax
|
e00364bfa5
|
Add initial support for native Visual Studio 2012(and above) compilation. Just upgrade the SLN, and go.
|
2013-07-25 18:34:55 -04:00 |
|
Henrik Rydgard
|
17e3751f45
|
Really avoid crash if no xinput dll
|
2013-07-25 23:58:19 +02:00 |
|
Henrik Rydgard
|
22505ac998
|
Jack up default audio volumes to 7, change the parameter names.
|
2013-07-25 23:51:45 +02:00 |
|
Henrik Rydgard
|
5e791fad51
|
Try to fix the bigendian defines
|
2013-07-25 23:39:41 +02:00 |
|
Henrik Rydgård
|
9fc57894ab
|
Mac build fix (weird, BIG_ENDIAN really shouldn't be defined)
|
2013-07-25 19:21:43 +02:00 |
|
Henrik Rydgård
|
61351e4b59
|
Merge branch 'patch-1' of https://github.com/raven02/ppsspp into raven02-patch-1
Conflicts:
Windows/ppsspp.rc
native
|
2013-07-25 18:20:08 +02:00 |
|
Henrik Rydgård
|
080c99cd57
|
Merge pull request #2897 from Kingcom/DiscDirectory
Open directory as disc
|
2013-07-25 09:15:34 -07:00 |
|
Henrik Rydgård
|
7af1f16f61
|
Merge pull request #2920 from unknownbrackets/endian
Specify endianness in some memory layout structs
|
2013-07-25 08:32:29 -07:00 |
|
Unknown W. Brackets
|
5e87d6e45d
|
Add _le typedefs to font handling stuff.
|
2013-07-25 08:04:36 -07:00 |
|
Unknown W. Brackets
|
f3fc9562ff
|
Oops, need floating point types too.
|
2013-07-25 08:04:36 -07:00 |
|
Unknown W. Brackets
|
ae5851a393
|
Use _le typedefs in elf reading.
|
2013-07-25 08:04:35 -07:00 |
|
Unknown W. Brackets
|
81f7103e0b
|
Use *_le for the sceKernel* funcs.
|
2013-07-25 08:04:34 -07:00 |
|
Unknown W. Brackets
|
f1c354607e
|
Add special u32_le/etc. types to mark endianness.
Might even want u32_be...
|
2013-07-25 08:04:34 -07:00 |
|
raven02
|
bf8e32f6f6
|
Remove entire if and contents
|
2013-07-25 20:54:24 +08:00 |
|
raven02
|
82b2581d79
|
Remove 'Display raw framebuffer' option
|
2013-07-25 20:23:22 +08:00 |
|
Kingcom
|
cedb41a10c
|
Merge branch 'master' of https://github.com/hrydgard/ppsspp into DiscDirectory
Conflicts:
Windows/ppsspp.rc
Windows/resource.h
|
2013-07-25 13:49:53 +02:00 |
|
Kingcom
|
b24f4a64d4
|
Linux fixes and small changes
|
2013-07-25 13:45:30 +02:00 |
|
Sacha
|
79990fe01d
|
Implement parts of the new input system for Blackberry and Qt. Touchscreen now works again.
|
2013-07-25 14:29:25 +10:00 |
|
Henrik Rydgård
|
7d1b604bf8
|
Merge pull request #2915 from thedax/master
NewUI: Allow Unlock CPU Speed to be set to 0.
|
2013-07-24 14:27:13 -07:00 |
|
The Dax
|
6551db82a1
|
NewUI: Allow Unlock CPU Speed to be set to 0 with the slider bar. If the minimum is kept at 1, it can't be turned off otherwise.
|
2013-07-24 17:25:44 -04:00 |
|
Kingcom
|
5ddc9afba0
|
-save state support
-abstracted file access
-moved to VirtualDiscFileSystem class
|
2013-07-24 22:49:45 +02:00 |
|
Henrik Rydgård
|
697ddfda0b
|
Merge pull request #2890 from thedax/master
Win32 UI: Fix F5(Buffered rendering hotkey) behaviour.
|
2013-07-24 12:39:46 -07:00 |
|
Henrik Rydgård
|
a41e5e4403
|
Merge pull request #2902 from thedax/sceNetWarningFix
Fix warning in sceNet.cpp.
|
2013-07-24 12:39:33 -07:00 |
|
Henrik Rydgård
|
0812da9e01
|
Merge pull request #2907 from raven02/patch-2
FBO to memory : Llimit frameskip to 8 and code cleanup
|
2013-07-24 12:24:05 -07:00 |
|
Henrik Rydgård
|
f9b4568f59
|
Merge pull request #2908 from raven02/patch-3
Fall back the depth test to the simplest and correct one
|
2013-07-24 12:23:04 -07:00 |
|
raven02
|
629a134946
|
Fix divide by 0 bug
|
2013-07-25 00:29:05 +08:00 |
|
raven02
|
cffb397fbf
|
Fall the depth test to the simplest and correct one
|
2013-07-25 00:01:00 +08:00 |
|