aboutsummaryrefslogtreecommitdiff
path: root/macosx/Pcsx.xcodeproj/project.pbxproj
blob: 0d173742961f7da665c2acc01a4e8da5bf93717e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 42;
	objects = {

/* Begin PBXBuildFile section */
		2B143D06078A2CBD00AF745A /* PCSX.icns in Resources */ = {isa = PBXBuildFile; fileRef = 2B143D01078A2CBD00AF745A /* PCSX.icns */; };
		2B143D07078A2CBD00AF745A /* pcsxfreeze.icns in Resources */ = {isa = PBXBuildFile; fileRef = 2B143D02078A2CBD00AF745A /* pcsxfreeze.icns */; };
		2B143D08078A2CBD00AF745A /* pcsxmemcard.icns in Resources */ = {isa = PBXBuildFile; fileRef = 2B143D03078A2CBD00AF745A /* pcsxmemcard.icns */; };
		2B143D09078A2CBD00AF745A /* psxbios.icns in Resources */ = {isa = PBXBuildFile; fileRef = 2B143D04078A2CBD00AF745A /* psxbios.icns */; };
		2B143D0A078A2CBD00AF745A /* psxplugin.icns in Resources */ = {isa = PBXBuildFile; fileRef = 2B143D05078A2CBD00AF745A /* psxplugin.icns */; };
		2B3E356C06937D1C00763C7D /* PcsxPluginDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B3E356A06937D1C00763C7D /* PcsxPluginDocument.h */; };
		2B3E356D06937D1C00763C7D /* PcsxPluginDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B3E356B06937D1C00763C7D /* PcsxPluginDocument.m */; };
		2B3E35BC069384D100763C7D /* AddPluginSheet.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2B3E35BA069384D100763C7D /* AddPluginSheet.nib */; };
		2B400D910789F58A00BA271E /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B02C04304E145D000880C5B /* Carbon.framework */; };
		2B4DE99105FF9307003EFEF0 /* PluginController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B4DE98D05FF9307003EFEF0 /* PluginController.h */; };
		2B4DE99205FF9307003EFEF0 /* PluginController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B4DE98E05FF9307003EFEF0 /* PluginController.m */; };
		2BB3D69D05427FE200831ACB /* PcsxController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B75FD3C051C56D200D12034 /* PcsxController.h */; };
		2BB3D69E05427FE200831ACB /* ConfigurationController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B75FD4A051C8A7400D12034 /* ConfigurationController.h */; };
		2BB3D69F05427FE200831ACB /* PluginList.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BBB1126051DC00500B84448 /* PluginList.h */; };
		2BB3D6A005427FE200831ACB /* EmuThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BBB1791051E113B00B84448 /* EmuThread.h */; };
		2BB3D6A105427FE200831ACB /* PcsxPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BA44360052DB2EA00E21DDD /* PcsxPlugin.h */; };
		2BB3D6A305427FE200831ACB /* Configuration.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2BA178B00514CE260026D74D /* Configuration.nib */; };
		2BB3D6A405427FE200831ACB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2BA178B20514CE260026D74D /* InfoPlist.strings */; };
		2BB3D6A505427FE200831ACB /* PCSX.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2BA178B40514CE260026D74D /* PCSX.nib */; };
		2BB3D6A705427FE200831ACB /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 2BBB1786051E0D9700B84448 /* Credits.rtf */; };
		2BB3D6BE05427FE200831ACB /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BA178A505148D9D0026D74D /* main.m */; };
		2BB3D6BF05427FE200831ACB /* PcsxController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B75FD3D051C56D200D12034 /* PcsxController.m */; };
		2BB3D6C005427FE200831ACB /* ConfigurationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B75FD4B051C8A7400D12034 /* ConfigurationController.m */; };
		2BB3D6C105427FE200831ACB /* PluginList.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BBB1127051DC00500B84448 /* PluginList.m */; };
		2BB3D6C205427FE200831ACB /* EmuThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BBB1792051E113B00B84448 /* EmuThread.m */; };
		2BB3D6C305427FE200831ACB /* Plugin.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BBB17DA051E4D0F00B84448 /* Plugin.c */; };
		2BB3D6C405427FE200831ACB /* PcsxPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BA44361052DB2EA00E21DDD /* PcsxPlugin.m */; };
		2BB3D6C605427FE200831ACB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BC4786204C7FD3600CAB520 /* Cocoa.framework */; };
		2BB3D6C705427FE200831ACB /* System.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B6E8AAE04C832040017A3B1 /* System.framework */; };
		2BB3D6C805427FE200831ACB /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B6E8AB404C8327C0017A3B1 /* IOKit.framework */; };
		712FD1E81093096F00575A92 /* debug.c in Sources */ = {isa = PBXBuildFile; fileRef = 712FD1E51093096F00575A92 /* debug.c */; };
		712FD1E91093096F00575A92 /* socket.c in Sources */ = {isa = PBXBuildFile; fileRef = 712FD1E61093096F00575A92 /* socket.c */; };
		712FD1EA1093096F00575A92 /* socket.h in Headers */ = {isa = PBXBuildFile; fileRef = 712FD1E71093096F00575A92 /* socket.h */; };
		713B530E110B75650002F164 /* ppf.c in Sources */ = {isa = PBXBuildFile; fileRef = 713B530C110B75650002F164 /* ppf.c */; };
		713B530F110B75650002F164 /* ppf.h in Headers */ = {isa = PBXBuildFile; fileRef = 713B530D110B75650002F164 /* ppf.h */; };
		713CB2E411FC49DA0033B6A8 /* DFCdrom.psxplugin in Copy PlugIns */ = {isa = PBXBuildFile; fileRef = 71F93F6C11FB8E9D007A5A7C /* DFCdrom.psxplugin */; };
		7161C2820FDED6D000225F97 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 7161C2810FDED6D000225F97 /* config.h */; };
		7161C2980FDED75300225F97 /* ExtendedKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 7161C2970FDED75300225F97 /* ExtendedKeys.h */; };
		719594B111AEFE8C004AD686 /* gte_divider.h in Headers */ = {isa = PBXBuildFile; fileRef = 719594AF11AEFE8C004AD686 /* gte_divider.h */; };
		719594B211AEFE8C004AD686 /* psxcommon.c in Sources */ = {isa = PBXBuildFile; fileRef = 719594B011AEFE8C004AD686 /* psxcommon.c */; };
		71AD2DF410C3575300365243 /* PeopsSPU.psxplugin in Copy PlugIns */ = {isa = PBXBuildFile; fileRef = 71AD2DD110C356FD00365243 /* PeopsSPU.psxplugin */; };
		71AD2DF510C3575C00365243 /* PeopsSoftGL.psxplugin in Copy PlugIns */ = {isa = PBXBuildFile; fileRef = 71AD2DDC10C3570900365243 /* PeopsSoftGL.psxplugin */; };
		71F2C0881200B6B000322AD9 /* DFInput.psxplugin in Copy PlugIns */ = {isa = PBXBuildFile; fileRef = 71F2C0861200B69B00322AD9 /* DFInput.psxplugin */; };
		71F4C5890FDED12800529849 /* cdriso.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5600FDED12800529849 /* cdriso.c */; };
		71F4C58A0FDED12800529849 /* cdriso.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5610FDED12800529849 /* cdriso.h */; };
		71F4C58B0FDED12800529849 /* cdrom.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5620FDED12800529849 /* cdrom.c */; };
		71F4C58C0FDED12800529849 /* cdrom.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5630FDED12800529849 /* cdrom.h */; };
		71F4C58D0FDED12800529849 /* cheat.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5640FDED12800529849 /* cheat.c */; };
		71F4C58E0FDED12800529849 /* cheat.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5650FDED12800529849 /* cheat.h */; };
		71F4C58F0FDED12800529849 /* coff.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5660FDED12800529849 /* coff.h */; };
		71F4C5900FDED12800529849 /* debug.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5670FDED12800529849 /* debug.h */; };
		71F4C5910FDED12800529849 /* decode_xa.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5680FDED12800529849 /* decode_xa.c */; };
		71F4C5920FDED12800529849 /* decode_xa.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5690FDED12800529849 /* decode_xa.h */; };
		71F4C5930FDED12800529849 /* disr3000a.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C56A0FDED12800529849 /* disr3000a.c */; };
		71F4C5940FDED12800529849 /* gte.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C56B0FDED12800529849 /* gte.c */; };
		71F4C5950FDED12800529849 /* gte.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C56C0FDED12800529849 /* gte.h */; };
		71F4C5960FDED12800529849 /* mdec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C56D0FDED12800529849 /* mdec.c */; };
		71F4C5970FDED12800529849 /* mdec.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C56E0FDED12800529849 /* mdec.h */; };
		71F4C5980FDED12800529849 /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C56F0FDED12800529849 /* misc.c */; };
		71F4C5990FDED12800529849 /* misc.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5700FDED12800529849 /* misc.h */; };
		71F4C59A0FDED12800529849 /* plugins.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5710FDED12800529849 /* plugins.c */; };
		71F4C59B0FDED12800529849 /* plugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5720FDED12800529849 /* plugins.h */; };
		71F4C59C0FDED12800529849 /* psemu_plugin_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5730FDED12800529849 /* psemu_plugin_defs.h */; };
		71F4C59D0FDED12800529849 /* psxbios.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5740FDED12800529849 /* psxbios.c */; };
		71F4C59E0FDED12800529849 /* psxbios.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5750FDED12800529849 /* psxbios.h */; };
		71F4C59F0FDED12800529849 /* psxcommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5760FDED12800529849 /* psxcommon.h */; };
		71F4C5A00FDED12800529849 /* psxcounters.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5770FDED12800529849 /* psxcounters.c */; };
		71F4C5A10FDED12800529849 /* psxcounters.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5780FDED12800529849 /* psxcounters.h */; };
		71F4C5A20FDED12800529849 /* psxdma.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5790FDED12800529849 /* psxdma.c */; };
		71F4C5A30FDED12800529849 /* psxdma.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C57A0FDED12800529849 /* psxdma.h */; };
		71F4C5A40FDED12800529849 /* psxhle.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C57B0FDED12800529849 /* psxhle.c */; };
		71F4C5A50FDED12800529849 /* psxhle.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C57C0FDED12800529849 /* psxhle.h */; };
		71F4C5A60FDED12800529849 /* psxhw.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C57D0FDED12800529849 /* psxhw.c */; };
		71F4C5A70FDED12800529849 /* psxhw.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C57E0FDED12800529849 /* psxhw.h */; };
		71F4C5A80FDED12800529849 /* psxinterpreter.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C57F0FDED12800529849 /* psxinterpreter.c */; };
		71F4C5A90FDED12800529849 /* psxmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5800FDED12800529849 /* psxmem.c */; };
		71F4C5AA0FDED12800529849 /* psxmem.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5810FDED12800529849 /* psxmem.h */; };
		71F4C5AB0FDED12800529849 /* r3000a.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5820FDED12800529849 /* r3000a.c */; };
		71F4C5AC0FDED12800529849 /* r3000a.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5830FDED12800529849 /* r3000a.h */; };
		71F4C5AD0FDED12800529849 /* sio.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5840FDED12800529849 /* sio.c */; };
		71F4C5AE0FDED12800529849 /* sio.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5850FDED12800529849 /* sio.h */; };
		71F4C5AF0FDED12800529849 /* spu.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5860FDED12800529849 /* spu.c */; };
		71F4C5B00FDED12800529849 /* spu.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5870FDED12800529849 /* spu.h */; };
		71F4C5B10FDED12800529849 /* system.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5880FDED12800529849 /* system.h */; };
		71F4C5B80FDED16D00529849 /* iGte.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5B40FDED16D00529849 /* iGte.h */; };
		71F4C5B90FDED16D00529849 /* iR3000A.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5B50FDED16D00529849 /* iR3000A.c */; };
		71F4C5BA0FDED16D00529849 /* ix86.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5B60FDED16D00529849 /* ix86.c */; };
		71F4C5BB0FDED16D00529849 /* ix86.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F4C5B70FDED16D00529849 /* ix86.h */; };
		71F703A711B3A673007DD5C5 /* sjisfont.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F703A611B3A673007DD5C5 /* sjisfont.h */; };
