-
-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
150 changed files
with
2,805 additions
and
984 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Disclamer** | ||
In order to keep this bug tracker manageable, you need to keep a few things in mind: | ||
* Any issue not following this template will be closed as invalid | ||
* Is the issue reproducible on RetroArch with the same core? If so, it's very likely a core issue and the upstream core repository is a better place to file it | ||
* Is the issue already opened? Try out a search before filing one. | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Disclamer** | ||
In order to keep this bug tracker manageable, you need to keep a few things in mind: | ||
*Any feature request not following this template will be closed as invalid | ||
*Is the issue already opened? Try out a search before filing one. | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<resources> | ||
<color name="leanback_background">@color/surface_elevation_0dp</color> | ||
<color name="leanback_foreground">@color/surface_elevation_3dp</color> | ||
<color name="leanback_info">@color/surface_elevation_1dp</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<resources> | ||
<color name="main_color">#f44336</color> | ||
<color name="main_color_light">#ef9a9a</color> | ||
|
||
<!-- Generated using material color builder --> | ||
<color name="md_theme_light_primary">#BC1714</color> | ||
<color name="md_theme_light_onPrimary">#FFFFFF</color> | ||
<color name="md_theme_light_primaryContainer">#FFDAD3</color> | ||
<color name="md_theme_light_onPrimaryContainer">#410001</color> | ||
<color name="md_theme_light_secondary">#775652</color> | ||
<color name="md_theme_light_onSecondary">#FFFFFF</color> | ||
<color name="md_theme_light_secondaryContainer">#FFDAD4</color> | ||
<color name="md_theme_light_onSecondaryContainer">#2C1512</color> | ||
<color name="md_theme_light_tertiary">#715C2E</color> | ||
<color name="md_theme_light_onTertiary">#FFFFFF</color> | ||
<color name="md_theme_light_tertiaryContainer">#FCDFA6</color> | ||
<color name="md_theme_light_onTertiaryContainer">#261A00</color> | ||
<color name="md_theme_light_error">#BA1B1B</color> | ||
<color name="md_theme_light_errorContainer">#FFDAD4</color> | ||
<color name="md_theme_light_onError">#FFFFFF</color> | ||
<color name="md_theme_light_onErrorContainer">#410001</color> | ||
<color name="md_theme_light_background">#FCFCFC</color> | ||
<color name="md_theme_light_onBackground">#211A19</color> | ||
<color name="md_theme_light_surface">#FCFCFC</color> | ||
<color name="md_theme_light_onSurface">#211A19</color> | ||
<color name="md_theme_light_surfaceVariant">#F4DDDA</color> | ||
<color name="md_theme_light_onSurfaceVariant">#534341</color> | ||
<color name="md_theme_light_outline">#857370</color> | ||
<color name="md_theme_light_inverseOnSurface">#FBEEEC</color> | ||
<color name="md_theme_light_inverseSurface">#362F2E</color> | ||
<color name="md_theme_light_inversePrimary">#FFB4A8</color> | ||
<color name="md_theme_light_shadow">#000000</color> | ||
<color name="md_theme_light_primaryInverse">#FFB4A8</color> | ||
<color name="md_theme_dark_primary">#FFB4A8</color> | ||
<color name="md_theme_dark_onPrimary">#680001</color> | ||
<color name="md_theme_dark_primaryContainer">#940002</color> | ||
<color name="md_theme_dark_onPrimaryContainer">#FFDAD3</color> | ||
<color name="md_theme_dark_secondary">#E7BCB6</color> | ||
<color name="md_theme_dark_onSecondary">#442A26</color> | ||
<color name="md_theme_dark_secondaryContainer">#5D3F3B</color> | ||
<color name="md_theme_dark_onSecondaryContainer">#FFDAD4</color> | ||
<color name="md_theme_dark_tertiary">#DFC38C</color> | ||
<color name="md_theme_dark_onTertiary">#3F2E04</color> | ||
<color name="md_theme_dark_tertiaryContainer">#574419</color> | ||
<color name="md_theme_dark_onTertiaryContainer">#FCDFA6</color> | ||
<color name="md_theme_dark_error">#FFB4A9</color> | ||
<color name="md_theme_dark_errorContainer">#930006</color> | ||
<color name="md_theme_dark_onError">#680003</color> | ||
<color name="md_theme_dark_onErrorContainer">#FFDAD4</color> | ||
<color name="md_theme_dark_background">#211A19</color> | ||
<color name="md_theme_dark_onBackground">#EDE0DE</color> | ||
<color name="md_theme_dark_surface">#211A19</color> | ||
<color name="md_theme_dark_onSurface">#EDE0DE</color> | ||
<color name="md_theme_dark_surfaceVariant">#534341</color> | ||
<color name="md_theme_dark_onSurfaceVariant">#D8C2BF</color> | ||
<color name="md_theme_dark_outline">#A08C89</color> | ||
<color name="md_theme_dark_inverseOnSurface">#211A19</color> | ||
<color name="md_theme_dark_inverseSurface">#EDE0DE</color> | ||
<color name="md_theme_dark_inversePrimary">#BC1714</color> | ||
<color name="md_theme_dark_shadow">#000000</color> | ||
<color name="md_theme_dark_primaryInverse">#BC1714</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.