Commit Graph

288 Commits

Author SHA1 Message Date
Jan Beich
1e80190462 emulators/rpcs3: update to 0.0.6.8266
Changes:	d52953fca...5753b3222
2019-06-19 23:54:28 +00:00
Jan Beich
94357a9109 emulators/rpcs3: update to 0.0.6.8261
Changes:	b29a89807...d52953fca
2019-06-18 00:51:34 +00:00
Jan Beich
969a5ede2a emulators/rpcs3: update to 0.0.6.8256
Changes:	b3513cd7f...b29a89807
2019-06-15 00:52:22 +00:00
Jan Beich
717b96b1e5 emulators/rpcs3: update to 0.0.6.8205
Changes:	2bc0ea37a...b3513cd7f
MFH:		2019Q2 (implicit for snapshots?)
2019-06-11 00:50:56 +00:00
Jan Beich
885fbc439d emulators/rpcs3: update to 0.0.6.8196
Changes:	1dedeb37b...2bc0ea37a
2019-06-09 00:32:41 +00:00
Jan Beich
9b47030e2e emulators/rpcs3: update to 0.0.6.8194
Changes:	790962425...1dedeb37b
2019-06-06 00:37:17 +00:00
Jan Beich
8c452a8851 emulators/rpcs3: update to 0.0.6.8187
Changes:	cafa4521e...790962425
2019-06-02 00:42:11 +00:00
Jan Beich
c178c92f5a emulators/rpcs3: fix workaround reference 2019-06-01 01:02:42 +00:00
Jan Beich
4dbe035301 emulators/rpcs3: update to 0.0.6.8179
Changes:	c638e8267...cafa4521e
2019-06-01 00:46:13 +00:00
Jan Beich
2876d16f2a emulators/rpcs3: update to 0.0.6.8171
Changes:	71b71537a...c638e8267
2019-05-29 20:39:04 +00:00
Jan Beich
6529f7b8d9 emulators/rpcs3: update to 0.0.6.8161
Changes:	507ec8252...71b71537a
2019-05-28 00:40:23 +00:00
Jan Beich
810a4c97be emulators/rpcs3: update to 0.0.6.8159
Changes:	d616ce223...507ec8252
2019-05-26 00:54:07 +00:00
Jan Beich
649d214eb0 emulators/rpcs3: update to 0.0.6.8156
Changes:	7de3c410c...d616ce223
2019-05-22 23:01:19 +00:00
Jan Beich
3d21afc61d emulators/rpcs3: update to 0.0.6.8151
Changes:	85920253b...7de3c410c
2019-05-21 00:43:56 +00:00
Jan Beich
b2089b8902 emulators/rpcs3: update to 0.0.6.8143
Changes:	3753d27ab...85920253b
2019-05-18 00:47:16 +00:00
Jan Beich
a23f6d26c7 emulators/rpcs3: update to 0.0.6.8105
Changes:	22f61caf9...3753d27ab
2019-05-16 00:52:09 +00:00
Jan Beich
d7f8d40ead emulators/rpcs3: update to 0.0.6.8094
Changes:	8194c92f1...22f61caf9
2019-05-13 23:55:03 +00:00
Jan Beich
4bf8d72783 emulators/rpcs3: update to 0.0.6.8089
Changes:	fce9d6a7b...8194c92f1
2019-05-11 00:56:12 +00:00
Jan Beich
a06576a49b emulators/rpcs3: update to 0.0.6.8086
Changes:	7ead021aa...fce9d6a7b
2019-05-10 23:58:33 +00:00
Jan Beich
b8acbb63bb emulators/rpcs3: unbreak EVDEV after r487789
In file included from rpcs3/rpcs3qt/pad_settings_dialog.cpp:24:
In file included from rpcs3/evdev_joystick_handler.h:7:
/usr/local/include/libevdev-1.0/libevdev/libevdev.h:30:10: fatal error: 'linux/input.h' file not found
 #include <linux/input.h>
          ^~~~~~~~~~~~~~~
