Commit Graph

3861 Commits

Author SHA1 Message Date
Anon
a7384b2447 fix 2016-07-22 18:36:03 -05:00
Steven Cherry
87041056be Cleanup 2016-07-22 18:34:00 -05:00
Steven Cherry
82c1cf5f69 More Cleanup 2016-07-22 18:34:00 -05:00
Steven Cherry
4ddb494072 Cleanup 2016-07-22 18:34:00 -05:00
Steven Cherry
ce63acecf8 cleanup code 2016-07-22 18:34:00 -05:00
Steven Cherry
f5a275e8c4 Fix build. Again. 2016-07-22 18:34:00 -05:00
Steven Cherry
ee8b3cba8c Input GUI: Add 5 second timeout to button click. 2016-07-22 18:34:00 -05:00
Steven Cherry
a0b9ea36fc Fix build 2016-07-22 18:34:00 -05:00
Steven Cherry
6030a31415 Input GUI: Fix UI Layout 2016-07-22 18:34:00 -05:00
Steven Cherry
911bb32274 Fix layout. Fix duplicate keys. 2016-07-22 18:34:00 -05:00
Steven Cherry
b58452bf9e Clean up 2016-07-22 18:34:00 -05:00
Steven Cherry
f6cd1ec450 Fix build 2016-07-22 18:34:00 -05:00
Anon
667ba40125 fix 2016-07-22 18:31:32 -05:00
Anon
005b9ce06f Merge fix 2016-07-22 18:27:52 -05:00
Steven Cherry
3740f03ef9 Input-GUI: Fix most PR issues 2016-07-22 18:25:41 -05:00
Anon
523ca1841f Input GUI Tab 2016-07-22 18:24:48 -05:00
Yuri Kunde Schlesner
ffda82eea5 Merge pull request #1894 from wwylele/set-config-block
Implement config savegame editing & clean up
2016-07-09 20:39:19 -07:00
wwylele
ec3e99eec7 Qt: add system settings config tab 2016-07-10 06:22:38 +03:00
Steven Cherry
2a181dd460 Cleanup 2016-07-07 19:42:35 -05:00
bunnei
6fa7b1f486 Merge pull request #1940 from JamePeng/fix-archive-error-code
Fix the errorcode of archive handle
2016-07-06 18:37:43 -04:00
Sebastian Valle
ff2d1a2b74 Merge pull request #1921 from Subv/fs_funcs
HLE/FS: Document some command parameters and implemented command 0x08560240
2016-07-05 14:45:40 -07:00
JamePeng
f87bb8ba0a Fix the errorcode of archive handle 2016-07-05 00:39:09 +08:00
Sebastian Valle
51f4a9fd32 Merge pull request #1850 from mailwl/erreula
HLE/Applets: Implement ErrEula applet
2016-07-04 08:52:42 -07:00
mailwl
e06f2705f0 HLE/Applets: Implement ErrEula applet 2016-07-04 09:54:51 +03:00
Subv
8752f07e8e HLE/FS: Document some command parameters and implemented command 0x08560240 (CreateLegacySystemSaveData) 2016-07-03 13:42:52 -05:00
Sebastian Valle
b48b8ed5e5 Merge pull request #1935 from wwylele/fix-result-module
Result: Update the ErrorModule enum
2016-07-03 07:24:29 -07:00
wwylele
ab2eef396a Service::CFG/FS: add and refactor out utilities for front-end 2016-07-03 08:23:59 +03:00
wwylele
457b6413e6 Service::CFG: move known block ID to an enum 2016-07-03 08:23:59 +03:00
wwylele
324c8d21a4 Service::CFG: add SetConfigInfoBlk4 2016-07-03 08:23:58 +03:00
Yuri Kunde Schlesner
45c91bf87b Merge pull request #1933 from yuriks/scissor
PICA: Implement scissor test
2016-07-02 02:18:46 -07:00
wwylele
f00e8d4b2b Service::CFG: add missing language 2016-07-02 11:44:25 +03:00
wwylele
3687a805ec Service::CFG: name sound output modes 2016-07-02 11:44:25 +03:00
wwylele
e023a4cfd0 Result: fix and update ErrorModule 2016-06-30 11:26:53 +03:00
Yuri Kunde Schlesner
de79b6fc48 Merge pull request #1869 from wwylele/dont-be-lazy
Switch context to the same thread if necessary
2016-06-28 21:03:52 -07:00
bunnei
87c07643ff Merge pull request #1867 from mailwl/srv-update
srv: Update according 3dbrew
2016-06-28 18:53:10 -04:00
Yuri Kunde Schlesner
ecf6ecf325 OpenGL: Add scaled resolution support to scissor 2016-06-27 22:16:04 -07:00
Yuri Kunde Schlesner
f0b9bc14b6 PICA: Scissor fixes and cleanups 2016-06-27 21:14:39 -07:00
Subv
f9be06b15f PICA: Implement scissor test 2016-06-27 21:14:13 -07:00
Yuri Kunde Schlesner
9cde5cbbd3 Merge pull request #1930 from scurest/superfluous-moves
Remove superfluous std::move in return std::move(local_var)
2016-06-25 12:56:26 -07:00
scurest
0f9274fe24 Remove superfluous std::move in return std::move(local_var) 2016-06-25 13:26:21 -05:00
bunnei
0433e6cf0b Merge pull request #1926 from JayFoxRox/gpl
Add GPL license.txt and README.md to builds
2016-06-23 22:11:11 -04:00
Steven Cherry
e4146949a0 More Cleanup 2016-06-23 07:01:27 -05:00
Steven Cherry
4ba93b819a Cleanup 2016-06-23 07:00:07 -05:00
Steven Cherry
071d0325a3 cleanup code 2016-06-22 20:43:49 -05:00
bunnei
4d31874c7c Merge pull request #1923 from yuriks/fix-recursive
Fix recursive scanning of directories
2016-06-22 16:27:12 -04:00
Steven Cherry
57cb68f47d Fix build. Again. 2016-06-21 22:22:22 -05:00
Steven Cherry
cacc5b439e Input GUI: Add 5 second timeout to button click. 2016-06-21 20:09:34 -05:00
Jannik Vogel
ede028fe4d Add GPL license.txt and README.md to builds 2016-06-21 14:19:46 +02:00
bunnei
b836ae5c6a Merge pull request #1922 from yuriks/microprofile-dpi-fix
Qt: Fix MicroProfile dpi scaling
2016-06-20 21:13:15 -04:00
Steven Cherry
d137ccca58 Fix build 2016-06-19 18:51:59 -05:00