Mahmood(Thunder07)
|
61f24adfc5
|
Seperate PlayCore to it's own CMakeLists.txt
|
2018-03-02 11:28:46 +00:00 |
|
Jean-Philip Desjardins
|
0f32c4491f
|
Check if event is fired in WaitEvent.
Until proper wait loop is implemented.
|
2018-02-06 18:49:30 -05:00 |
|
Jean-Philip Desjardins
|
3f78b2623f
|
Add stubs for system calls.
|
2018-02-06 18:40:36 -05:00 |
|
Jean-Philip Desjardins
|
79834c3a3c
|
Implement Enter/ExitCriticalSection.
|
2018-02-06 18:34:31 -05:00 |
|
Jean-Philip Desjardins
|
1ec189aa04
|
Implement OpenThread and ChangeThread.
|
2018-02-06 12:56:46 -05:00 |
|
Jean-Philip Desjardins
|
ed3076626e
|
Align with spaces.
|
2018-02-06 12:40:23 -05:00 |
|
Jean-Philip Desjardins
|
35be1df0ab
|
Implement SetDefaultExitFromException.
|
2018-02-06 12:17:42 -05:00 |
|
Jean-Philip Desjardins
|
c67e2937d1
|
Improve context saving.
Use thread control block to save/restore CPU context.
|
2018-02-05 13:36:53 -05:00 |
|
Jean-Philip Desjardins
|
a257494d98
|
Implement operator +=.
|
2018-02-05 13:17:46 -05:00 |
|
Jean-Philip Desjardins
|
a758886eea
|
Add implementation for PSX SysMalloc.
|
2018-02-05 12:47:49 -05:00 |
|
Jean-Philip Desjardins
|
bc2cc57a0b
|
Align with spaces.
|
2018-02-04 15:26:37 -05:00 |
|
Jean-Philip Desjardins
|
b5f05bc5eb
|
Update VS projects.
|
2018-02-04 15:21:55 -05:00 |
|
Jean-Philip Desjardins
|
cfd1b0c6aa
|
Improve SetCustomExitFromException implementation.
|
2018-02-04 15:21:24 -05:00 |
|
Jean-Philip Desjardins
|
9cd8ea872d
|
Cleanup.
|
2018-02-04 14:32:09 -05:00 |
|
Jean-Philip Desjardins
|
abe72cf77b
|
Remove tr1 usage.
|
2018-02-04 13:43:28 -05:00 |
|
Jean-Philip Desjardins
|
9055253cda
|
Cleanup.
|
2018-02-04 11:34:17 -05:00 |
|
Jean-Philip Desjardins
|
e7053379c7
|
Cleanup.
|
2018-02-04 11:33:26 -05:00 |
|
Jean-Philip Desjardins
|
34091dbe8c
|
Implement writes to IRQ_ADDR register.
|
2018-02-04 11:32:57 -05:00 |
|
Jean-Philip Desjardins
|
5cb9d9817f
|
Cleanup.
|
2018-02-04 10:13:58 -05:00 |
|
Jean-Philip Desjardins
|
08ce449265
|
Cleanup.
|
2018-01-17 22:38:14 -05:00 |
|
Jean-Philip Desjardins
|
d3283cff9e
|
Merge pull request #654 from MaddTheSane/betterARC
Better ObjC property declarations.
|
2018-01-17 11:29:57 -05:00 |
|
Jean-Philip Desjardins
|
d153162bbd
|
Rename preference define name.
|
2018-01-15 14:14:59 -05:00 |
|
Jean-Philip Desjardins
|
550d89df46
|
Use Get/SetPreferencePath on Linux.
|
2018-01-15 11:49:07 -05:00 |
|
Jean-Philip Desjardins
|
1c9d4827e5
|
Use Get/SetPreferencePath on macOS.
|
2018-01-15 11:49:07 -05:00 |
|
Jean-Philip Desjardins
|
2ac2f594d2
|
Use SetPreferencePath on iOS.
|
2018-01-15 11:49:07 -05:00 |
|
Jean-Philip Desjardins
|
10855aa12c
|
Rename cdrom0 path preference name to allow smooth transition.
|
2018-01-15 11:49:07 -05:00 |
|
Jean-Philip Desjardins
|
417fe33cc1
|
Use SetPreferencePath on Android.
|
2018-01-15 11:49:07 -05:00 |
|
Jean-Philip Desjardins
|
4fb4ec73ad
|
Store cdrom0 path as path instead of string.
|
2018-01-15 11:49:07 -05:00 |
|
Jean-Philip Desjardins
|
f1b7806eaf
|
Reorganize cdrom0 handling code.
|
2018-01-15 11:49:07 -05:00 |
|
Jean-Philip Desjardins
|
da902b8e2a
|
Merge pull request #658 from Thunder07/qt_gamepad_cleanup_master
Qt gamepad cleanup master
|
2018-01-15 11:26:04 -05:00 |
|
Jean-Philip Desjardins
|
76bdaa5682
|
Use preference defines instead of string literals.
|
2018-01-10 16:58:03 -05:00 |
|
Jean-Philip Desjardins
|
cd509893d3
|
Reorganise includes.
|
2018-01-10 16:49:43 -05:00 |
|
Mahmood(Thunder07)
|
b90b49d3ed
|
Cleanup: extract common code
|
2018-01-10 20:31:37 +00:00 |
|
Jean-Philip Desjardins
|
8a2b89fe5d
|
Apply codestyle.
|
2018-01-10 14:58:25 -05:00 |
|
Mahmood(Thunder07)
|
4b91e09914
|
GamePad Config: register value in the end 20% range
|
2018-01-10 18:03:37 +00:00 |
|
Mahmood(Thunder07)
|
a08b47bef7
|
Avoid direct thread ui access
|
2018-01-10 16:26:45 +00:00 |
|
Mahmood(Thunder07)
|
f37a11926d
|
GamePad Config with previous commit, No need sleep for 2 seconds
|
2018-01-10 16:26:45 +00:00 |
|
Mahmood(Thunder07)
|
b72527122f
|
Update GamePad Configuration, require user to hold button for 3 seconds
|
2018-01-10 16:26:45 +00:00 |
|
Jean-Philip Desjardins
|
ec5d74b980
|
GetBinding returns std::string instead of const char*.
|
2018-01-09 13:00:54 -05:00 |
|
Jean-Philip Desjardins
|
49f08c235a
|
Cleanup.
|
2018-01-09 13:00:54 -05:00 |
|
Jean-Philip Desjardins
|
fb74dc790f
|
Cleanup.
Mostly variable renaming.
|
2018-01-09 13:00:54 -05:00 |
|
Jean-Philip Desjardins
|
dd19e808ed
|
Use preference definitions.
|
2018-01-09 13:00:54 -05:00 |
|
Jean-Philip Desjardins
|
6ffd1f11c9
|
Add missing affected operands.
|
2018-01-09 12:34:20 -05:00 |
|
Jean-Philip Desjardins
|
344c876818
|
Use enum instead of direct value.
|
2018-01-09 12:34:20 -05:00 |
|
Jean-Philip Desjardins
|
1dd4a186ff
|
Remove reference to erased file.
|
2018-01-07 16:47:31 -05:00 |
|
Jean-Philip Desjardins
|
e28622d7df
|
Remove duplicate MemoryCard implementation.
|
2018-01-03 08:21:44 -05:00 |
|
Jean-Philip Desjardins
|
0bd4243e3e
|
Cleanup.
|
2018-01-02 13:07:59 -05:00 |
|
Jean-Philip Desjardins
|
77fda3946b
|
Cleanup.
|
2017-12-31 11:07:42 -05:00 |
|
Jean-Philip Desjardins
|
cfed0f14d3
|
Add missing file to CMakeLists.
|
2017-12-31 11:07:22 -05:00 |
|
Jean-Philip Desjardins
|
e6fa642913
|
Use defines for memory card path preference names.
|
2017-12-31 11:06:51 -05:00 |
|