2019-05-10 23:58:28 +00:00
Jan Beich
1f5d0426d7 emulators/rpcs3: document broken GDB after r482459
Utilities/GDBDebugServer.cpp:357:36: error: no member named 'cr_pack' in 'ppu_thread'
                return u32_to_padded_hex(thread->cr_pack());
                                         ~~~~~~  ^
Utilities/GDBDebugServer.cpp:386:11: error: no member named 'cr_unpack' in 'ppu_thread'
                thread->cr_unpack(hex_to_u32(value));
                ~~~~~~  ^
Utilities/GDBDebugServer.cpp:736:22: error: out-of-line definition of 'on_task' does not match any declaration in 'GDBDebugServer'
void GDBDebugServer::on_task()
                     ^~~~~~~
Utilities/GDBDebugServer.cpp:811:22: error: out-of-line definition of 'on_exit' does not match any declaration in 'GDBDebugServer'
void GDBDebugServer::on_exit()
                     ^~~~~~~
Utilities/GDBDebugServer.cpp:822:29: error: out-of-line definition of 'get_name' does not match any declaration in 'GDBDebugServer'
std::string GDBDebugServer::get_name() const
                            ^~~~~~~~
Utilities/GDBDebugServer.cpp:827:22: error: out-of-line definition of 'on_stop' does not match any declaration in 'GDBDebugServer'
void GDBDebugServer::on_stop()
                     ^~~~~~~
Utilities/GDBDebugServer.cpp:831:8: error: no member named 'notify' in 'GDBDebugServer'
        this->notify();
        ~~~~  ^
Utilities/GDBDebugServer.cpp:832:2: error: use of undeclared identifier 'old_thread'; did you mean 'pad_thread'?
        old_thread::on_stop();
        ^~~~~~~~~~
        pad_thread
rpcs3/Emu/System.h:197:38: note: 'pad_thread' declared here
        std::function<std::shared_ptr<class pad_thread>()> get_pad_handler;
                                            ^
Utilities/GDBDebugServer.cpp:832:2: error: incomplete type 'pad_thread' named in nested name specifier
        old_thread::on_stop();
        ^~~~~~~~~~~~
rpcs3/Emu/System.h:197:38: note: forward declaration of 'pad_thread'
        std::function<std::shared_ptr<class pad_thread>()> get_pad_handler;
                                            ^
Utilities/GDBDebugServer.cpp:841:2: error: use of undeclared identifier 'notify'
        notify();
        ^
rpcs3/Emu/System.cpp:1543:30: error: no member named 'on_stop' in 'GDBDebugServer'
        fxm::get<GDBDebugServer>()->on_stop();
        ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^
