Unknown W. Brackets
6073317591
Support render res. above 1x in ge debugger.
2013-09-22 20:14:31 -07:00
Unknown W. Brackets
a7f9723528
Warning fixes.
2013-09-22 19:06:01 -07:00
Unknown W. Brackets
d38916dea7
Add a quick and dirty render preview.
...
Now it's actually semi useful already.
2013-09-22 19:05:33 -07:00
Unknown W. Brackets
2ad5167f75
Better to have its own directory.
2013-09-22 11:03:29 -07:00
Unknown W. Brackets
18b70c89ef
Add an initial GE debugger interface on Windows.
2013-09-22 10:27:09 -07:00
Kingcom
595693cacb
Scan after assembling
2013-09-22 13:04:31 +02:00
Kingcom
86cba76bb2
Crash fix and more scanning
2013-09-22 13:00:25 +02:00
Kingcom
1c219e9b65
Remove useless comment...
2013-09-22 12:24:12 +02:00
Kingcom
2d496791ab
Sort branch lines to prevent conflicts
2013-09-22 12:20:33 +02:00
Kingcom
d56ade56ae
-don't use typedefs
...
-clear functions on NotifyMapLoaded
2013-09-22 11:09:11 +02:00
Kingcom
ea397351c3
Better branch lines
2013-09-22 11:00:44 +02:00
Unknown W. Brackets
eba903f9db
Stop jumping to pc after setting a breakpoint.
2013-09-21 08:24:24 -07:00
The Dax
3c1c7aade8
Just call ResizeDisplay(true) inside SetInternalResolution.
2013-09-19 23:27:25 -04:00
The Dax
3eedc9cb6d
Eliminate some magic numbers, and make several functions more consistent with each other.
2013-09-19 21:18:26 -04:00
The Dax
30da5d1ba2
Fix Rendering Resolution mode bug where the shortcut(currently CTRL + 1) wouldn't be synchronized with its DesktopUI(win32 menu bar) counterpart. First discussed in https://github.com/hrydgard/ppsspp/pull/3834 .
2013-09-19 14:32:56 -04:00
The Dax
01ab8b7555
Fix x64 debug build.
2013-09-17 10:27:06 -04:00
The Dax
d102baacd0
Prep PPSSPP for Visual Studio 2013.
2013-09-17 10:27:06 -04:00
Henrik Rydgård
db92f26e56
Merge pull request #3806 from thedax/win32UITranslation
...
Win32 UI: Rewrite most of the menu translation code to be cleaner and simpler.
2013-09-17 06:43:24 -07:00
danyalzia
7c0292f466
Update ppsspp.rc
2013-09-17 13:07:24 +05:00
danyalzia
b17ce7bfb1
Update resource.h
2013-09-17 13:05:19 +05:00
danyalzia
46b022ac98
Update WndMainWindow.cpp
2013-09-17 13:02:34 +05:00
The Dax
e6d85cfb39
Rename Config::languageIni to Config::sLanguageIni for consistency.
2013-09-16 19:47:25 -04:00
The Dax
283599c7f1
Remove unneeded lines.
2013-09-16 19:24:49 -04:00
The Dax
ee3f9a6979
Use consistent pointer names.
2013-09-16 18:55:06 -04:00
The Dax
426e6630d9
Rewrite most of the translation stuff to be cleaner.
...
Also fix a bug where in-game only menu items become enabled after selecting a language when we're in various NewUI menus.
Rename Config::ilanguage to Config::iLanguage for consistency with other Config variables.
2013-09-16 18:45:09 -04:00
Henrik Rydgård
9f063fcbe9
Merge pull request #3798 from unknownbrackets/dx9
...
Fix directx9 so it builds on Windows (but doesn't work)
2013-09-15 23:28:05 -07:00
Unknown W. Brackets
5617f07462
Fix dx9 so it builds on Windows (DOES NOT WORK.)
2013-09-15 23:22:10 -07:00
kaienfr
c3904ef873
Windows: Update g_Config.ilanguage for ppsspp.ini [SystemParam] Language key
...
This key is important to be updated for multilang game.
2013-09-16 03:30:54 +02:00
Henrik Rydgård
a4d040beff
Merge pull request #3785 from thedax/moreCommandLineOptions
...
Win32: Add command-line arguments to allow different ppsspp/control ini files.
2013-09-15 15:21:45 -07:00
Henrik Rydgård
a500ff3191
Merge pull request #3781 from shenweip/master
...
Fix some double semicolon.
2013-09-15 15:07:25 -07:00
Unknown W. Brackets
2251b0dd59
Avoid a "pure call" issue.
2013-09-15 10:36:19 -07:00
The Dax
11a49c05fe
Build fix.
2013-09-15 13:12:55 -04:00
The Dax
35c434165b
Correct copy & paste-happiness.
2013-09-15 12:55:49 -04:00
The Dax
5cdfb6c4f9
Add command-line argument to allow a path to be specified for configuration files and control mapping files. Also fix a possible crash when loading ini files.
2013-09-15 12:50:42 -04:00
Unknown W. Brackets
8902e85f0a
Enable the debug windows always, disable buttons.
...
This way you can close them/whatever, and hopefully should avoid crashes.
Only downside is you can't pause the game now and then hit stop in the
debugger.
2013-09-15 09:35:58 -07:00
shenweip
03197c376c
Fix some double semicolon.
2013-09-15 23:17:22 +08:00
Henrik Rydgard
8c4503c638
Add a micro version of the DX SDK as submodule, to keep the buildbot running.
2013-09-15 16:15:12 +02:00
Henrik Rydgard
9f99815121
Must detect language before loading config. Should fix #3763 broken by #3750 .
2013-09-15 11:05:05 +02:00
Henrik Rydgård
f26dfcb382
Merge pull request #3755 from thedax/win32RememberWindowPosSize
...
Win32: Don't allow SavePosition to execute if we're entering fullscreen.
2013-09-15 00:27:15 -07:00
Henrik Rydgård
588d3e3c4f
Merge pull request #3758 from thedax/win32Cleanup
...
Win32 UI: Some cleanups and simplifications, fix some small bugs.
2013-09-15 00:26:07 -07:00
The Dax
efa2c1c500
Use consistent directory slashes. We'll just replace all backslashes with forward slashes, eliminating the chance of duplicat recents. Fixes #3352 .
2013-09-15 00:08:53 -04:00
The Dax
0f0df36180
Don't SavePosition if we're entering fullscreen.
2013-09-14 12:51:15 -04:00
The Dax
877ea42125
Re-apply the top-most state to its previous value when exiting fullscreen.
2013-09-14 12:49:51 -04:00
The Dax
8092a9c67c
Using SetWindowText should be safe now since we use UNICODE..thanks Gigaherz & Unknown.
2013-09-14 12:49:50 -04:00
The Dax
975b8cf7e7
Post a message when the window title's text needs to change. This resolves #3282 .
2013-09-14 12:49:50 -04:00
The Dax
670d0c35fe
Remove a few more unused things.
2013-09-14 12:49:50 -04:00
The Dax
e8fd5881b8
Move global UI status out of WndMainWindow.cpp, simplify the menu translation code(it doesn't need to dictate checked or enabled items, the UI already does it later on anyway), and clear out a few old menu items that have been removed.
2013-09-14 12:49:50 -04:00
Unknown W. Brackets
606e2f2802
Small warning fixes in Windows UI.
2013-09-14 07:44:01 -07:00
The Dax
e4079fb81c
Remove the System Menu(the menu that appears when alt is pressed) in fullscreen, and re-instate it when exiting fullscreen.
2013-09-12 17:27:48 -04:00
The Dax
9dbf2b9d90
Add proper fullscreen and windowed launch arguments. Remove bFullScreenOnLaunch.
2013-09-12 16:56:18 -04:00