/* End PBXBuildFile section */

/* Begin PBXBuildRule section */
		2BB3D6D005427FE200831ACB /* PBXBuildRule */ = {
			isa = PBXBuildRule;
			compilerSpec = com.apple.compilers.gcc;
			fileType = sourcecode.c;
			isEditable = 1;
			outputFiles = (
			);
		};
		2BD707B705559AE300CB5D9B /* PBXBuildRule */ = {
			isa = PBXBuildRule;
			compilerSpec = com.apple.compilers.gcc;
			filePatterns = pasm.s;
			fileType = sourcecode.asm;
			isEditable = 1;
			outputFiles = (
				"$(DERIVED_FILES_DIR)/$(INPUT_FILE_BASE).o",
			);
			script = "as -o $(DERIVED_FILES_DIR)/$(INPUT_FILE_BASE).o $(INPUT_FILE_PATH)";
		};
/* End PBXBuildRule section */

/* Begin PBXContainerItemProxy section */
		713CB2DD11FC49720033B6A8 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 71F93F6311FB8E9D007A5A7C /* DFCdrom.xcodeproj */;
			proxyType = 1;
			remoteGlobalIDString = 8D57630D048677EA00EA77CD;
			remoteInfo = DFCdrom;
		};
		71AD2DD010C356FD00365243 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 71AD2DC710C356FD00365243 /* PeopsSPU.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = 8D576316048677EA00EA77CD;
			remoteInfo = PeopsSPU;
		};
		71AD2DDB10C3570900365243 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 71AD2DD210C3570900365243 /* PeopsSoftGPU.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = 2BAF50930632BB1A00DB9A16;
			remoteInfo = gpuPeopsSoftGL;
		};
		71AD2DE810C3572200365243 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 71AD2DC710C356FD00365243 /* PeopsSPU.xcodeproj */;
			proxyType = 1;
			remoteGlobalIDString = 8D57630D048677EA00EA77CD;
			remoteInfo = PeopsSPU;
		};
		71AD2DEA10C3572500365243 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 71AD2DD210C3570900365243 /* PeopsSoftGPU.xcodeproj */;
			proxyType = 1;
			remoteGlobalIDString = 2BAF50920632BB1A00DB9A16;
			remoteInfo = gpuPeopsSoftGL;
		};
		71F2C0851200B69B00322AD9 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 71F2C07E1200B69B00322AD9 /* DFInput.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = 8D576316048677EA00EA77CD;
			remoteInfo = DFInput;
		};
		71F2C0BB1200B75100322AD9 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 71F2C07E1200B69B00322AD9 /* DFInput.xcodeproj */;
			proxyType = 1;
			remoteGlobalIDString = 8D57630D048677EA00EA77CD;
			remoteInfo = DFInput;
		};
		71F93F6B11FB8E9D007A5A7C /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 71F93F6311FB8E9D007A5A7C /* DFCdrom.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = 8D576316048677EA00EA77CD;
			remoteInfo = DFCdrom;
		};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
		71AD2DF010C3573400365243 /* Copy PlugIns */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "";
			dstSubfolderSpec = 13;
			files = (
				71F2C0881200B6B000322AD9 /* DFInput.psxplugin in Copy PlugIns */,
				713CB2E411FC49DA0033B6A8 /* DFCdrom.psxplugin in Copy PlugIns */,
				71AD2DF510C3575C00365243 /* PeopsSoftGL.psxplugin in Copy PlugIns */,
				71AD2DF410C3575300365243 /* PeopsSPU.psxplugin in Copy PlugIns */,
			);
			name = "Copy PlugIns";
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
		2B02C04304E145D000880C5B /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
		2B143D01078A2CBD00AF745A /* PCSX.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = PCSX.icns; sourceTree = "<group>"; };
		2B143D02078A2CBD00AF745A /* pcsxfreeze.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = pcsxfreeze.icns; sourceTree = "<group>"; };
		2B143D03078A2CBD00AF745A /* pcsxmemcard.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = pcsxmemcard.icns; sourceTree = "<group>"; };
		2B143D04078A2CBD00AF745A /* psxbios.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = psxbios.icns; sourceTree = "<group>"; };
		2B143D05078A2CBD00AF745A /* psxplugin.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = psxplugin.icns; sourceTree = "<group>"; };
		2B2189D204D96C7A00179945 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
		2B3E356A06937D1C00763C7D /* PcsxPluginDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PcsxPluginDocument.h; sourceTree = "<group>"; };
		2B3E356B06937D1C00763C7D /* PcsxPluginDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PcsxPluginDocument.m; sourceTree = "<group>"; };
		2B3E35BB069384D100763C7D /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = AddPluginSheet.nib; sourceTree = "<group>"; };
		2B4DE98D05FF9307003EFEF0 /* PluginController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PluginController.h; sourceTree = "<group>"; };
		2B4DE98E05FF9307003EFEF0 /* PluginController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = PluginController.m; sourceTree = "<group>"; };
		2B690C760635C65C00CDA575 /* ExceptionHandling.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ExceptionHandling.framework; path = /System/Library/Frameworks/ExceptionHandling.framework; sourceTree = "<absolute>"; };
		2B6E8AAE04C832040017A3B1 /* System.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = System.framework; path = /System/Library/Frameworks/System.framework; sourceTree = "<absolute>"; };
		2B6E8AB404C8327C0017A3B1 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
		2B75FD3C051C56D200D12034 /* PcsxController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PcsxController.h; sourceTree = "<group>"; };
		2B75FD3D051C56D200D12034 /* PcsxController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = PcsxController.m; sourceTree = "<group>"; };
		2B75FD4A051C8A7400D12034 /* ConfigurationController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ConfigurationController.h; sourceTree = "<group>"; };
		2B75FD4B051C8A7400D12034 /* ConfigurationController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ConfigurationController.m; sourceTree = "<group>"; };
		2B976C00074C14B4007C050A /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = /System/Library/Frameworks/Kernel.framework; sourceTree = "<absolute>"; };
		2BA178A505148D9D0026D74D /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
		2BA178B10514CE260026D74D /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = Configuration.nib; sourceTree = "<group>"; };
		2BA178B30514CE260026D74D /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = InfoPlist.strings; sourceTree = "<group>"; };
		2BA178B50514CE260026D74D /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = PCSX.nib; sourceTree = "<group>"; };
		2BA44360052DB2EA00E21DDD /* PcsxPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PcsxPlugin.h; sourceTree = "<group>"; };
		2BA44361052DB2EA00E21DDD /* PcsxPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = PcsxPlugin.m; sourceTree = "<group>"; tabWidth = 4; usesTabs = 0; };
		2BB3D6CF05427FE200831ACB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; };
		2BB3D6D105427FE200831ACB /* PCSX.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = PCSX.app; sourceTree = BUILT_PRODUCTS_DIR; };
		2BBB1126051DC00500B84448 /* PluginList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginList.h; sourceTree = "<group>"; };
		2BBB1127051DC00500B84448 /* PluginList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PluginList.m; sourceTree = "<group>"; };
		2BBB1787051E0D9700B84448 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = English; path = Credits.rtf; sourceTree = "<group>"; };
		2BBB1791051E113B00B84448 /* EmuThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EmuThread.h; sourceTree = "<group>"; };
		2BBB1792051E113B00B84448 /* EmuThread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EmuThread.m; sourceTree = "<group>"; };
		2BBB17DA051E4D0F00B84448 /* Plugin.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = Plugin.c; sourceTree = SOURCE_ROOT; };
		2BC4786204C7FD3600CAB520 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
		712FD1E51093096F00575A92 /* debug.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = debug.c; path = ../libpcsxcore/debug.c; sourceTree = SOURCE_ROOT; };
		712FD1E61093096F00575A92 /* socket.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = socket.c; path = ../libpcsxcore/socket.c; sourceTree = SOURCE_ROOT; };
		712FD1E71093096F00575A92 /* socket.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = socket.h; path = ../libpcsxcore/socket.h; sourceTree = SOURCE_ROOT; };
		713B530C110B75650002F164 /* ppf.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = ppf.c; path = ../libpcsxcore/ppf.c; sourceTree = SOURCE_ROOT; };
		713B530D110B75650002F164 /* ppf.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ppf.h; path = ../libpcsxcore/ppf.h; sourceTree = SOURCE_ROOT; };
		7161C2810FDED6D000225F97 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
		7161C2970FDED75300225F97 /* ExtendedKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExtendedKeys.h; sourceTree = "<group>"; };
		719594AF11AEFE8C004AD686 /* gte_divider.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = gte_divider.h; path = ../libpcsxcore/gte_divider.h; sourceTree = SOURCE_ROOT; };
		719594B011AEFE8C004AD686 /* psxcommon.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = psxcommon.c; path = ../libpcsxcore/psxcommon.c; sourceTree = SOURCE_ROOT; };
		71AD2DC710C356FD00365243 /* PeopsSPU.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = PeopsSPU.xcodeproj; path = plugins/DFSound/PeopsSPU.xcodeproj; sourceTree = SOURCE_ROOT; };
		71AD2DD210C3570900365243 /* PeopsSoftGPU.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = PeopsSoftGPU.xcodeproj; path = plugins/DFXVideo/PeopsSoftGPU.xcodeproj; sourceTree = SOURCE_ROOT; };
		71F2C07E1200B69B00322AD9 /* DFInput.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DFInput.xcodeproj; path = plugins/DFInput/DFInput.xcodeproj; sourceTree = "<group>"; };
		71F4C5600FDED12800529849 /* cdriso.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cdriso.c; path = ../libpcsxcore/cdriso.c; sourceTree = SOURCE_ROOT; };
		71F4C5610FDED12800529849 /* cdriso.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cdriso.h; path = ../libpcsxcore/cdriso.h; sourceTree = SOURCE_ROOT; };
		71F4C5620FDED12800529849 /* cdrom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cdrom.c; path = ../libpcsxcore/cdrom.c; sourceTree = SOURCE_ROOT; };
		71F4C5630FDED12800529849 /* cdrom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cdrom.h; path = ../libpcsxcore/cdrom.h; sourceTree = SOURCE_ROOT; };
		71F4C5640FDED12800529849 /* cheat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cheat.c; path = ../libpcsxcore/cheat.c; sourceTree = SOURCE_ROOT; };
		71F4C5650FDED12800529849 /* cheat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cheat.h; path = ../libpcsxcore/cheat.h; sourceTree = SOURCE_ROOT; };
		71F4C5660FDED12800529849 /* coff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = coff.h; path = ../libpcsxcore/coff.h; sourceTree = SOURCE_ROOT; };
		71F4C5670FDED12800529849 /* debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = debug.h; path = ../libpcsxcore/debug.h; sourceTree = SOURCE_ROOT; };
		71F4C5680FDED12800529849 /* decode_xa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = decode_xa.c; path = ../libpcsxcore/decode_xa.c; sourceTree = SOURCE_ROOT; };
		71F4C5690FDED12800529849 /* decode_xa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = decode_xa.h; path = ../libpcsxcore/decode_xa.h; sourceTree = SOURCE_ROOT; };
		71F4C56A0FDED12800529849 /* disr3000a.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = disr3000a.c; path = ../libpcsxcore/disr3000a.c; sourceTree = SOURCE_ROOT; };
		71F4C56B0FDED12800529849 /* gte.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gte.c; path = ../libpcsxcore/gte.c; sourceTree = SOURCE_ROOT; };
		71F4C56C0FDED12800529849 /* gte.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gte.h; path = ../libpcsxcore/gte.h; sourceTree = SOURCE_ROOT; };
		71F4C56D0FDED12800529849 /* mdec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mdec.c; path = ../libpcsxcore/mdec.c; sourceTree = SOURCE_ROOT; };
		71F4C56E0FDED12800529849 /* mdec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mdec.h; path = ../libpcsxcore/mdec.h; sourceTree = SOURCE_ROOT; };
		71F4C56F0FDED12800529849 /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = misc.c; path = ../libpcsxcore/misc.c; sourceTree = SOURCE_ROOT; };
		71F4C5700FDED12800529849 /* misc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = misc.h; path = ../libpcsxcore/misc.h; sourceTree = SOURCE_ROOT; };
		71F4C5710FDED12800529849 /* plugins.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = plugins.c; path = ../libpcsxcore/plugins.c; sourceTree = SOURCE_ROOT; };
		71F4C5720FDED12800529849 /* plugins.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = plugins.h; path = ../libpcsxcore/plugins.h; sourceTree = SOURCE_ROOT; };
		71F4C5730FDED12800529849 /* psemu_plugin_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = psemu_plugin_defs.h; path = ../libpcsxcore/psemu_plugin_defs.h; sourceTree = SOURCE_ROOT; };
		71F4C5740FDED12800529849 /* psxbios.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = psxbios.c; path = ../libpcsxcore/psxbios.c; sourceTree = SOURCE_ROOT; };
		71F4C5750FDED12800529849 /* psxbios.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = psxbios.h; path = ../libpcsxcore/psxbios.h; sourceTree = SOURCE_ROOT; };
		71F4C5760FDED12800529849 /* psxcommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = psxcommon.h; path = ../libpcsxcore/psxcommon.h; sourceTree = SOURCE_ROOT; };
		71F4C5770FDED12800529849 /* psxcounters.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = psxcounters.c; path = ../libpcsxcore/psxcounters.c; sourceTree = SOURCE_ROOT; };
		71F4C5780FDED12800529849 /* psxcounters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = psxcounters.h; path = ../libpcsxcore/psxcounters.h; sourceTree = SOURCE_ROOT; };
		71F4C5790FDED12800529849 /* psxdma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = psxdma.c; path = ../libpcsxcore/psxdma.c; sourceTree = SOURCE_ROOT; };
		71F4C57A0FDED12800529849 /* psxdma.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = psxdma.h; path = ../libpcsxcore/psxdma.h; sourceTree = SOURCE_ROOT; };
		71F4C57B0FDED12800529849 /* psxhle.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = psxhle.c; path = ../libpcsxcore/psxhle.c; sourceTree = SOURCE_ROOT; };
		71F4C57C0FDED12800529849 /* psxhle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = psxhle.h; path = ../libpcsxcore/psxhle.h; sourceTree = SOURCE_ROOT; };
		71F4C57D0FDED12800529849 /* psxhw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = psxhw.c; path = ../libpcsxcore/psxhw.c; sourceTree = SOURCE_ROOT; };
		71F4C57E0FDED12800529849 /* psxhw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = psxhw.h; path = ../libpcsxcore/psxhw.h; sourceTree = SOURCE_ROOT; };
		71F4C57F0FDED12800529849 /* psxinterpreter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = psxinterpreter.c; path = ../libpcsxcore/psxinterpreter.c; sourceTree = SOURCE_ROOT; };
		71F4C5800FDED12800529849 /* psxmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = psxmem.c; path = ../libpcsxcore/psxmem.c; sourceTree = SOURCE_ROOT; };
		71F4C5810FDED12800529849 /* psxmem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = psxmem.h; path = ../libpcsxcore/psxmem.h; sourceTree = SOURCE_ROOT; };
		71F4C5820FDED12800529849 /* r3000a.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = r3000a.c; path = ../libpcsxcore/r3000a.c; sourceTree = SOURCE_ROOT; };
		71F4C5830FDED12800529849 /* r3000a.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = r3000a.h; path = ../libpcsxcore/r3000a.h; sourceTree = SOURCE_ROOT; };
		71F4C5840FDED12800529849 /* sio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sio.c; path = ../libpcsxcore/sio.c; sourceTree = SOURCE_ROOT; };
		71F4C5850FDED12800529849 /* sio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sio.h; path = ../libpcsxcore/sio.h; sourceTree = SOURCE_ROOT; };
		71F4C5860FDED12800529849 /* spu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = spu.c; path = ../libpcsxcore/spu.c; sourceTree = SOURCE_ROOT; };
		71F4C5870FDED12800529849 /* spu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = spu.h; path = ../libpcsxcore/spu.h; sourceTree = SOURCE_ROOT; };
		71F4C5880FDED12800529849 /* system.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = system.h; path = ../libpcsxcore/system.h; sourceTree = SOURCE_ROOT; };
		71F4C5B40FDED16D00529849 /* iGte.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iGte.h; path = ../libpcsxcore/ix86/iGte.h; sourceTree = SOURCE_ROOT; };
		71F4C5B50FDED16D00529849 /* iR3000A.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = iR3000A.c; path = ../libpcsxcore/ix86/iR3000A.c; sourceTree = SOURCE_ROOT; };
		71F4C5B60FDED16D00529849 /* ix86.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ix86.c; path = ../libpcsxcore/ix86/ix86.c; sourceTree = SOURCE_ROOT; };
		71F4C5B70FDED16D00529849 /* ix86.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ix86.h; path = ../libpcsxcore/ix86/ix86.h; sourceTree = SOURCE_ROOT; };
		71F703A611B3A673007DD5C5 /* sjisfont.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = sjisfont.h; path = ../libpcsxcore/sjisfont.h; sourceTree = SOURCE_ROOT; };
		71F93F6311FB8E9D007A5A7C /* DFCdrom.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DFCdrom.xcodeproj; path = plugins/DFCdrom/DFCdrom.xcodeproj; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		2BB3D6C505427FE200831ACB /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				2BB3D6C605427FE200831ACB /* Cocoa.framework in Frameworks */,
				2BB3D6C705427FE200831ACB /* System.framework in Frameworks */,
				2BB3D6C805427FE200831ACB /* IOKit.framework in Frameworks */,
				2B400D910789F58A00BA271E /* Carbon.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		0249A662FF388D9811CA2CEA /* External Frameworks and Libraries */ = {
			isa = PBXGroup;
			children = (
				2B976C00074C14B4007C050A /* Kernel.framework */,
				2B02C04304E145D000880C5B /* Carbon.framework */,
				2BC4786204C7FD3600CAB520 /* Cocoa.framework */,
				2B6E8AAE04C832040017A3B1 /* System.framework */,
				2B6E8AB404C8327C0017A3B1 /* IOKit.framework */,
				2B2189D204D96C7A00179945 /* CoreFoundation.framework */,
				2B690C760635C65C00CDA575 /* ExceptionHandling.framework */,
			);
			name = "External Frameworks and Libraries";
			sourceTree = "<group>";
		};
		08FB7794FE84155DC02AAC07 /* Pcsx */ = {
			isa = PBXGroup;
			children = (
				08FB7795FE84155DC02AAC07 /* Source */,
				0249A662FF388D9811CA2CEA /* External Frameworks and Libraries */,
				1AB674ADFE9D54B511CA2CBB /* Products */,
				2BB3D6CF05427FE200831ACB /* Info.plist */,
			);
			name = Pcsx;
			sourceTree = "<group>";
		};
		08FB7795FE84155DC02AAC07 /* Source */ = {
			isa = PBXGroup;
			children = (
				2BCE23B204C6B52C007C2DA3 /* libpcsxcore */,
				2BC4787804C7FDBD00CAB520 /* MacOSX */,
			);
			name = Source;
			sourceTree = "<group>";
		};
		1AB674ADFE9D54B511CA2CBB /* Products */ = {
			isa = PBXGroup;
			children = (
				2BBD6C1D04C893F500A83E33 /* PlugIns */,
				2BB3D6D105427FE200831ACB /* PCSX.app */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		2B143D00078A2CBD00AF745A /* icons */ = {
			isa = PBXGroup;
			children = (
				2B143D01078A2CBD00AF745A /* PCSX.icns */,
				2B143D02078A2CBD00AF745A /* pcsxfreeze.icns */,
				2B143D03078A2CBD00AF745A /* pcsxmemcard.icns */,
				2B143D04078A2CBD00AF745A /* psxbios.icns */,
				2B143D05078A2CBD00AF745A /* psxplugin.icns */,
			);
			path = icons;
			sourceTree = "<group>";
		};
		2BA178AD0514CE260026D74D /* English.lproj */ = {
			isa = PBXGroup;
			children = (
				2BBB1786051E0D9700B84448 /* Credits.rtf */,
				2BA178B00514CE260026D74D /* Configuration.nib */,
				2BA178B20514CE260026D74D /* InfoPlist.strings */,
				2BA178B40514CE260026D74D /* PCSX.nib */,
				2B3E35BA069384D100763C7D /* AddPluginSheet.nib */,
			);
			path = English.lproj;
			sourceTree = "<group>";
		};
		2BBD6C1D04C893F500A83E33 /* PlugIns */ = {
			isa = PBXGroup;
			children = (
				71F2C07E1200B69B00322AD9 /* DFInput.xcodeproj */,
				71F93F6311FB8E9D007A5A7C /* DFCdrom.xcodeproj */,
				71AD2DD210C3570900365243 /* PeopsSoftGPU.xcodeproj */,
				71AD2DC710C356FD00365243 /* PeopsSPU.xcodeproj */,
			);
			name = PlugIns;
			sourceTree = "<group>";
		};
		2BC4787804C7FDBD00CAB520 /* MacOSX */ = {
			isa = PBXGroup;
			children = (
				2BA178AD0514CE260026D74D /* English.lproj */,
				2B143D00078A2CBD00AF745A /* icons */,
				7161C2810FDED6D000225F97 /* config.h */,
				2BA178A505148D9D0026D74D /* main.m */,
				2BBB17DA051E4D0F00B84448 /* Plugin.c */,
				2B75FD3C051C56D200D12034 /* PcsxController.h */,
				2B75FD3D051C56D200D12034 /* PcsxController.m */,
				2B75FD4A051C8A7400D12034 /* ConfigurationController.h */,
				2B75FD4B051C8A7400D12034 /* ConfigurationController.m */,
				2B4DE98D05FF9307003EFEF0 /* PluginController.h */,
				2B4DE98E05FF9307003EFEF0 /* PluginController.m */,
				2BBB1791051E113B00B84448 /* EmuThread.h */,
				2BBB1792051E113B00B84448 /* EmuThread.m */,
				7161C2970FDED75300225F97 /* ExtendedKeys.h */,
				2BBB1126051DC00500B84448 /* PluginList.h */,
				2BBB1127051DC00500B84448 /* PluginList.m */,
				2BA44360052DB2EA00E21DDD /* PcsxPlugin.h */,
				2BA44361052DB2EA00E21DDD /* PcsxPlugin.m */,
				2B3E356A06937D1C00763C7D /* PcsxPluginDocument.h */,
				2B3E356B06937D1C00763C7D /* PcsxPluginDocument.m */,
			);
			name = MacOSX;
			sourceTree = "<group>";
		};
		2BCE23B204C6B52C007C2DA3 /* libpcsxcore */ = {
			isa = PBXGroup;
			children = (
				71F4C5B30FDED15800529849 /* ix86 */,
				71F4C5600FDED12800529849 /* cdriso.c */,
				71F4C5610FDED12800529849 /* cdriso.h */,
				71F4C5620FDED12800529849 /* cdrom.c */,
				71F4C5630FDED12800529849 /* cdrom.h */,
				71F4C5640FDED12800529849 /* cheat.c */,
				71F4C5650FDED12800529849 /* cheat.h */,
				71F4C5660FDED12800529849 /* coff.h */,
				712FD1E51093096F00575A92 /* debug.c */,
				71F4C5670FDED12800529849 /* debug.h */,
				71F4C5680FDED12800529849 /* decode_xa.c */,
				71F4C5690FDED12800529849 /* decode_xa.h */,
				71F4C56A0FDED12800529849 /* disr3000a.c */,
				71F4C56B0FDED12800529849 /* gte.c */,
				71F4C56C0FDED12800529849 /* gte.h */,
				719594AF11AEFE8C004AD686 /* gte_divider.h */,
				71F4C56D0FDED12800529849 /* mdec.c */,
				71F4C56E0FDED12800529849 /* mdec.h */,
				71F4C56F0FDED12800529849 /* misc.c */,
				71F4C5700FDED12800529849 /* misc.h */,
				71F4C5710FDED12800529849 /* plugins.c */,
				71F4C5720FDED12800529849 /* plugins.h */,
				713B530C110B75650002F164 /* ppf.c */,
				713B530D110B75650002F164 /* ppf.h */,
				71F4C5730FDED12800529849 /* psemu_plugin_defs.h */,
				71F4C5740FDED12800529849 /* psxbios.c */,
				71F4C5750FDED12800529849 /* psxbios.h */,
				719594B011AEFE8C004AD686 /* psxcommon.c */,
				71F4C5760FDED12800529849 /* psxcommon.h */,
				71F4C5770FDED12800529849 /* psxcounters.c */,
				71F4C5780FDED12800529849 /* psxcounters.h */,
				71F4C5790FDED12800529849 /* psxdma.c */,
				71F4C57A0FDED12800529849 /* psxdma.h */,
				71F4C57B0FDED12800529849 /* psxhle.c */,
				71F4C57C0FDED12800529849 /* psxhle.h */,
				71F4C57D0FDED12800529849 /* psxhw.c */,
				71F4C57E0FDED12800529849 /* psxhw.h */,
				71F4C57F0FDED12800529849 /* psxinterpreter.c */,
				71F4C5800FDED12800529849 /* psxmem.c */,
				71F4C5810FDED12800529849 /* psxmem.h */,
				71F4C5820FDED12800529849 /* r3000a.c */,
				71F4C5830FDED12800529849 /* r3000a.h */,
				71F4C5840FDED12800529849 /* sio.c */,
				71F4C5850FDED12800529849 /* sio.h */,
				71F703A611B3A673007DD5C5 /* sjisfont.h */,
				712FD1E61093096F00575A92 /* socket.c */,
				712FD1E71093096F00575A92 /* socket.h */,
				71F4C5860FDED12800529849 /* spu.c */,
				71F4C5870FDED12800529849 /* spu.h */,
				71F4C5880FDED12800529849 /* system.h */,
			);
			name = libpcsxcore;
			sourceTree = "<group>";
		};
		71AD2DCD10C356FD00365243 /* Products */ = {
			isa = PBXGroup;
			children = (
				71AD2DD110C356FD00365243 /* PeopsSPU.psxplugin */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		71AD2DD810C3570900365243 /* Products */ = {
			isa = PBXGroup;
			children = (
				71AD2DDC10C3570900365243 /* PeopsSoftGL.psxplugin */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		71F2C07F1200B69B00322AD9 /* Products */ = {
			isa = PBXGroup;
			children = (
				71F2C0861200B69B00322AD9 /* DFInput.psxplugin */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		71F4C5B30FDED15800529849 /* ix86 */ = {
			isa = PBXGroup;
			children = (
				71F4C5B40FDED16D00529849 /* iGte.h */,
				71F4C5B50FDED16D00529849 /* iR3000A.c */,
				71F4C5B60FDED16D00529849 /* ix86.c */,
				71F4C5B70FDED16D00529849 /* ix86.h */,
			);
			name = ix86;
			sourceTree = "<group>";
		};
		71F93F6411FB8E9D007A5A7C /* Products */ = {
			isa = PBXGroup;
			children = (
				71F93F6C11FB8E9D007A5A7C /* DFCdrom.psxplugin */,
			);
			name = Products;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		2BB3D68305427FE200831ACB /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				2BB3D69D05427FE200831ACB /* PcsxController.h in Headers */,
				2BB3D69E05427FE200831ACB /* ConfigurationController.h in Headers */,
				2BB3D69F05427FE200831ACB /* PluginList.h in Headers */,
				2BB3D6A005427FE200831ACB /* EmuThread.h in Headers */,
				2BB3D6A105427FE200831ACB /* PcsxPlugin.h in Headers */,
				2B4DE99105FF9307003EFEF0 /* PluginController.h in Headers */,
				2B3E356C06937D1C00763C7D /* PcsxPluginDocument.h in Headers */,
				71F4C58A0FDED12800529849 /* cdriso.h in Headers */,
				71F4C58C0FDED12800529849 /* cdrom.h in Headers */,
				71F4C58E0FDED12800529849 /* cheat.h in Headers */,
				71F4C58F0FDED12800529849 /* coff.h in Headers */,
				71F4C5900FDED12800529849 /* debug.h in Headers */,
				71F4C5920FDED12800529849 /* decode_xa.h in Headers */,
				71F4C5950FDED12800529849 /* gte.h in Headers */,
				71F4C5970FDED12800529849 /* mdec.h in Headers */,
				71F4C5990FDED12800529849 /* misc.h in Headers */,
				71F4C59B0FDED12800529849 /* plugins.h in Headers */,
				71F4C59C0FDED12800529849 /* psemu_plugin_defs.h in Headers */,
				71F4C59E0FDED12800529849 /* psxbios.h in Headers */,
				71F4C59F0FDED12800529849 /* psxcommon.h in Headers */,
				71F4C5A10FDED12800529849 /* psxcounters.h in Headers */,
				71F4C5A30FDED12800529849 /* psxdma.h in Headers */,
				71F4C5A50FDED12800529849 /* psxhle.h in Headers */,
				71F4C5A70FDED12800529849 /* psxhw.h in Headers */,
				71F4C5AA0FDED12800529849 /* psxmem.h in Headers */,
				71F4C5AC0FDED12800529849 /* r3000a.h in Headers */,
				71F4C5AE0FDED12800529849 /* sio.h in Headers */,
				71F4C5B00FDED12800529849 /* spu.h in Headers */,
				71F4C5B10FDED12800529849 /* system.h in Headers */,
				71F4C5B80FDED16D00529849 /* iGte.h in Headers */,
				71F4C5BB0FDED16D00529849 /* ix86.h in Headers */,
				7161C2820FDED6D000225F97 /* config.h in Headers */,
				7161C2980FDED75300225F97 /* ExtendedKeys.h in Headers */,
				712FD1EA1093096F00575A92 /* socket.h in Headers */,
				713B530F110B75650002F164 /* ppf.h in Headers */,
				719594B111AEFE8C004AD686 /* gte_divider.h in Headers */,
				71F703A711B3A673007DD5C5 /* sjisfont.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		2BB3D68205427FE200831ACB /* PCSX */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 71F353F30FD98DFE00CBEC28 /* Build configuration list for PBXNativeTarget "PCSX" */;
			buildPhases = (
				2BB3D68305427FE200831ACB /* Headers */,
				2BB3D6A205427FE200831ACB /* Resources */,
				2BB3D6A805427FE200831ACB /* Sources */,
				2BB3D6C505427FE200831ACB /* Frameworks */,
				2BB3D6CD05427FE200831ACB /* Rez */,
				71AD2DF010C3573400365243 /* Copy PlugIns */,
			);
			buildRules = (
				2BD707B705559AE300CB5D9B /* PBXBuildRule */,
				2BB3D6D005427FE200831ACB /* PBXBuildRule */,
			);
			dependencies = (
				71AD2DE910C3572200365243 /* PBXTargetDependency */,
				71AD2DEB10C3572500365243 /* PBXTargetDependency */,
				713CB2DE11FC49720033B6A8 /* PBXTargetDependency */,
				71F2C0BC1200B75100322AD9 /* PBXTargetDependency */,
			);
			name = PCSX;
			productInstallPath = "$(USER_APPS_DIR)";
			productName = "Pcsx-MacOSX";
			productReference = 2BB3D6D105427FE200831ACB /* PCSX.app */;
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		08FB7793FE84155DC02AAC07 /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = 71F353F80FD98DFE00CBEC28 /* Build configuration list for PBXProject "Pcsx" */;
			hasScannedForEncodings = 1;
			mainGroup = 08FB7794FE84155DC02AAC07 /* Pcsx */;
			projectDirPath = "";
			projectReferences = (
				{
					ProductGroup = 71F93F6411FB8E9D007A5A7C /* Products */;
					ProjectRef = 71F93F6311FB8E9D007A5A7C /* DFCdrom.xcodeproj */;
				},
				{
					ProductGroup = 71F2C07F1200B69B00322AD9 /* Products */;
					ProjectRef = 71F2C07E1200B69B00322AD9 /* DFInput.xcodeproj */;
				},
				{
					ProductGroup = 71AD2DD810C3570900365243 /* Products */;
					ProjectRef = 71AD2DD210C3570900365243 /* PeopsSoftGPU.xcodeproj */;
				},
				{
					ProductGroup = 71AD2DCD10C356FD00365243 /* Products */;
					ProjectRef = 71AD2DC710C356FD00365243 /* PeopsSPU.xcodeproj */;
				},
			);
			targets = (
				2BB3D68205427FE200831ACB /* PCSX */,
			);
		};
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
		71AD2DD110C356FD00365243 /* PeopsSPU.psxplugin */ = {
			isa = PBXReferenceProxy;
			fileType = wrapper.cfbundle;
			path = PeopsSPU.psxplugin;
			remoteRef = 71AD2DD010C356FD00365243 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		71AD2DDC10C3570900365243 /* PeopsSoftGL.psxplugin */ = {
			isa = PBXReferenceProxy;
			fileType = wrapper.cfbundle;
			path = PeopsSoftGL.psxplugin;
			remoteRef = 71AD2DDB10C3570900365243 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		71F2C0861200B69B00322AD9 /* DFInput.psxplugin */ = {
			isa = PBXReferenceProxy;
			fileType = wrapper.cfbundle;
			path = DFInput.psxplugin;
			remoteRef = 71F2C0851200B69B00322AD9 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		71F93F6C11FB8E9D007A5A7C /* DFCdrom.psxplugin */ = {
			isa = PBXReferenceProxy;
			fileType = wrapper.cfbundle;
			path = DFCdrom.psxplugin;
			remoteRef = 71F93F6B11FB8E9D007A5A7C /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
		2BB3D6A205427FE200831ACB /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				2BB3D6A305427FE200831ACB /* Configuration.nib in Resources */,
				2BB3D6A405427FE200831ACB /* InfoPlist.strings in Resources */,
				2BB3D6A505427FE200831ACB /* PCSX.nib in Resources */,
				2BB3D6A705427FE200831ACB /* Credits.rtf in Resources */,
				2B3E35BC069384D100763C7D /* AddPluginSheet.nib in Resources */,
				2B143D06078A2CBD00AF745A /* PCSX.icns in Resources */,
				2B143D07078A2CBD00AF745A /* pcsxfreeze.icns in Resources */,
				2B143D08078A2CBD00AF745A /* pcsxmemcard.icns in Resources */,
				2B143D09078A2CBD00AF745A /* psxbios.icns in Resources */,
				2B143D0A078A2CBD00AF745A /* psxplugin.icns in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXRezBuildPhase section */
		2BB3D6CD05427FE200831ACB /* Rez */ = {
			isa = PBXRezBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXRezBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		2BB3D6A805427FE200831ACB /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				2BB3D6BE05427FE200831ACB /* main.m in Sources */,
				2BB3D6BF05427FE200831ACB /* PcsxController.m in Sources */,
				2BB3D6C005427FE200831ACB /* ConfigurationController.m in Sources */,
				2BB3D6C105427FE200831ACB /* PluginList.m in Sources */,
				2BB3D6C205427FE200831ACB /* EmuThread.m in Sources */,
				2BB3D6C305427FE200831ACB /* Plugin.c in Sources */,
				2BB3D6C405427FE200831ACB /* PcsxPlugin.m in Sources */,
				2B4DE99205FF9307003EFEF0 /* PluginController.m in Sources */,
				2B3E356D06937D1C00763C7D /* PcsxPluginDocument.m in Sources */,
				71F4C5890FDED12800529849 /* cdriso.c in Sources */,
				71F4C58B0FDED12800529849 /* cdrom.c in Sources */,
				71F4C58D0FDED12800529849 /* cheat.c in Sources */,
				71F4C5910FDED12800529849 /* decode_xa.c in Sources */,
				71F4C5930FDED12800529849 /* disr3000a.c in Sources */,
				71F4C5940FDED12800529849 /* gte.c in Sources */,
				71F4C5960FDED12800529849 /* mdec.c in Sources */,
				71F4C5980FDED12800529849 /* misc.c in Sources */,
				71F4C59A0FDED12800529849 /* plugins.c in Sources */,
				71F4C59D0FDED12800529849 /* psxbios.c in Sources */,
				71F4C5A00FDED12800529849 /* psxcounters.c in Sources */,
				71F4C5A20FDED12800529849 /* psxdma.c in Sources */,
				71F4C5A40FDED12800529849 /* psxhle.c in Sources */,
				71F4C5A60FDED12800529849 /* psxhw.c in Sources */,
				71F4C5A80FDED12800529849 /* psxinterpreter.c in Sources */,
				71F4C5A90FDED12800529849 /* psxmem.c in Sources */,
				71F4C5AB0FDED12800529849 /* r3000a.c in Sources */,
				71F4C5AD0FDED12800529849 /* sio.c in Sources */,
				71F4C5AF0FDED12800529849 /* spu.c in Sources */,
				71F4C5B90FDED16D00529849 /* iR3000A.c in Sources */,
				71F4C5BA0FDED16D00529849 /* ix86.c in Sources */,
				712FD1E81093096F00575A92 /* debug.c in Sources */,
				712FD1E91093096F00575A92 /* socket.c in Sources */,
				713B530E110B75650002F164 /* ppf.c in Sources */,
				719594B211AEFE8C004AD686 /* psxcommon.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
		713CB2DE11FC49720033B6A8 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			name = DFCdrom;
			targetProxy = 713CB2DD11FC49720033B6A8 /* PBXContainerItemProxy */;
		};
		71AD2DE910C3572200365243 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			name = PeopsSPU;
			targetProxy = 71AD2DE810C3572200365243 /* PBXContainerItemProxy */;
		};
		71AD2DEB10C3572500365243 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			name = gpuPeopsSoftGL;
			targetProxy = 71AD2DEA10C3572500365243 /* PBXContainerItemProxy */;
		};
		71F2C0BC1200B75100322AD9 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			name = DFInput;
			targetProxy = 71F2C0BB1200B75100322AD9 /* PBXContainerItemProxy */;
		};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
		2B3E35BA069384D100763C7D /* AddPluginSheet.nib */ = {
			isa = PBXVariantGroup;
			children = (
				2B3E35BB069384D100763C7D /* English */,
			);
			name = AddPluginSheet.nib;
			sourceTree = "<group>";
		};
		2BA178B00514CE260026D74D /* Configuration.nib */ = {
			isa = PBXVariantGroup;
			children = (
				2BA178B10514CE260026D74D /* English */,
			);
			name = Configuration.nib;
			sourceTree = "<group>";
		};
		2BA178B20514CE260026D74D /* InfoPlist.strings */ = {
			isa = PBXVariantGroup;
			children = (
				2BA178B30514CE260026D74D /* English */,
			);
			name = InfoPlist.strings;
			sourceTree = "<group>";
		};
		2BA178B40514CE260026D74D /* PCSX.nib */ = {
			isa = PBXVariantGroup;
			children = (
				2BA178B50514CE260026D74D /* English */,
			);
			name = PCSX.nib;
			sourceTree = "<group>";
		};
		2BBB1786051E0D9700B84448 /* Credits.rtf */ = {
			isa = PBXVariantGroup;
			children = (
				2BBB1787051E0D9700B84448 /* English */,
			);
			name = Credits.rtf;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		71F353F40FD98DFE00CBEC28 /* Development */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = NO;
				DEBUGGING_SYMBOLS = YES;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_ASM_KEYWORD = YES;
				GCC_ENABLE_CPP_EXCEPTIONS = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
				GCC_MODEL_TUNING = G3;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)",
					__MACOSX__,
				);
				GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1 = "PCSX_VERSION=\\\"1.5\\\" XA_HACK=1";
				GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
				GCC_WARN_UNKNOWN_PRAGMAS = NO;
				INFOPLIST_FILE = Info.plist;
				OTHER_CFLAGS = (
					"-fomit-frame-pointer",
					"-funroll-loops",
					"-falign-loops=16",
				);
				OTHER_REZFLAGS = "";
				PRODUCT_NAME = PCSX;
				SECTORDER_FLAGS = "";
				WARNING_CFLAGS = "-Wmost";
				WRAPPER_EXTENSION = app;
				ZERO_LINK = NO;
			};
			name = Development;
		};
		71F353F50FD98DFE00CBEC28 /* Deployment */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = YES;
				DEBUGGING_SYMBOLS = NO;
				GCC_DYNAMIC_NO_PIC = YES;
				GCC_ENABLE_ASM_KEYWORD = YES;
				GCC_ENABLE_CPP_EXCEPTIONS = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
				GCC_MODEL_CPU = "";
				GCC_MODEL_TUNING = "";
				GCC_OPTIMIZATION_LEVEL = s;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)",
					__MACOSX__,
				);
				GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1 = "PCSX_VERSION=\\\"1.5\\\" XA_HACK=1";
				GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
				GCC_WARN_UNKNOWN_PRAGMAS = NO;
				INFOPLIST_FILE = Info.plist;
				OTHER_CFLAGS = (
					"-fomit-frame-pointer",
					"-funroll-loops",
					"-falign-loops=16",
				);
				OTHER_REZFLAGS = "";
				PRODUCT_NAME = PCSX;
				SECTORDER_FLAGS = "";
				WARNING_CFLAGS = "-Wmost";
				WRAPPER_EXTENSION = app;
				ZERO_LINK = NO;
			};
			name = Deployment;
		};
		71F353F90FD98DFE00CBEC28 /* Development */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = i386;
				GCC_MODEL_TUNING = "";
				GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO;
				HEADER_SEARCH_PATHS = (
					../include,
					../libpcsxcore,
					../macosx,
				);
				OTHER_LDFLAGS = (
					"-lz",
					"-lSystemStubs",
				);
			};
			name = Development;
		};
		71F353FA0FD98DFE00CBEC28 /* Deployment */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = i386;
				GCC_DYNAMIC_NO_PIC = YES;
				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
				GCC_MODEL_TUNING = "";
				GCC_OPTIMIZATION_LEVEL = 2;
				GCC_SYMBOLS_PRIVATE_EXTERN = YES;
				GCC_UNROLL_LOOPS = YES;
				GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO;
				HEADER_SEARCH_PATHS = (
					../include,
					../libpcsxcore,
					../macosx,
				);
				OTHER_CFLAGS = "-fomit-frame-pointer";
				OTHER_LDFLAGS = (
					"-lz",
					"-lSystemStubs",
				);
			};
			name = Deployment;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		71F353F30FD98DFE00CBEC28 /* Build configuration list for PBXNativeTarget "PCSX" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				71F353F40FD98DFE00CBEC28 /* Development */,
				71F353F50FD98DFE00CBEC28 /* Deployment */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Development;
		};
		71F353F80FD98DFE00CBEC28 /* Build configuration list for PBXProject "Pcsx" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				71F353F90FD98DFE00CBEC28 /* Development */,
				71F353FA0FD98DFE00CBEC28 /* Deployment */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Development;
		};
/* End XCConfigurationList section */
	};
	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
}