2019-05-10 23:58:22 +00:00
Jan Beich
b9ab730d66 emulators/rpcs3: update to 0.0.6.8085
Changes:	514159072...7ead021aa
2019-05-09 00:52:03 +00:00
Jan Beich
a89e9a1960 emulators/rpcs3: update to 0.0.6.8079
Changes:	f246a8666...514159072
2019-05-06 23:58:33 +00:00
Jan Beich
3854bc8798 emulators/rpcs3: update to 0.0.6.8064
Changes:	2b4da1870...f246a8666
2019-05-04 22:27:39 +00:00
Jan Beich
5c7b8fd447 emulators/rpcs3: update to 0.0.6.8056
Changes:	6b7cd458e...2b4da1870
2019-05-03 23:44:55 +00:00
Jan Beich
72c2d9b7c9 emulators/rpcs3: update to 0.0.6.8051
Changes:	301dd8281...6b7cd458e
2019-05-02 00:32:41 +00:00
Jan Beich
a6e588a1b0 emulators/rpcs3: update to 0.0.6.8037
Changes:	be6d9af1a...301dd8281
2019-04-30 00:29:29 +00:00
Jan Beich
e8c6ba5d83 emulators/rpcs3: update to 0.0.6.8034
Changes:	467ef2afc...be6d9af1a
2019-04-27 00:49:26 +00:00
Jan Beich
ad27f06a75 emulators/rpcs3: update to 0.0.6.8007
Changes:	258df80bf...467ef2afc
2019-04-25 00:51:53 +00:00
Jan Beich
2c1624fbfe emulators/rpcs3: update to 0.0.6.8004
Changes:	ae5a4b697...258df80bf
2019-04-21 00:51:01 +00:00
Jan Beich
0fef3c53d5 emulators/rpcs3: update to 0.0.6.8000
Changes:	786598220...ae5a4b697
2019-04-20 00:46:51 +00:00
Jan Beich
7567e6bc60 emulators/rpcs3: update to 0.0.6.7989
Changes:	f99577114...786598220
2019-04-18 00:54:01 +00:00
Jan Beich
ad8049e1b2 emulators/rpcs3: update to 0.0.6.7981
Changes:	df3b46a61...f99577114
2019-04-16 00:41:49 +00:00
Jan Beich
7dcaec41ab emulators/rpcs3: update to 0.0.6.7972
Changes:	52a12185a...df3b46a61
2019-04-13 00:36:51 +00:00
Jan Beich
8cb9840e49 emulators/rpcs3: update to 0.0.6.7955
Changes:	3bfe921a7...52a12185a
2019-04-11 00:52:15 +00:00
Jan Beich
a5514c3f8c emulators/rpcs3: update to 0.0.6.7931
Changes:	a254a203b...3bfe921a7
2019-04-02 00:40:47 +00:00
Jan Beich
e8d33ceafc emulators/rpcs3: update to 0.0.6.7909
Changes:	956d03941...a254a203b
2019-03-28 00:28:41 +00:00
Jan Beich
93d1bd7ae8 emulators/rpcs3: update to 0.0.6.7906
Changes:	7ea04d5d7...956d03941
2019-03-26 00:41:39 +00:00
Jan Beich
26101ff7e3 emulators/rpcs3: update to 0.0.6.7901
Changes:	b879b3227...7ea04d5d7
2019-03-23 00:37:10 +00:00
Jan Beich
47c77a0b43 emulators/rpcs3: update to 0.0.6.7888
Changes:	63bbe459e...b879b3227
2019-03-21 00:47:01 +00:00
Jan Beich
46ddb4a883 emulators/rpcs3: update to 0.0.6.7883
Changes:	e9b6beadf...63bbe459e
2019-03-19 00:49:45 +00:00
Jan Beich
6286eca34d emulators/rpcs3: update to 0.0.6.7869
Changes:	1875dc3f1...e9b6beadf
MFH:		2019Q1 (implicit for snapshots?)
2019-03-14 00:53:21 +00:00
Jan Beich
18b6bf86a0 emulators/rpcs3: update to 0.0.6.7857
Changes:	a43e7c172...1875dc3f1
MFH:		2019Q1 (implicit for snapshots?)
2019-03-12 00:44:56 +00:00
Jan Beich
8f118fb628 emulators/rpcs3: update to 0.0.6.7840
Changes:	4ea76def7...a43e7c172
MFH:		2019Q1 (implicit for snapshots?)
2019-03-09 00:39:48 +00:00
Jan Beich
854ba7eec4 emulators/rpcs3: update to 0.0.6.7830
Changes:	ebb24375d...4ea76def7
MFH:		2019Q1 (implicit for snapshots?)
2019-03-07 00:49:07 +00:00
Jan Beich
a946517563 emulators/rpcs3: update to 0.0.6.7825
Changes:	de5379a69...ebb24375d
2019-03-02 00:49:49 +00:00
Jan Beich
0ad022b066 emulators/rpcs3: fix --version output after r494119 2019-02-28 01:24:25 +00:00
Jan Beich
b7248ffbe5 emulators/rpcs3: update to 0.0.6.7816
Changes:	4c72f7c1d...de5379a69
MFH:		2019Q1 (implicit for snapshots?)
2019-02-28 00:59:29 +00:00
Jan Beich
a679f8b8f8 emulators/rpcs3: update to 0.0.6.7807
Changes:	d4888a497...4c72f7c1d
2019-02-19 00:15:50 +00:00
Jan Beich
e81ed22506 emulators/rpcs3: update to 0.0.6.7800
Changes:	982b2ab88...d4888a497
2019-02-14 00:13:40 +00:00