Skip to content

Commit

Permalink
Fix wiki links to point to our repo
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Oct 6, 2024
1 parent 2cfe380 commit dfa2be4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Linux:
- **Others:** You can attempt to use one of the AppImages (try all, AppImages built on older distributions tend to work better), or a package meant for your parent distribution if applicable. Flatpak is planned.

Windows:
- It should be possible to get it running as per the [upstream wiki](https://github.com/kozec/sc-controller/wiki/Running-SC-Controller-on-Windows), but this is untested and might be broken, report a bug if so
- It should be possible to get it running as per the [wiki](https://github.com/C0rn3j/sc-controller/wiki/Running-SC-Controller-on-Windows), but this is untested and might be broken, report a bug if so


## Building the package by yourself
Expand Down
8 changes: 4 additions & 4 deletions glade/creg.glade
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<property name="margin-left">20</property>
<property name="margin-right">20</property>
<property name="margin-bottom">10</property>
<property name="label" translatable="yes">This dialog allows to setup traditional controllers to be used with SC Controller.
<property name="label" translatable="yes">This dialog allows to setup traditional controllers to be used with SC Controller.

Please, select your controller from list bellow and click Next.</property>
<property name="xalign">0</property>
Expand Down Expand Up @@ -833,9 +833,9 @@ If anything is assigned incorrectly, click on button on image to (re)assign phys
<property name="can-focus">False</property>
<property name="label" translatable="yes">Warning: evdev access mode was auto-selected for HID device.

That means your account lacks permissons needed to read controller exclusivelly. You can still use controller in evdev mode, but you may have trouble with some games detecting it twice.
That means your account lacks permissons needed to read controller exclusively. You can still use controller in evdev mode, but you may have trouble with some games detecting it twice.

&lt;a href="https://github.com/kozec/sc-controller/wiki/Evdev-and-HID-mode-for-non-steam-controllers"&gt;Click here&lt;/a&gt; for more info.</property>
&lt;a href="https://github.com/C0rn3j/sc-controller/wiki/Evdev-and-HID-mode-for-non-steam-controllers"&gt;Click here&lt;/a&gt; for more info.</property>
<property name="use-markup">True</property>
<property name="justify">fill</property>
<property name="wrap">True</property>
Expand Down Expand Up @@ -938,7 +938,7 @@ is enabled in Settings or here:</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">Change will be applied after emulation is restarted.
If you have any games running, restarting emulation will
"unplug" virtual gamepad, what may cause them to ignore
"unplug" virtual gamepad, what may cause them to ignore
future inputs or even crash.</property>
<property name="use-markup">True</property>
<property name="wrap">True</property>
Expand Down
2 changes: 1 addition & 1 deletion glade/global_settings.glade
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ or even crash.</property>
<property name="margin-left">30</property>
<property name="label" translatable="yes">If enabled, any device or application compatibile with Retroarch's Remote RetroPad protocol
on network can connect and remote-control this computer as additional gamepad.
&lt;a href="https://github.com/kozec/sc-controller/wiki/Using-phone-with-Retroarch-as-additional-controller"&gt;See wiki for instructions and more info.&lt;/a&gt;</property>
&lt;a href="https://github.com/C0rn3j/sc-controller/wiki/Using-phone-with-Retroarch-as-additional-controller"&gt;See wiki for instructions and more info.&lt;/a&gt;</property>
<property name="use-markup">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
Expand Down
4 changes: 2 additions & 2 deletions scripts/sc-controller.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
</p>
</description>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<project_license>GPL-2.0-only</project_license>
<url type="bugtracker">https://github.com/C0rn3j/sc-controller/issues</url>
<url type="donation">https://github.com/C0rn3j/sc-controller?tab=readme-ov-file#like-what-im-doing</url>
<url type="help">https://github.com/kozec/sc-controller/wiki</url>
<url type="help">https://github.com/C0rn3j/sc-controller/wiki</url>
<url type="homepage">https://github.com/C0rn3j/sc-controller/</url>
<screenshots>
<screenshot type="default">
Expand Down

0 comments on commit dfa2be4

Please sign in to comment.