dolphin/Source
Jasper St. Pierre 11fdd5a4ec ExpressionParser: Search for control names first
Otherwise, valid control names like "Cursor X+" would be incorrectly
tokenized as "`Cursor` `X` +", causing the parser to first abort trying to
find a control named `Cursor` rather than aborting with invalid syntax on
the bad binop.

We could also do this by resolving devices lazily, but since simple
control name bindings are going to be 90% of usecases, just look for these
first.
2013-06-27 10:51:19 -04:00
..
Android [Android] Support clicking on games in the folder browser to add the folder currently in. Mostly for derps that keep trying to run the game from the folder browser. 2013-06-27 04:47:39 -05:00
Core ExpressionParser: Search for control names first 2013-06-27 10:51:19 -04:00
DSPSpy
DSPTool Buildfix for dsptool. 2013-05-21 20:30:09 -04:00
Plugins fix opengl debug build on win32 2013-06-27 10:34:53 +02:00
TestSuite clear cg from project files 2013-02-27 10:55:25 +01:00
UnitTests Adding unit test project to VS solution 2013-05-22 03:29:58 +02:00
VSProps clear cg from project files 2013-02-27 10:55:25 +01:00
CMakeLists.txt
Dolphin_2010.sln Adding unit test project to VS solution 2013-05-22 03:29:58 +02:00