Commit Graph

119 Commits

Author SHA1 Message Date
meepingsnesroms
28a0b6c2e2 Add missing slash 2018-02-17 15:59:04 -08:00
meepingsnesroms
56d22d4564 Add eclipse ide files to gitignore 2018-02-17 15:55:59 -08:00
Toad King
773dbcf1cc small gitignore change 2018-01-20 13:01:48 -06:00
gblues
f4685447cc Merge github:libretro/RetroArch 2018-01-19 20:54:33 -08:00
Toad King
3917b02f9f build optimized emscripten builds as WASM
HUGE speed-ups for firefox and moderate speedups for chrome
2018-01-15 04:00:09 -06:00
Toad King
2d3fc1a384 update gitignore 2018-01-14 22:59:06 -06:00
gblues
1515bd8c1b Minor cleanups
== DETAILS
- Add *.swp to gitignore so editor swap files don't get committed
- Remove unneeded commented-out defines from WiiU build
- Start on fix for DSI when switching cores on WiiU

== TESTING
Sigh. I'm back at "System Memory error", which makes me think the problem
might be the SD card. (On the plus side, I manually verified the hash so
at least the copy process is working).

So, that's to say that I can't actually test to see if the DSI error is
fixed.
2018-01-13 12:16:37 -08:00
gblues
8701ce289a Polish up WiiU deploy scripts
== DETAILS
Some updates for the WiiU port:

1. Implement a way to set logging IP/port that doesn't risk getting committed.

   To do this, I've created `wiiu-devel.properties.template` and added the file
   `wiiu-devel.properties` to .gitignore. Developers can then:

   * Copy the template file to `wiiu-devel.properties`
   * Enter the relevant details (documented in the template file)

2. Convert `version.all` to unix line endings so modern versions of bash don't
   complain when it is included.

2. Rewrote the `wiiu-cores.sh` script into `wiiu-new-cores.sh`

   - Automatically detects when building retroarch inside the `libretro-super`
     hierarchy to collect the *.info files and *.a files
   - Automatically detects the *.png (fetched by running `fetch-submodules.sh`
     script)

3. Create a `wiiu-rpx-upload.sh` script to upload the output of `wiiu-cores.sh`

   - uses `wiiu-devel.properties` to get WiiU IP address
   - after upload, re-downloads and compares hashes to detect bad uploads
2018-01-10 22:51:00 -08:00
meepingsnesroms
74c8506391 Add frontend, battery level and memory amount detection to 3ds port
Also fix white spaces in led drivers, make led drivers use standard driver format.
Begin work on translation driver.
Add salamander files to gitignore.
2018-01-10 16:52:32 -08:00
meepingsnesroms
13b03ff5d3 Ignore more 3ds binary files 2018-01-04 11:54:51 -08:00
orbea
a6f7bf9492 gitignore: Add .tmp.cxx 2017-12-30 09:33:34 -08:00
Twinaphex
0389bc64fe
Merge pull request #5997 from libretro/new_hid
New HID system (courtesy of gblues)
2017-12-30 15:30:03 +01:00
orbea
129a44b8ce gitignore: Add .tmp and .tmp.c
These are test programs for checking if features can be enabled and
should not be committed.
2017-12-29 23:28:23 -08:00
Nathan Strong
e80d99dbae Delete controller_patcher; start on proper HID driver
== DETAILS

We discovered that the controller_patcher code was causing
the WiiU to intermittently crash when switching ROMs.

Changes:

- Completely extricates the controller_patcher code
- Create a skeleton wiiu_hid driver
- Wire up the build system to build/link it successfully

== TESTING

Has not been tested. Probably doesn't crash, since the
skeleton driver is just a copy of the null driver.
2017-12-30 04:38:57 +01:00
Alcaro
ad7dd75458 this name makes slightly more sense. 2017-12-29 21:16:28 +01:00
Alcaro
fc725e252e Maybe #5989 can accept this compromise 2017-12-29 21:15:25 +01:00
twinaphex
2768f639a2 Fix csnd corrupting dsp audio driver on failure, add 3dsx/smdh to
gitignore
2017-12-26 21:36:46 +01:00
meepingsnesroms
5a4bd619ba Revert "Merge branch 'master' into master"
This reverts commit 4b68a21a7e, reversing
changes made to 5e0f78e8a0.
2017-12-25 18:27:59 -08:00
meepingsnesroms
0e22aec947 Bugfixes
Fix multiple line ending tipes in changed files, use DEVKITARM variable when referencing that directory, add 3ds .lst file to gitignore
2017-12-16 20:47:08 -08:00
Jean-Paul Mari
38b899e4d6 Added Visual Studio 2017 support
The msvc-2017 is based on msvc-2015
2017-12-05 11:23:38 -05:00
orbea
6351e21d9e qb: Turn $CONFIG_DEFINES from a temporary file into a variable. 2017-11-23 17:40:28 -08:00
orbea
2fb0cb79ec qb: Turn $MAKEFILE_DEFINES from a temporary file into a variable. 2017-11-23 14:53:39 -08:00
radius
5ccdc8811c update nuklear.h
fix window clipping
remove dead code
2017-10-10 18:08:53 -05:00
Ash
6bc0f02435 Add Wii U files to .gitignore 2017-06-15 15:20:05 +10:00
twinaphex
f763dc0a1e Add msvc-2015 solution courtesy of spec-chum 2017-01-26 01:56:51 +01:00
CoalaJoe
7ad3bd3119 Updated .gitignore 2017-01-17 18:02:41 +01:00
Alcaro
35b2980de9 Those should be ignored 2016-11-14 17:26:11 +01:00
Alcaro
c9e4511e37 Revert "Append _debug to debug builds and add file to .gitignore" 2016-09-08 18:23:26 +02:00
Spec-Chum
61ff11a0fa Append _debug to debug builds and add file to .gitignore 2016-09-07 23:07:17 +01:00
Hans-Kristian Arntzen
adbf9fed16 Vulkan implementation. 2016-02-16 20:42:02 +01:00
twinaphex
7c3c72e61a Add weird 'menu/driverspzarch.c' to .gitignore 2015-10-10 08:16:06 +02:00
twinaphex
784a35ce36 Update .gitignore 2015-09-20 16:26:43 +02:00
Higor Eurípedes
7d4107f0de (gitignore) Fix #1705 2015-05-18 20:30:49 -03:00
Geoffrey Plitt
66d93a97dc added linux build instructions, Vagrantfile to prove it, and updated .gitignore 2015-02-13 14:43:07 -08:00
T. Joseph Carter
d3b97c3bd5 Remove a little .gitignore cruft 2015-02-01 04:32:43 -08:00
T. Joseph Carter
17d50555fe Updated .gitignore for libretro-fetch.sh changes 2015-01-31 03:42:01 -08:00
Jon Maddox
d66c6038d4 add apple/iOS/modules to the ignore list 2015-01-20 16:37:02 -05:00
Cristian Sandu
8023dba7a5 Ignore build folder, never going to commit it 2014-10-15 18:53:47 +03:00
Vladimir Panteleev
91557b34da .gitignore 2014-09-29 12:56:32 +00:00
Vladimir Panteleev
25af40ec03 Update .gitignore 2014-09-28 03:26:39 +00:00
mprobinson
a2d54b127b Revert "Add .project to .gitignore for Eclipse support" 2014-09-02 00:18:42 +01:00
Mike Robinson
a0336be5d8 Add .project to .gitignore for Eclipse support 2014-09-01 19:19:39 +01:00
sergiobenrocha2
2b41d6f4aa Ignore quilt directory (.pc) 2014-07-10 23:55:24 -03:00
Jon Maddox
b764360d54 ignore xcode workspaces 2013-12-05 00:45:38 -05:00
Jon Maddox
54fe8e072c ignore all the .info files in modules 2013-12-05 00:45:27 -05:00
Nick Messenger
992815a28c .gitignore dependencies
Windows build instructions say to put these in your retroarch
directory, where they will clutter up git status.
2013-08-06 23:29:11 -04:00
Marcelo Munhoz Pélos
e1d6981559 Changes iOS directory to apple in gitignore. 2013-07-13 00:06:41 -03:00
Themaister
a292b5252c Remove binary from repo. 2013-05-28 09:37:58 +02:00
Jon Maddox
50af16e2e7 ignore ios provisioning files 2013-03-25 11:38:23 -04:00
Jon Maddox
5cff8a9b39 ignore all dynamic libraries in ios/modules 2013-03-25 09:23:56 -04:00
Jon Maddox
71c14a53e1 ignore tmp under the ios directory 2013-03-25 09:13:38 -04:00
Jon Maddox
7cda5a42c2 add some things to .gitignore for xcode projects 2013-03-19 11:57:51 -04:00
Toad King
8428e8efcc update .gitignore 2012-12-04 17:36:13 -05:00
Themaister
7bd6f8e6c2 Update gitignore. 2012-11-13 10:27:36 +01:00
Themaister
0241b463fc Fix build against static FFmpeg. 2012-10-06 10:30:45 +02:00
Toad King
20db83cd93 (NGC) new dol booter, move app_booter to wii folder
move package folders to wii and ngc respectively
2012-09-03 18:05:23 -04:00
Toad King
616af5e5ec (GX) initial work on gamecube app_booter 2012-08-31 19:38:12 -04:00
Toad King
297723b836 (GX) load new programs through app_booter instead of in MEM1 2012-08-30 18:59:21 -04:00
Toad King
d6b36c98e2 update .gitignore 2012-08-27 22:53:43 -04:00
twinaphex
d6718adb97 Add *.ncb to gitignore 2012-07-07 15:46:23 +03:00
Toad King
0eac1aea7d .gitignore 2012-06-27 00:56:56 -04:00
Themaister
6f5c33848e Begin work on menu for Wii. 2012-01-08 00:57:44 +01:00
Themaister
539563f0f4 Add filters to project. 2011-12-27 03:27:28 +01:00
Themaister
eac468ba19 MSVC compat. 2011-12-25 01:38:59 +01:00
Themaister
05d62a93c9 Update gitignore. 2011-05-17 19:34:57 +02:00
Themaister
caf3eb7b05 Update gitignore 2011-02-06 12:57:52 +01:00
Themaister
93d962b557 Update 2010-05-28 20:56:44 +02:00
Themaister
0e5c2682f0 Shouldn't care about config.h 2010-05-28 20:42:53 +02:00
Themaister
5c961fd0e3 gitignore 2010-05-28 18:23:09 +02:00